:root {
	--azulrey: #003399;
}

.bg-azulrey{
	background-color: var(--azulrey) !important;
}

.menu-custom li a{
	color: white;
}
.menu-custom li a:hover{
	color: white !important;
	text-decoration: underline;
}


.lista-curriculum{
	/*margin-left: 95px;*/
}
.lista-curriculum li{
	font-size: 14px;
}

.lista_cedulas{
	list-style-type: none;
	text-align: left;
	padding: 0;
}
.lista_cedulas li{

}

.lista_procedimientos{

}
.lista_procedimientos li{
	font-size: 14px;
}

.font-azul{
	color: var(--azulrey) !important;
}

#map {
        height: 550px;  /* The height is 400 pixels */
        width: 100%;  /* The width is the width of the web page */
}

.footer-info a{
	color: white;
	text-decoration: none;
}

.footer-info a:hover{
	color: white;
	text-decoration: underline;
}

.entradas_titulo{
	background-color: var(--azulrey) !important;
	color: white;
}
.entradas_titulo a{
	text-decoration: none;
	color: white;
	font-size: 14px;
}
.entradas_titulo a:hover{
	text-decoration: underline;
	color: white;
}
.entrada p{
	font-size: 14px;
}