.seccion-noticias {
	position: relative;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: scroll;
	background-color: white;
	display: block;
	height: 365px;
	margin-left: 10px;
}

.titulo-seccion h2{
    text-align: center;  
    color: white;
    background-color: #0C2340;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 0px;
}

.noticia {
    padding: 10px;
    /*border-bottom: 1px solid #0C2340;*/
}

.titulo-noticia {
    margin-top: 15px;
}

.titulo-noticia a{
    font-weight: bold;
    color: #0C2340;
    text-decoration: none;
}

.resumen-noticia {
    margin-top: 3px;
}

.resumen-noticia a{
    color: #0097A9;
    text-decoration: none;
}

@media (min-width: 960px) and (max-width: 1240px) {
	.seccion-noticias {
		height: 328px;
	}
}

@media (min-width: 768px) and (max-width: 960px) {
	.seccion-noticias {
		height: 247px;
	}
}

@media (max-width: 768px) {
	.seccion-noticias {
		height: auto;
		overflow: visible;
	}
}
