@charset "utf-8";

/* CSS Document */

body {
	background-color: #D6D6D6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-attachment: fixed;
	background-image: url(../img/fondos/fondo-web.jpg);
	margin: 0px;


}

#scroll {
	position:fixed;
	width:63px;
	height:62px;
	z-index:53;
	top: 304px;
	margin-left: 1050px;
	margin-top: 250px;
}

h1 {
	color: #00496C;
	text-align: justify;
}

.transparencia {
	opacity:0.9;
}

#encabezado {
	height: 150px;
	width: auto;
	background-color: #000;
	padding-top: 10px;
	left: 20px;
	right: 20px;
	padding-left: 120px;
}
#cartel {
	height: 160px;
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: -10px;
	left: -60px;
	z-index: 38;
}


#contenedor {
	height: 1100px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 15px;
	position: relative;
	z-index: 2;
}

#navegador {
	background-color: #333333;
	height: 42px;
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	z-index: 0;
	position: relative;
	background-image: url(../img/botones/fondoboton4.jpg);
}


#bajo_nav {
	background-color: #06C;
	height: 5px;
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	top: 37px;
	position: absolute;
}

#cont_der {
	position:relative;
	width:608px;
	z-index:35;
	background-color: #000000;
	border-radius: 12px;
	background-image: url(../img/fondos/fondo_negro.jpg);
	height: auto;
	float: right;
	right: 20px;

}

#cont_izq {
	position:relative;
	width:307px;
	height:682px;
	z-index:36;
	border-radius:12px;
	background-color: #000;
	background-image: url(../img/fondos/fondo_negro.jpg);
	color: #FFF;
	left: 20px;
	top: 40px;
}	

#separador {
	position:absolute;
	width:307px;
	height:5px;
	z-index:1;
	left: 0px;
	top: 407px;
	background-color: #006699;
}

a:link {
	text-decoration: none;
	color: #FFF;
}

a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #06C;
	text-decoration: none;
}
a:active {
	font-weight: bolder;
}

#banner1 {
	position:absolute;
	width:270px;
	height:210px;
	z-index:3;
	left: 19px;
	top: 441px;
}

#regla {
	position:absolute;
	width:933px;
	height:5px;
	z-index:98;
	left: 0px;
	top: 45px;
	background-color: #006699;
}

#pie {
	position:relative;
	height:286px;
	z-index:40;
	border-radius:10px;
	width: 933px;
	background-image: url(../img/fondos/fondo_negro.jpg);
	clear: right;
	margin-bottom: 40px;
}
#indice_pie {
	position:absolute;
	width:618px;
	height:231px;
	z-index:2;
	left: 172px;
	top: 50px;
	color: #FFF;
}

#facebook {
	position:absolute;
	width:155px;
	height:38px;
	z-index:1;
	left: 17px;
	top: 152px;
}
.letra_color {
	color: #069;
}
