.superclase {
	/*background-color: #990000;*/
	background-color: #ffb400;
	text-align: center;
	margin: auto;
	font-weight: bold;	
	font-size: 11px;
}
.seleccionado {
	background-color: #CCCCCC;
	text-align: center;
	margin: auto;
	font-weight: bold;
}

.seleccionado a{
	color: #000000;
}
.superclase a{
	text-decoration: none;
	color: #FFFFFF;
}
.superclase a:hover{
	text-decoration: none;
	color: #000000;
}

.superclase2 {
	background-color: #000000;
	text-align: center;
	margin: auto;
	font-weight: bold;
}
.superclase2 a{
	text-decoration: none;
	color: #FFFFFF;
}
.superclase2 a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
.texto_prestatario{
	color:#FFFFFF;
	font-size:10px;
}

/*-------------- Busqueda agencias -----------------*/
.boton{
	font-size:10px;
	border:1px;
	width:80px;
	height:15px;
	cursor:hand;
}
.evol{
	font-size: 9px;
	font-weight: bold;
} 	 
.fondo_evol{
	background-color: #CCCCCC;
}
.titulo_agencias{
	font-size:11px;
	background-color: #666666;
	color: #FFFFFF;
	text-align: left;
	margin: auto;
	padding:5px;
	font-weight: bold;
}
.agencias{
	font-size:10px;
	background-color: #ffb400;
	text-align: left;
	margin: auto;
}
.sobre_agencias{
	font-size:10px;
	background-color: #EEEEEE;
	text-align: left;
	margin: auto;
}
.txt_direccion{
	color:#666666;
}

