@charset "utf-8";


/*hojas de estilo asociadas*/
@import"menu.css";
@import"textos.css";

/*  Estructura  general de la pagina */

body {
	margin: 0px 0px 0px 0px;
	text-align:center;
	overflow:auto;
	background-color:#000000;
	background-image:url(../img/repetir_y.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}

/* estructura de divs */
/* div total de la pagina, centrado al medio */
.fondo1{
	width:100%;
	height:auto !important;
	height:500px;
	min-height:500px;
	background-image:url(../img/cabecera.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#total {
	width:980px;
	position:relative;
	margin:auto;
	padding:0px;
}

/* cabecera */
#cabecera{
	width:980px;
	height:127px;
	position:relative;
	float:left;
}
/* contenido */
#content{
	width:980px;
	float:left;
	clear:both;
	position:relative;
	background-image:url(../img/content_y.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}

/* pie */
#pie {
	width:980px;
	height:50px;
	position:relative;
	clear:both;
	text-align:right;	
	background:url(../img/pie.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

/*estilos de cabecera*/
#cabecera #cab1{
	float:left;
	width:100%;
	height:130px;
	
}
#cabecera #cab2{display:none;}
#cabecera #cab3{display:none;}
/*estilos content*/
#content #cizqu{
	float:left;
	width:202px;
	height:auto !important;
	height:400px;
	min-height:400px;
	background-image:url(../img/fondo_izquierda.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	border:none;	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}
#content #ccentro{
	float:left;
	width:778px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:none;
	min-height:200px;
	height:auto !important;
	height:200px;
	background-image:url(../img/centro_y.jpg);
	background-position:top left;
	background-repeat:repeat-y;
}
#content #cderecha{ display:none;}
/*estilos de pie*/
#pie #p1{display:none;}
#pie #p2{display:none;}
#pie #p3{display:none;}
#pie #p4{display:none;}