/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
body {
	background-color: #2EA9B1;
	background-image: url(Fondo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html, body{ 
margin:0; 
padding:0; 
text-align:center; 
} 
a:link {
	color: #15484C;
}
a:visited {
	color: #2A96A0;
}
a:hover {
	color:#333333;
}
a:active {
	color:#333333;
}

#Base {
	position:absolute;
	width:800px;
	height:225px;
	z-index:1;
	left: 50%;
	margin-left:-400px;
	top: 0px;
}

#base2{ 
width:800px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;
} 

#Menu {
	position:absolute;
	width:466px;
	height:80px;
	z-index:1;
	left: 335px;
	top: 0px;
}
#Logo {
	position:absolute;
	width:373px;
	height:126px;
	z-index:2;
	left: 0px;
	top: 95px;
}
.superior{ margin:0px 0px 0px 0px;}
.medio{background:url(img/2Fondo.png) repeat-y; background-position:center; margin:0px 0px 0px 0px; color:#000000}
.inferior{margin:0px 0px 0px 0px;}
.contenido{color:#000000}


