.contenido {
    position: relative;
    top: 0px;
    left: 0px;

    width: 100%;
    margin: 9px 0px 0px 0px;
    padding: 0px;
    
    background: url('distribuidores/contenido_fondo.gif') repeat-y;
}
.contenido h2 {
    height: 29px;
    padding: 0px 11px;
    overflow: hidden;
    
    font-weight: 800;
    font-size: 15px;

    line-height: 29px; 
    color: #0F628C;
    
    background-color: #E1E1EB;
}

.recientes {
    float: left;
    display: inline;
    width: 253px;
}
.servicios {
    float: right;
    display: inline;
    width: 224px;

    text-align: center; 
}
.servicios h2 {
    text-align: left; 
}
.servicios img {
    padding: 10px 0px;
}
.distribuidores {
    margin: 0px 226px 0px 255px;
    __margin: 0px 223px 0px 254px;
}


.servicios h2 {
    color: #fff;
    background-color: #888894;
}



.distribuidores h2 {
    margin-bottom: 10px; 
}
.distribuidores p {
    padding: 8px 11px;
    color: #8C8D8F;
}




.recientes ul li {
    list-style-type: none;
    background:url("nosotros/plus.gif") no-repeat scroll left 4px transparent;
    color:#8C8D8F;
    margin:20px 11px;
    padding-left:20px;
}
