@import url('https://fonts.googleapis.com/css2?family=Gelasio&display=swap');


.div-entradas h1, .div-entradas-mosaico h1,
.div-entradas h2, .div-entradas-mosaico h2,
.div-entradas h3, .div-entradas-mosaico h3,
.div-entradas h4, .div-entradas-mosaico h4,
.div-entradas h5, .div-entradas-mosaico h5,
.div-entradas h6, .div-entradas-mosaico h6{
	/*font-family: 'Gelasio', serif;*/
}

.div-entradas h6, .div-entradas-mosaico h6{
	font-size: 0.9em;
}


.div-entradas-mosaico{   
	background-color: #fff;
}

.div-entradas{   
	background-color: #f5f5f5;
}

a{
    text-decoration: none;
    color: #444;
}

a:hover{
    color: #ccc;
    text-decoration: none;
}

/* ----------------------- */

.div-cabecera{
	color: #fff;
}

.div-cabecera > a{
	color: #fff;
}

.div-cabecera > h3{
	color: #fff;
}

.div-cabecera > h5{
	color: #fff;
}

/* ----------------------- */

.caja-box{
	line-height: 20px;
}

.caja-box h4{
}

.caja-box h5{
}

/* ----------------------- */

.seccion-activa{
	background-color: #901737 !important;
	border-color: #444 !important;
	color: #fff !important;
}

.seccion-activa a:hover{
	color: #C26140;
}

.btn-gris{
	/*transition: background-color 0.2s ease-out, color 0.2s ease-out !important;*/
	background-color: #C26140 !important;
	border-color: #C26140 !important;
}

.btn-gris:hover{
	background-color: #000 !important;
	border-color: #000 !important;
}
