/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
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;
	height:100%;
}
html, body {
   height:100%;
}

#Base {
	position:absolute;
	width:800px;
	height:680px;
	z-index:1;
	left: 50%;
	margin-left:-400px;
	top: 0px;
	background:url(Fondo2.jpg); background-position:top;	
}

.Efecto1 {
	height:80px;
	/*background:url(Efecto1.gif) repeat-x; background-position:top;*/
	}
.Efecto2 {
	height:90px;
	background:url(Efecto2.gif) repeat-x; background-position:bottom;
}
#Menu {
	position:absolute;
	width:466px;
	height:80px;
	z-index:1;
	left: 335px;
	top: 0px;
}
#Logo {
	position:absolute;
	width:373px;
	height:140px;
	z-index:2;
	left: 0px;
	top: 95px;
}
#Banner {
	position:absolute;
	width:800px;
	height:300px;
	z-index:3;
	top: 240px;
	left: 0px;

}
.NotasBanner{
	display:none;
}
#Boton1 {
	position:absolute;
	width:260px;
	height:110px;
	z-index:4;
	left: 0px;
	top: 541px;
}
#Boton2 {
	position:absolute;
	width:260px;
	height:110px;
	z-index:5;
	left: 270px;
	top: 541px;
}
#Boton3 {
	position:absolute;
	width:260px;
	height:110px;
	z-index:6;
	left: 540px;
	top: 541px;
}

.FondoTabla{background:url(img/2Fondo.png) repeat-y; background-position:top}
.tabla3{margin:10px}
