@charset "UTF-8";
/* CSS Document */

#contenedor
	{
		background-color:#fff;
	 height:590px;
	}

/* Pie de pagina, contiene logotipos de los patrocinadores */
	
#pie 
	{
	background-image:url(../images/pie_logos.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-color: #7f7f7f;
	height: 107px;
	width:auto;
	
	}
	
/* patrocinio contiene la imagen de donde pone patrocinadores, justificada a la iz. */

#patrocinio 
	{
	background-image:url(../images/patrocinio.jpg);
	background-repeat:no-repeat;
	height: 107px;
	width:29px;
	
	}
/*Derechos de copy. centrado y justificado. */
#separator 
	{
	background-color:#333;
	height: 5px;
	width:auto;
	}
	
#texcopy 
	{
	
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	font-size:10px;
	text-align: center;
	color: #333;
	height:31px;
	margin-right:170px;
	
	}

/*menu superior e inferior, NOTA: EL ESTILO DE ESTOS MENUS SE ENCUENTRA EN EL PHP MENU, ESTO ES SOLO EL CONTENEDOR */
#menu 
	{
	background-color: #203b80;
	height: 35px;
	width:auto;
	
	}
#menu2 
	{
	background-color: #203b80;
	height: 35px;
	width:auto;
	
	}
	
/*ESTO ES PARA LA PARTE CENTRAL DEL INDEX, A MODO DE PRESENTACIÓN, SOLO AFECTA AL INDEX*/

#centro 
	{
	background-image: url(../images/centro_index.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height: 520px;
	width:auto;
	margin-bottom:15px;
	}
	
/*ESTO ES PARA LA PARTE LATERAL DEL RESTO DE PAGINAS*/
	
#lateral 
	{
	background-image: url(../images/centro_index.jpg);
	background-position: left;
	background-repeat:no-repeat;
	height: 555px;
	width:auto;
	
	}
	
/*LINEA DE DIVISION LATERAL*/
	
#separator
	{
	background:#999;
	height: 555px;
	width:2px;
	margin-left:380px;
	margin-bottom:5px;
	}
	
/*TODA LA INFOMACION DE LA WEB AQUI*/
#informacion
	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	height: 535px;
	width:400px;
	margin-left:15px;
	margin-top:15px;
	text-align: justify;
	}
	

#links
	{
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#666;
    border-bottom:#666 solid 1px;
	height: 12px;
	margin-bottom:7px;
	
    }

#validator 
	{
	float:left;
	margin-top:0px;
    }
	
/*Estilo del menu que se guarda en un php para sacarlo con un include. */

.menu1 {padding:0 0 0 32px; margin:0; list-style:none; height:35px; background:#fff url(../button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.menu1 li {float:left;}
.menu1 li a {display:block; float:left; height:35px; line-height:35px; color: #CCC; text-decoration:none; font-size:12px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.menu1 li a b {float:left; display:block; padding:0 16px 0 8px;}
.menu1 li.current a {color:#fff; background:url(../button3.gif);}
.menu1 li.current a b {background:url(../button3.gif) no-repeat right top;}
.menu1 li a:hover {color:#fff; background:#000 url(../button2.gif);}
.menu1 li a:hover b {background:url(../button2.gif) no-repeat right top;}
.menu1 li.current a:hover {color:#fff; background:#000 url(../button3.gif); cursor:default;}
.menu1 li.current a:hover b {background:url(button3.gif) no-repeat right top;}
.estaen {
	font-weight: bold;
}
.titulolinks {
	font-weight: bold;
}
