﻿/* CSS */

/* HACKS para IE
--------------------------------------
	/nombre-estilo: para IE 6 y 7;
	_nombre-estilo: sólo para IE 6;
*/

#cabecera {border-bottom: 5px solid #ff1721;}
* html #cabecera {
	border-bottom: 5px solid #ff1721;
}

#cabecera h1 {background-image:url(/img/maquetacion/cab_cercanias.jpg);}

* html #cabecera h1 {
	background-image:url(/img/maquetacion/cab_cercanias.jpg);
}

*:first-child+html #cabecera h1 {
	background-image:url(/img/maquetacion/cab_cercanias.jpg);
}

h3 {color:#ff1721;}
h4 {background:url(/img/maquetacion/it_triangulo2_ff1721.gif) top left no-repeat;}

.colB1 h3, .colB2 h3, .colB3 h3 {border-bottom: 1px solid #ff1721;}

.colB1 h3 a:link, .colB2 h3 a:link, .colB3 h3 a:link,.colB1 h3 a:visited, .colB2 h3 a:visited, .colB3 h3 a:visited{
color:#FFFFFF;
text-decoration:none;
text-align:left;
}

.menu_lat ul li {
	margin:0;
	padding:0.3em 0em 0.3em 17px;
	list-style:none;
	/*background:url(/img/maquetacion/it_triangulo_ff1721.gif) no-repeat ;*/
	border-bottom: 1px dotted #cfc9c4;
}

.colB1 h3, .colB2 h3, .colB3 h3 {
	text-align:center;
	color:#ffffff;
	font-weight: bold;  
	font-size:0.9em; 
	background:url(/img/cer_titulonucleo.gif) top left no-repeat;
	margin:0 0 0.2em 0;
	padding: 0.2em 0.2em 0.2em 1em;
	border-bottom: none;
}

.colB1 img, .colB2 img, .colB3 img {
	margin: 0 0 0 0.2em;	
}

#colC #menu_lat ul li  {
	margin:0;
	padding:0.3em 0em 0.3em 17px;
	list-style:none;
/*		background:url(none) no-repeat ;*/
	border-bottom: 1px dotted #cfc9c4;
}

#colC #menu_lat ul li ul li {
	margin:0;
	padding:0.3em 0em 0.3em 17px;
	list-style:none;
	background:url(/img/maquetacion/it_cuadrado_ff1721.gif) no-repeat ;
	border-bottom: 1px dotted #cfc9c4;
}

#colC #menu_lat2 ul li  {
	margin:0;
	padding:0.3em 0em 0.3em 17px;
	list-style:none;
		/*background:url(none) no-repeat ;*/
	border-bottom: 1px dotted #cfc9c4;
}

#colC #menu_lat2 ul li ul li {
	margin:0;
	padding:0.3em 0em 0.3em 17px;
	list-style:none;
	background:url(/img/maquetacion/it_cuadrado_ff1721.gif) no-repeat ;
	border-bottom: 1px dotted #cfc9c4;
}

#colC #menu_lat3 ul li  {
	margin:0;
	padding:0.3em 0em 0.3em 17px;
	list-style:none;
		/*background:url(none) no-repeat ;*/
	border-bottom: 1px dotted #cfc9c4;
}

#colC #menu_lat3 ul li ul li {
	margin:0;
	padding:0.3em 0em 0.3em 17px;
	list-style:none;
	background:url(/img/maquetacion/it_cuadrado_ff1721.gif) no-repeat ;
	border-bottom: 1px dotted #cfc9c4;
}
.resaltado{color:#ff1721;}
#resaltado{color:#ff1721;}

.azul{color:#275BA5;
						font-weight:bolder;}
#azul{color:#275BA5;
					font-weight:bolder;}

.rojo{color:#C0020F;
						font-weight:bolder;}
#rojo{color:#C0020F;
					font-weight:bolder;}

.gris{color:#767676;
						font-weight:bolder;}
#gris{color:#767676;
					font-weight:bolder;}
					
a h3{
text-decoration:none;
}