/* DESKTOP */

#listadoArticulos {
	margin-top: 15px;
}

.otras-noticias div > .uk-h1 {
	font-size: 21px;
    line-height: 32px;
}

.uk-pagination {
	margin-bottom: 15px !important;
}

.noticias-adicionales {
	margin-top: 0px !important;
}

.nueva-fecha {
	position: absolute;
    min-width: 35px;
    padding: 8px;
    background: #00A0AF;
    color: #fff;
    text-align: center;
    line-height: 18px;
    top: 0px;
    left: 0px;
    font-size: 12px;
}

.texto-contenido {
	margin-top: 15px;
}

/* MOBILE */
@media (max-width: 567px) {
	.div-otras-noticias {
		display: block !important;
		width: 100% !important;
		height: auto !important;
	}
	
	.segundo {
		margin-bottom: 15px !important;
		float: none !important;
	}
}

/* MODAL */

.modalVideoNavidad{
	display: none;
}

.modalVideoNavidad .modal-header{
	background: #00b7bb;
    color: white;
    font-size: 18px !important;
    border-radius: 4px;
}

.modalVideoNavidad h4{
    font-size: 23px;
    text-align: center;
    margin-top: 20px;
}