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

    width: 100%;
    margin: 9px 0px 0px 0px;
    padding: 0px;

    background: url('nosotros/contenido_fondo.gif') repeat-y;
}
.contenido h2 {
    height: 29px;
    padding: 0px 11px;
    overflow: hidden;
    
    font-weight: 400;
    font-size: 18px;
    line-height: 29px; 
    color: #0F628C;
    
    background-color: #E1E1EB;
}

.recientes {
    float: left;
    display: inline;
    width: 253px;
    height: 500px;
}
.oferta {
    float: right;
    width: 224px;
    overflow: hidden;
}
.contacto {
    margin: 0px 226px 0px 255px;
    __margin: 0px 223px 0px 254px;
}




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

.oferta h2 {
    color: #fff;
    background-color: #888894;
}
.oferta h3 {
    color: #438CC3;
    padding: 8px 22px;
}
.oferta p {
    color: #828284;
    padding: 8px 22px;
}
.oferta p a {
    display: block;
    margin-top: 15px;

    text-decoration: none;
    color: #438CC3;
}
.oferta p a:hover {
    text-decoration: underline;
}



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



#mensaje {
    background: url(contacto/mensaje.jpg) no-repeat;
    text-indent: -1000px;
    width: 250px;
    height: 148px;

    overflow: hidden;
    
    padding: 0px;
}
