/*webs de productos*/
.titulo{
    position: absolute;
    width:100%;
    color: white;
    bottom:0;
    font-size: 11px;
    padding-top: 5px;
    width: 100%;
}
.titulo h4{
    background:url(/medios/2012/personas/images/tarifas/transparencia-documentos.png) repeat;
    padding: 10px;
    clear: both;
    word-wrap: break-word;
    width:201px;
    font-family: 'OpenSansCondensedLight';
    color:#FFF;
    *height:30px;
}
.webs{
    width: 300px;
    float: left;
    border-right: 1px solid #999;
    padding-left: 38px;
    display: block;
    z-index: 10 !important;
    overflow: hidden;
}
.webs .nombre{
    background:url(/medios/2012/personas/images/tarifas/transparencia-documentos.png) repeat;
    color: #fff;
    font-size: 14px;
    display:block;
    float:left;
    text-align: left;
    padding: 5px 10px;
    width: 201px;
    text-transform: uppercase;
    font-family: 'OpenSansCondensedLight';
    color:#FFF;
}
.webs .fondo-negro .titulo{
    margin-bottom:20px;
}
.webs ul{
    padding: 10px 10px;
    margin-left: 5px;
}
.webs ul li{
    float: left;
    margin: 10px 20px 20px 0;
    position: relative;
    list-style:none;
    width:220px;
}
.webs ul li .sub-fecha{
    background:#000;
    width:100%;
    height:20px;
    clear:both;
}
.webs ul li .sub-fecha p{
    color:#007dc3;
    width:100%;
    line-height:20px;
    text-align:center;
}
.webs img{
    margin:0px auto;
}
.webs ul li a img {
    display: block;
    margin: 0 auto;
}