.wrapp_mod_mosaico{
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-family: 'oswald',sans-serif;
}
.wrapp_mod_mosaico_left,
.wrapp_mod_mosaico_center,
.wrapp_mod_mosaico_right
{
    float: left;
    position: relative;
    overflow: hidden;
}
.mod_mosaico_item{
    position: relative;
    overflow: hidden;
}
.mod_mosaico_item a{
    text-decoration: none;
}
.mod_mosaico_item img{
    border: 0px;
    vertical-align: top;
}
.mod_mosaico_item_img{
    position: relative;
    z-index: 1;
}
.mosaico_item_img_title{
    position: absolute;
    bottom:0px;
    left: 0px;
    z-index: 2;
    color:#fff;
/*    background-image: url(../images/transparencia_verde.png);*/
    width: 100%;
}
.wrapp_mod_mosaico_left
.mosaico_item_img_title .mosaico_item_img_title_text,
.wrapp_mod_mosaico_right
.mosaico_item_img_title .mosaico_item_img_title_text
{
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    line-height: 22px;
}

.mosaico_item_img_title a{
    color: #fff;  
    text-shadow: black 0.1em 0.1em 0.2em;

}
.wrapp_mod_mosaico_left,
.wrapp_mod_mosaico_right{
    font-size: 17px;
}


.wrapp_mod_mosaico_center{
    
}
.wrapp_mod_mosaico_center
.mosaico_item_img_title{
    font-size: 32px;
    line-height: 38px;

}
.wrapp_mod_mosaico_center .mosaico_item_img_title_text{
    padding-top:3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;    
}

