a.enlace_direccion{
	color:#000000;
	text-decoration:underline;
}
a.enlace_direccion:hover{
	color:#005681;
	text-decoration:none;
}
a.enlace_azulsinraya{
	color:#005681;
	text-decoration:none;
}
a.enlace_azulsinraya:hover{
	color:#005681;
	text-decoration:underline;
}

.fondo_interiores{
	background:url(../img/fondos/fondo_interiores.jpg) no-repeat;
}
.separado{
	line-height: 16px;
	text-align: justify;
}
.txt_azul{
	color:#005681;
	font-size:10px;
	text-align: justify;
}
.txt_titulo_azul{
	color:#005681;
	font-size:14px;
}
.cajas{
	border:1px solid #005681;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.boton{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#005681;
	border:1px solid #547EB5;
	width:118px;
	height:19px;
	cursor:pointer;
}