/*ESTRUCTURA*/

body {
   font-family: Arial, Helvetica, sans-serif;
   font-size:100%;	/* Equivalente a 16px*/
   line-height:1.125em; /* 16x1.125= 18 */
   text-align:center;
   margin:0 auto;
   padding:0;
   border:0;
	width:100%;
	color: #555555;
   background: #d2d2d2;
  }
  
p {
font-size:0.75em;  /* 16x0.75=12 */ 
margin: 0 0 1.125em 0;
text-align: left;
}
a {
text-decoration: none;
color: #000;
}
a:hover {
color: #f78f1e;
}
/*flotar a izquierda y derecha*/
.fltleft {
margin: 0;
float: left;
}
.fltright {
margin: 0;
float: right;
}
 #saltar{
 	display: none;
	visibility: hidden;
 }
 .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear: both;
height:1%;
}

.oculto{
	display: none;
	margin: 0;
	padding: 0;
}

/*destacados de texto*/
.verde{
color: #8DA62C;
}
.azul{
color: #41529C;
}



/* Formularios */
.formulario{
border: 1px solid #bebebe;
font-size: .95em;
color: #474747;
background-color: #fff;
margin: 0;
padding: 2px;
}

form {
margin: 0;
padding: 0;
}
form label{
display:block;
color:#0650BA;
margin:5px 0 0 10px;
font-size:.85em;
}
form input{
	display:block;
	width:90%;
	height: 15px;
}

form select{
	display:block;
	width:90%;
}

form select:focus{
	background:#E6EDF8;
}
form .botones{
	float:left;
	width:93%;
	margin:7px 0 2px 0;
}
form .boton{
	margin: 0;
	padding: 0 0 2px 0;
	border:none;
	cursor: pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;
}

form#login .boton{
float: right;
width:60px;
height:25px;
background:url(../imagenes/entrar_bt.gif) top left no-repeat transparent;
background-color: transparent;	
}
form.buscar {
margin-left: 5px;
}
form.buscar input{
display: inline;
width:47%;
}
form.buscar .boton{
font-size: 11px;
width:32px;
height:19px;
padding: 0 0 2px 0;
color:#555;
background:url(../imagenes/ok_bt.gif) top left no-repeat transparent;
background-color: transparent;	
}

/*titulares*/
.titular {
float: left;
width: 100%;
font-size: 1.125em;
line-height: 1.5em;
border: 1px solid #C2C4C0;
margin: 0;
padding: 0;
}
.titular#verde{
background-image: url(../imagenes/fondo_titular_col3.gif);
background-repeat: repeat-x;
background-position: top left;
color: #495bad;
background-color: #9bc642;
}
.titular#verde span {
margin-left: 30px;
}
			
.titular#azul{
background-image: url(../imagenes/fondo_titular_azul.gif);
background-repeat: repeat-x;
background-position: top left;
color: #e0e7fb;
background-color: #9bc642;
}
.titular#azul span {
margin-left: 30px;
font-size: 1em;
}



/*Cuadro de contenido*/
fieldset {
float:left !important;
float:none;
width: 99%;
font-size:0.75em;
line-height: 1.2em;
color: #545454;
background-color: #f2f2f2;
border: 1px solid #D6D7D4;
margin: 0 0 10px 0;
padding: 0;
}
/*CONTENEDOR GENERAL*/
#contenedorGeneral {
width:955px;
background-color: transparent;
text-align:left;
margin:0 auto;
padding:0;
}
.validador{
float: left;
border:0;
width:70px;
height:25px;
padding: 0;
margin: 10px 0 0 19px;
display: inline;
}


/*filetes negros laterales*/
#filetes {
float:left;
width:953px;
border-top: 0;
border-bottom: 1px solid #616161;
border-left: 1px solid #616161;
border-right: 1px solid #616161;
background-color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
position: relative;
}


		
/*MENÚ SUPERIOR*/
#menuSuperior{
clear:both;
float:left;
width:99%;
height: auto;
text-align: right;
border-bottom: 1px solid #edf1e3;
border-left: 0;
border-right: 0;
border-top: 0;
background-color: #f6f6f6;
margin: 0;
padding: 0 1% 0 0;
}
#menuSuperior p{
float: right;
margin: 0 0 0 0;
padding: 0;
}


/*CABECERA CON LOGO Y FOTO*/	
#cabeceraLogo {
clear:both;
float:left;
width:100%;
height: 75px;
border-top: 1px solid #fff;
border-left: 0;
border-right: 0;
border-bottom: 0;
background-color: #fff;
margin: 0;
padding: 0;
}			  
				  
/*MENÚ PRINCIPAL*/
#menuPrincipal{
clear:both;
float:left;
width:951px;
height: 31px;
border-top: 1px solid #bebebe;
border-bottom: 1px solid #bebebe;
border-left: 0;
border-right: 0;
background-image: url(../imagenes/fondoMenuPrincipal.gif);
background-repeat: repeat-x;
background-position: left;
vertical-align: middle;
text-align: center;
margin: 0;
padding: 0 0 0 2px;
}
#menuPrincipal ul {
text-align:center;
margin:0;
padding:0;
list-style:none;
}
#menuPrincipal li {
float: left;
margin:0;
border-left: 1px solid #fff;
border-right: 1px solid #cdcdcd;
border-bottom: 0;
border-top: 0;
display: inline;
}
#menuPrincipal span {
float: left;
display: block;
}
#menuPrincipal span a {
text-decoration: none;
float: left;
color: #666666;
background-color: transparent;
font-size:12px;
line-height: 2.5em;
margin:0;
padding:0 4px 0 3px; /*AQUÍ SE REGULA EL ANCHO DE LOS BOTONES*/
}
#menuPrincipal span a:hover {
color: #495bad;
background-color: transparent;
background-image: url(../imagenes/fondoMenuPrincipalBg.gif);
background-repeat: repeat-x;
background-position: left;
}
#menuPrincipal a.seleccionado {
color: #495bad;
background-color: transparent;
background-image: url(../imagenes/fondoMenuPrincipalBg.gif);
background-repeat: repeat-x;
background-position: left;
}

/*ÁREA DE CONTENIDO GENERAL - TRES COLUMNAS*/
.contenido {
float:left;
width:100%;
background-color: #fff;
padding: 0;
margin: 0;
border: 0;
}
#col1,
#col2,
#col3,
#col4 {
float:left;
position:relative;
margin: 0;
overflow:hidden;
height: 100%;
background-color: transparent;
}
/*Mapa */
#coltodo {
width:100%;
left: 1%;
margin-top: 10px;
}

h1, h2, h3, h4 {
	font-weight: normal;
	line-height:1.125em;
	margin:0;
	padding:0;
}
#col2 h1 {
	font-size:1.75em;/* 16x1.75=28 */  
	color: #495bad;
	background-color: transparent;
	margin-bottom: 0.56em; 
}
	
/*COLUMNA 1*/
.trescol #col1 {
width:24%;
left: 1%;
margin-top: 10px;
}
.trescol #col1 fieldset{
border: none;
background-color: transparent;
}
.trescol #col1 fieldset#patronos{
width: 214px;
height: 114px;
background-image: url(../imagenes/banner_patronos.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 0 6px 12px 6px;
text-align: center;
}
.trescol #col1 fieldset#banner2{
width: 226px;
height: 154px;
background-image: url(../imagenes/banner2_fondo.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 0 6px 12px 6px;
text-align: left;
}
.trescol #col1 fieldset#banner1{
width: 226px;
height: 75px;
background-image: url(../imagenes/banner1_fondo.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 0 6px 12px 6px;
text-align: left;
}
.trescol #col1 fieldset#patronos #soloTexto {
height: 100px;
margin: 0;
overflow: auto;
text-align: left; 
}	
.trescol #col1 .titular{
width: 218px;
margin-left: 3px;
}
		
/*COLUMNA 2*/
.trescol #col2 {
width:51%;
height: 383px;
left: 2%;
margin-top: 10px;
}
#ruta{
	margin: 0.9em 0 0.56em 0; 
}
.trescol #col2 fieldset#bienvenidos{
width:484px;
height: 156px;
margin: 0 0 5px 0;
padding: 0;
}	
.trescol #col2 fieldset#flash {
width:484px;
height: 218px;
margin: 0;
padding: 0;
}
.trescol #col2 fieldset#flash #soloTexto {
margin: 0 15px 15px 0;
height: 218px;
overflow: auto; 
}					
			
/*COLUMNA 3*/
.trescol #col3 {
width:22%;
height: 393px;
left: 3%;
}
/*Buscador*/
.trescol #col3 #buscador {
font-size: 11px;
margin: 0 0 0 10px;
width: 100%;
height: 21px;
background-image: url(../imagenes/fondo_buscador.gif);
background-repeat: repeat-x;
background-position: left top;
background-color: #fff;
margin: 0;
padding: 8px 0 10px 0;
}


			
/*Cuadro de Menú Servicios*/
.trescol #col3 fieldset#servicios {
width: 100%;
height: 102px;
background-image: url(../imagenes/servicios.jpg);
background-repeat: no-repeat;
background-position: bottom left;
padding: 5% 0 5% 0;
margin: 0;
}
				
/*Menú Servicios*/
.trescol #col3 #servicios #menuServicios{
float: left;
width: 50%;
margin: 5% 0 0 50%;
padding: 0;
display: inline;
}
.trescol #col3 #menuServicios ul{
float:left;
width: 70%;
text-align: left;
list-style: none;
margin: 0;
padding: 0;
background-color: transparent;
}
.trescol #col3 #menuServicios ul li {
padding: 0;
margin: 0 0 5px 0;
}
.trescol #col3 #menuServicios ul li a{
float: left;
width: 85%;
color: #666;
text-decoration: none;
background-color: transparent;
background-image: url(../imagenes/bolo_menu_servicios.gif);
background-repeat: no-repeat;
background-position: 0% .3em;
padding: 0 0 0 15%;
margin: 0 0 5px 0;
}
.trescol #col3 #menuServicios ul li a:hover{
color: #f78f1e;
background-color: transparent;
background-image: url(../imagenes/bolo_menu_servicios_bg.gif);
background-repeat: no-repeat;
background-position: 0% .3em;
}
.trescol #col3 #menuServicios ul li a.seleccionado{
color: #f78f1e;
background-color: transparent;
background-image: url(../imagenes/bolo_menu_servicios_bg.gif);
background-repeat: no-repeat;
background-position: 0% .3em;
}
										
/*Cuadro de Login*/
.trescol #col3 fieldset#login {
width: 100%;
height: 160px;
border: none;
color: #7f817b;
background-color: #e7edf5;
padding: 0;
margin: 0 0 10px 0;
}
.trescol #col3 fieldset#login span {
width: 85%; 
margin: 0 0 0 5%;
line-height: 1.5em;
background-position: 0% .4em;
}
				
				
/*COLUMNA 4*/
.trescol #col4 {
width:74%;
left: 2%;
margin-top: 10px;
padding-bottom: 10px;
}						
/*Cuadro de Lo Último*/		
.trescol #col4 fieldset#ultimo {
width: 97%;
background-image: url(../imagenes/ilustracion_loUltimo.jpg);
background-repeat: no-repeat;
background-position: 95% 20%;
padding: 10px 10px 0 10px;
margin: 0;
border: none;
background-color: transparent;
}
						
/*Bloque de un evento: Tipo de evento, evento y fecha*/
.bloqueEvento{
float: left;
width: 85%;  /*490px*/
padding: 0;
margin: 0 0 8px 0;
}
				
/*Titular con bolos*/
.titularBolo {
float: left;
color: #354413;
background-color: transparent;
background-image: url(../imagenes/bolo_titular_ultimos.gif);
background-repeat: no-repeat;
background-position: 0% .3em;
margin: 0;
padding-left: 20px;
}
/*Llamada a evento*/
.evento {
float: left;
color: #495bad;
background-color: transparent;
margin: 0 0 0 5px;
padding: 0;
display: inline;
}
.evento a{
text-decoration: none;
color: #495bad;
}
.evento a:hover{
text-decoration: none;
color: #f78f1e;
}
								
/*Fecha del evento*/		
.fecha {
float: left;
color: #707070;
background-color: transparent;
margin: 0 ;
padding: 0 0 0 20px;
display: inline;
}
				

/* Footer styles */
#footer1 {
clear:both;
float:left;
width:100%;
height: 50px;
text-align: left;
background-image: url(../imagenes/fondo_pie.gif);
background-repeat: repeat-x;
background-position: 0% 0em;
color: #545454;
background-color: #e7e7e7;
border-top: 1px solid #d1d1d1;
border-bottom: none;
border-left: none;
border-right: none;
margin: 3px 0 0 0;
padding: 0;
}
#footer1 p{
font-size:0.7em;
line-height: 1.6em;
margin: 6px 0 0 19px;
}
		 
#footer2 {
clear:both;
float:left;
width:100%;
height:19px;
background-image: url(../imagenes/fondo_pie2.gif);
background-repeat: repeat-x;
background-position: left top;
margin: 0;
padding: 0;
    }
	 




















