/*Destacado//*/
.destacado{
    width: 1100px;
    margin: auto;
    font-family: arial;
    font-size: 15pt;
    font-weight: lighter;
    text-align: center;
    background: black;
    padding: 5px 0px;
    color: white;
    margin-top: 50px;
    margin-bottom: 20px;
}
@media(max-width:1100px){
    .destacado{
        width: 100%;
    }
}

/*Notas Destacado//*/
.contenerDestacado{
    width: 1100px;
    
    
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}
@media(max-width:1100px){
    .contenerDestacado{
        width: 820px;
        
    }
}
@media(max-width:820px){
    .contenerDestacado{
        width: 539px;
    }
}
.notasDestacado{
    width: 110%;
}
.notasDestacado .nota{
    
    width: 254px;
    height: 280px;
    
    float: left;
    position: relative;
    margin-bottom: 30px;
    margin-right: 25px;
    overflow: hidden;
    border: solid 1px #cecece;
}
.tituloNota{
    font-size: 16pt;
    font-weight: bold;
    font-family: arial;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}
.tituloNota a{
    text-decoration: none;
    color: black;
}
@media(max-width:539px){
    .contenerDestacado{
        width: 95%;
        margin: auto;
    }
    .notasDestacado{
        width: 98%;
    }
    .contenerDestacado .nota{
        width: 100%;
        margin: auto;
        height: inherit;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .tituloNota{
        font-size: 13pt;
    }
}
.imgNota{
    width: 100%;
}
.imgNota img{
    width: 100%;
}
.categoriaPertenece{
    position: absolute;
    bottom: 20px;
    right: 0;
    background: black;
    color: white;
    padding-top: 4px;
    padding-bottom: 2px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: arial;
    
}