/* 
    Document   : blogAvanzado
    Created on : Feb 21, 2016, 9:18:48 PM
    Author     : alexf
    Description:
        Purpose of the stylesheet follows.
*/

.bloqueBlogNw {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0;
}
.bloqueBlogNwInt{
    padding: 10px;
    overflow: hidden;
}
.titleBlogList{
    font-size: 20px!important;
    font-weight: bold;
    margin: 0;
    padding: 0;
    height: 55px;
    overflow: hidden;
}
.bloqueBlogNwImg {
    height: 130px;
    margin: 0px;
}
.bloqueBlogNwText {
    height: 180px;
}


.dateDiaText, .dateDiaTextDay, .bloqueBlogNwFechasRight, .bloqueBlogNwFechas h4, .bloqueBlogNwFechas h5, .categorieBlogList{
    float: left;
    display: block;
    font-size: 9px;
    background: transparent;
    color: #474747;
    font-weight: lighter;
    margin: 5px 0px;
    padding: 0 2px;
    text-transform: uppercase;
}

.bloqueBlogNwFechasRight, .bloqueBlogNwFechas p, .bloqueBlogNwFechas p{
    float: left;
    display: block;
    font-size: 9px;
    background: transparent;
    color: #474747;
    font-weight: lighter;
    margin: 5px 0px;
    padding: 0 2px;
    text-transform: uppercase;
}

.dateDiaText{

}
.dateDiaTextDay{

}
.bloqueBlogNwFechasRight{
    margin: 0;
}
.bloqueBlogNwFechas h4{

}
.bloqueBlogNwFechas h5 {

}
.categorieBlogList{
    font-weight: bold;
    color: firebrick;
}
.categorieBlogList:hover {
    color: #000;
    text-decoration: underline;
}
.nwblogLeft {
    width: 70%;
}
.nwblogRight{
    width: 30%;
}