@charset "utf-8";
/* CSS Document */

body {
	margin-left			: 0px;
	margin-top			: 0px;
	margin-right		: 0px;
	margin-bottom		: 0px;
}



#contenedorCabecera{
	width:100%;
	height:83px;
	background-image:url(imagenes/fondoEncabezado.gif);
	margin: 0 auto;
}
#contenidoCabecera{
	margin: 0 auto;
	width:980px;
	height:83px;
}

#logo{
	width:350px;
	height:83px;
	position:relative;
	float:left;
	background-image:url(imagenes/logo.jpg);
}
#publicidad{
	width:392px;
	height:62px;
	margin-top:5px;
	position:relative;
	float:right;
	background-color:#FFFFFF;
}
#contenedorMenu{
	width:100%;
	height:28px;
	margin: 0 auto;
	background-image:url(imagenes/fondoMenu.gif);
}


.izquierda{
	background-image:url(imagenes/sobra_iz.jpg);
}
.derecha{
	background-image:url(imagenes/sobra_de.jpg);
}

.texto_f1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666;
	
}
.texto_f2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#666;
}
.texto_f3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;	
	color:#666;
}

#onLine{
	position:absolute;
	z-index:auto;
	width:100%;

}


#contenidoOnline{
	width:980px;
	height:auto;
	margin: 0 auto 0 auto;
}

#contenedorVariado{
	width:100%;
	height:115px;
	margin: 0 auto;
	background-color:#d1e2f1;
	background-image:url(imagenes/fondo_variado.jpg);
	background-re1eat:repeat-x;

	padding-top:5px;
}
#contenedorGaleria{
	width:980px;
	height:auto;
	margin: 0 auto;
	background:none;
}

#contenedorPie{
	width:100%;
	height:100px;
	vertical-align:middle;
	background-color:#EBEBEB;
	position:static;
}
#contenidoPie{
	width:960px;
	height:60px;
	background-color:#EBEBEB;
	margin: 0 auto 0 auto;
}