﻿#flash 
{
	position: absolute;
	width: 1000px;
	height: 425px;
	top: 0px;
	background-color: #BBDBFF;
}


.menu
{
	background-image: url(/imgs/menu.jpg);
	background-repeat: repeat-x;
	position: relative;
	margin-top: 405px;
	width: 100%;
	height: 30px;
}

#banners
{
	position: relative;
	width: 630px;
	height: 100px;
	margin: 25px 0px 0px 20px;
	float: left;
}

.first 
{
	margin-right: 20px;
}

#restrito
{
	position: relative;
	width: 300px;
	height: 100px;
	margin: 25px 0px 0px 20px;
	float: left;
	
	background-image: url(/imgs/restrito/restrito_bg.jpg);
	background-repeat: repeat-x;
}

#restrito label 
{
	display: block;
	float: left;
	width: 5em;
}

#banner0
{
	display: none;
}
#banner1
{
	float: left;
}
#banner2
{
	float: right;
}