/* CSS Document */

#root {
	position:absolute;
	height: 100%;
	visibility: visible;
	top: 90px;
	z-index: 1;
	width: 1024px;
	background-color: #FFFFFF;
}
#banner {
	background-color: #FFFFFF;
	height: 178px;
	width: 580px;
	float: left;
	padding-left: 10px;
	z-index:0;
	visibility: inherit;
	
}
#text_left {
	background-color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	width: 200px;
	height: 100px;
}
#text_sup_left {
	color: #FFFFFF;
	background-color: #0066FF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	height: 200px;
	width: 200px;
}
#barra_menu{
	background-color: #FF0000;
	height: 62px;
	float: right;
	background-image: url(../img/barra_home.jpg);
	background-repeat: repeat-x;
	margin-left: 1024px;
	width: 20%;
}
#barra_titulos {
	background-repeat: repeat-x;
	background-image: url(../img/barra_titulos.png);
	top: 350px;
	float: left;
	width: 100%;
}
#text_sup_right {
	color: #000000;
	background-color: #FFFFFF;
	padding-right: 1%;
	height: 650px;
	width: 390px;
	padding-left: 10px;
	margin-bottom: 10px;
	float: right;
	clear: right;
}
#text_inf_center {
	color: #333333;
	background-color: #00CC00;
	width: 200px;
	float: left;
	padding-left: 10px;
}
#enviar {
	padding: 0px;
	left: 533px;
	z-index: 2;
	width: 212px;
	float: left;
	top: 2px;
	visibility: visible;
}
#barra_titulos_noticias {
	background-image: url(../img/barra_titulos.png);
	height: 19px;
	margin: 10px;
}
