/* CSS Document */

.centrado {
	text-align:center;
}

.derecha {
	text-align:right;
}
.justificado {
	text-align:justify;
}

A.rutas, A.rutas:VISITED, A.rutas:ACTIVE, A.rutas:FOCUS, A.rutas:LINK {
	color:#485d22;
}

#rutas A.rutas:HOVER{ 
	color: #ff0000 ;
}

.titulos {
	display:block;
	background-color:#90BADE;
	color:#FFFFFF;
	font-weight:bold;
}

.mensajes {
	display:block;
	background-color:#FFFFFF;
	color:#000000;
	margin-bottom:15px;
}


/*A.enlacenav, A.enlacenav:VISITED, A.enlacenav:ACTIVE, A.enlacenav:FOCUS, A.enlacenav:LINK{ 
	text-decoration:none;
	color: #FFFFFF; 
} 
A.enlacenav:HOVER{ 
	color: #FFFFFF;
} 
*/
.subrayado {
	text-decoration:underline;
}

.negrita {
	font-weight:bold;
}

.separadorrutas {
	color:#414A06;
	font-weight:bold;
}

.cursiva {
	font-style:italic;
}

.separado {
	padding-right:45px;
}

.bordeimagen {
	border-color:#000066;
	border-width:2px;
	border-style:solid;
}

.titulosmapa {
	background-color:#000066;
	color:#FFFFFF;
	font-size:1.3em;
	text-align:center;
	line-height:1.5em;
	font-weight:bold;
}

a.titulosmapa {
	color:#FFFFFF;
	font-size:1.3em;
	text-align:center;
	line-height:1.5em;
	font-weight:bold;
}

.borraractofondo {
	background-color:#990796;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

li.normal {
	padding-bottom:4px;
	padding-top:4px;
}

.error {
	font-size:160%;
	color:#FF0000;
	font-weight:bolder;
	text-align:center;
	text-decoration:none;
	margin-top:30px;
	margin-bottom:30px;
}

.ultimahora {
	background:#E8E8E8 url(imagenes/Info.png) left center no-repeat;
	min-height:48px;
	border:#CCC 1px solid;
	padding:10px 10px 10px 60px;
}