﻿/*
--------- NOTICIAS PORTADA (inicio.aspx) ---------
*/
.noticias_portada {border-bottom:1px solid #e1e1e1;float:left;padding-bottom:20px;display: flex;flex-wrap: wrap; justify-content: space-between;}
.noticia_portada {
	background-color: #f9f9f9;
    border: 5px solid #fff;
    padding: 20px;
    position: relative;
    width: 98%;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}


@media (min-width: 480px) {
    .noticia_portada_izq {
    float: left;
    width: calc(100% - 260px);
}
.noticia_portada_der {
    float: right;
    height: 100%;
    width: 250px;
    display: block;
}
}

.noticia_portada_der a {
    display: block;
    height: 100%;
}
.noticia_portada_pie {

}
.noticia_portada h2 {font-size:110%;padding:0px;}
.noticia_portada h2 a {text-decoration:none;color:#ff9900; text-transform: uppercase;}
.noticia_portada h2 a:hover {color:#D83701;}
.noticia_portada_desc {float:left;font-size:80%;}
.noticia_portada img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-object-fit: contain;
}
.lnkmas{color:#D83701;float:right;font-size:80%;text-decoration:none;display: none;}
.lnkmas:hover{color:#444;}
.noticia_portada_fecha {font-size: 14px;}
.contenidoNoticia{margin-top:15px;}
.contenidoNoticia img{border:1px solid #ddd;float:right;margin-right:15px;margin-bottom:10px;max-width:400px;padding:1px;}
.contenidoNoticia p{float:left;}

.noticias_portada h1 {
  width: 100%;
}