#noticias{
    display:block;
}

#noticias div{
    display:block;
}

#noticias .section_noticias{
    display:Block;

    margin-bottom: 4%;
}


#noticias .panelazul{
    background-color: #3498DB;
    color: #fff;
    padding: 2% 20%;
}

#noticias .panelazul h1{
    text-align: center;
}

#noticias .panelazul p{
    color: #fff;
    text-align: center;
    padding-top: 2%;
}

#noticias .ttloppal_blanco{
    color: #fff;
    text-align: center;
}


#noticias .nota1 {
    margin-top: 2%;
    display: block;
}

#noticias section article p{
    margin-top: 2%;
    display: block;
    padding-left:4%;
}

#noticias article{
    display: block;
}

#noticias article h2{
    padding-top: 2.5%;
    display: inline-block;
    font-size: 1.5rem;
    vertical-align: top;
    padding-left: 1%;
}


#noticias article h2:first-child{
    padding-left: 4%;
    display: inline-block;
    padding-top:4%;
}

#noticias .nota1 {
    max-height:600px;
}



#noticias .autor {
    font-size: 0.75rem;
    color: #F64747;
    margin-top: 0;
    padding-top: 1.5%;
    vertical-align: top;
}

#noticias .archivo {
    max-height: 500px;
    background-color: #F7F3F3;    
}

#noticias article.tips {
    height:auto;
}

#noticias article.tips p {
    margin: 8px 0;
    font-size: 0.9rem;
    font-style: italic;
}

#noticias a{
    display: inherit;
    color: #F64747;
    position: relative;
    background-color: #fff;
    bottom: 0;
    right: 0;
    cursor: pointer;
    padding-left:4%;
    text-decoration:none;
}

#noticias a:hover{
    display: inherit;
    color: #F2BF4C;
    background-color: #fff;
    bottom: 0;
    right: 0;
    font-size: 1 rem;
    cursor: pointer;   

}

#noticias .separacion_noticias{
    height: 1px;
    border-bottom: 1px solid #F2BF4C;
    margin-left:4%;
    margin-right:4%;
    margin-bottom: 3%;
    margin-top: 5%;
    width:95%;
    
}

#noticias .primeraimagen{
    padding-left: 0;

}



#noticias img{
    display: inline-block;
    padding-left: 3%;

}


#noticias aside{
    box-sizing: border-box;
    width: 18%;
    padding: 0;
}

#noticias aside ul li{
    box-sizing: border-box;
    padding-left: 10%;
}

#noticias aside img{
    box-sizing: border-box;
    padding-bottom: 0%;
    border-bottom: #fff solid 10px; 
    padding-left: 0;
}



#noticias .meses ul li a{
    color: dimgrey;
    display: list-item;
    background-color: #F7F3F3;

}

#noticias aside .anio a{
    color:#F2BF4C;
    font-size: 1.4rem;
    text-decoration: none;
    background-color: #F7F3F3;
    padding-top: 5%;
    padding-bottom: 1%;
    font-weight: 800;

}

#noticias aside .meses a{
    background-color: #F7F3F3;
    padding-top: 1%;
    padding-bottom: 0.5%;
    color: dimgrey;
    font-size: 1.0rem;
}

#noticias  li .current a {
    color:#e0e0e0;
    text text-decoration: none;
}

#noticias  li .current a:hover{
    color: dimgray;
    text text-decoration: none;
}

.noticiasredes {
    margin-top: 4%;
}

.porciento76{
    width: 76%;
}

.porciento97{
    width: 97%;
}

#noticias .paddingtop{
    padding-top: 2%;
}

#noticias .paddingleft{
    padding-left: 0%;
    padding-top: 1%;
}

#noticias a.botonlectura{
    display:block;
    text-align: right;
    text-decoration: none;
    
}

#noticias a:hover.botonlectura{
    display:block;

}