<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cssRecuadroHeader
{
    /*    border: 3px solid #787878;
        border-radius: 10px;
        background-color: #FFF;*/
    height: 150px;
    background-image: url("../img/headDegrade.png");
    margin-top: -12px;
    border-radius: 22px;
}

.spanPublicar
{
    font-weight: bolder;
}

.cssRegistrar, .cssOlvideClave
{
    margin-top: 2px;
}

/*.cssSubDiv1
{
    background-color: #BBBBBB;
    padding-top: 5px;
    border-radius: 6px;
}*/

/*.cssSubDiv2
{
    background-image: url("../img/FondoDegrade2.png");
    border-radius: 10px;
    padding: 20px 50px 20px 50px;
}*/

.cssColumnLogo
{
    height: auto;
    text-align: left;
    font-size: 10px;
    word-spacing: 0mm;
    margin-top: 66px;
    margin-left: 60px;
}

.cssColumnLoggin
{
    margin-top: 66px;
    margin-right: 40px;
}

.cssColumnContacto
{
    text-align: left;
    height: 50px;
    padding-right: 170px;
    padding-top: 70px;
    background-image: url("../img/LupaChica.png");
    background-repeat: no-repeat;
    background-position-x: 125px;
    background-position-y: 20px;
    background-size: 100px;
}

.divBodyHeader
{
    height: auto;
    width: auto;
    padding-top: 10px;
}

.divBodyHeader .cssTileRecuadroRubro
{
    width: 150px;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;

    margin-left: 12px;

    border-radius: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: normal;
    transition: background-color 0.2s;
}

.divBodyHeader a:hover
{
    text-decoration: none;
    cursor: pointer;
}

.divBodyHeader a
{
    color: #FFF;
}

.divBodyHeader .cssTileRecuadroRubro:hover
{
    border-color: #F00 !important;
    -webkit-box-shadow: 4px 4px 20px #464646;
    -moz-box-shadow: 4px 4px 20px #464646;
    box-shadow: 4px 4px 20px #464646;
}

.cssDivFechaLiteral
{
    text-align: right;
    color: #B40025;
    font-size: 12px;
    margin-top: 18px;
}

.divTopHeader
{
    padding-bottom: 10px;
    margin-top: 20px;
    border-bottom: 10px solid #858585;;
}

.cssLogoEmpresarial2
{
    width: 200px;
    margin-top: 20px;
}

.cssPublicar
{
    font-size: 24px;
    text-align: left;
    margin-bottom: 15px
}

.inputLogin
{
    display: inline-block;
}

/*.divFormLogin
{
    width: 170px;;
}*/

/*pongo todos los colres de rubro opacos
para uego setear el necesario en rubro.css
*/

.cssColorAmarillo, .cssColorVarios
{
    background-color: #EBB885;
}

.cssColorCeleste, .cssColorServicios
{
    background-color: #85C5EB;
}

.cssColorAzul, .cssColorEmpleos
{
    background-color: #85A7EB;
}

.cssColorRojo, .cssColorVehiculos
{
    background-color: #EB8587;
}

.cssColorVerde, .cssColorInmuebles
{
    background-color: #A7EB85;
}

/* colores hover */
.cssColorAmarillo:hover, .cssColorVarios:hover
{
    background-color: #F0902F;
}

.cssColorCeleste:hover, .cssColorServicios:hover
{
    background-color: #0198F1;
}

.cssColorAzul:hover, .cssColorEmpleos:hover
{
    background-color: #264C98;
}

.cssColorRojo:hover, .cssColorVehiculos:hover
{
    background-color: #D51A1F;
}

.cssColorVerde:hover, .cssColorInmuebles:hover
{
    background-color: #3D8A17;
}

/**/

.cssTileRecuadroRubro a,
.cssTileRecuadroRubro span
{
    display: inline-block;
    width: inherit;
}

/*
    CREO LOS RECUADROS GENERICOS
*/


.divRecuadro{
    border: 1px solid #A4A4A4;
    min-height: 50px;
    min-width: 300px;

    box-shadow: 4px 4px 10px black;
    -moz-box-shadow: 4px 4px 10px black;
    -webkit-box-shadow: 4px 4px 10px black;

    color: black;
    background-color: white;

    margin-top: 20px;
    margin-bottom: 20px;
}

.cssLeft .divRecuadro
{
    width: 318px;
    padding: 0px 0px 10px 0px;
}

.cssRight .divRecuadro
{
    width: 484px;;
}

.divRecuadro .SubTitle
{
    min-height: 30px;
    color: #FFF;
    font-size: 20px;
    background-color: #6B6B6B;
    text-align: left;
    padding-left: 20px;
}
.divRecuadro .SubTitle p
{
    min-height: 30px;
    line-height: 30px;
}

.cssMenuLayout
{
    height: auto;
    border-radius: 4px;
}

.cssMenuLayout a
{
    display: inline-block;
    padding: 10px 0px 0px 20px;
    height: 27px;
    color: #FFF;
    word-spacing: 20px;
    transition: background-color 0.2s;
    border-radius: inherit;
}

.cssMenuLayout a:hover
{
    cursor: pointer;
    text-decoration: none;
    border-radius: inherit;
}

.cssLiMenu
{
    border-radius: inherit;
}

.divFootHeader
{
    margin-bottom: 50px;
}

.ctlIr.trianguloRojo {
    background-image: url("../img/triangulo.png");
    background-size: 13px 23px;
    height: 24px;
    width: 15px;
    padding: 0px;
    background-repeat: no-repeat;
    float: right;

    /*ELIMINO lso estilo del boton antiguo*/
    background-color: inherit;
    border: none;

    margin-right: 5px;
}

.cssPublicar .simboloWebdings
{
    font-size: 22px;
}

#txtLoginUsuario
{
    width: 102px;
}

#txtLoginClave
{
    width: 65px;
    margin: 0px 7px;
}


.cssBanner.bannerTOP img
{
    width: 1000px;
    height: 122px;
}

.cssBanner.bannerEncabezado img
{
    width: 840px;
    /*height: 122px;*/
	height: 254px; /*Hasta que se tenga el banner en standart */
}

.cssBanner.bannerPie img
{
    width: 1000px;
    height: 196px;
}
.cssBanner.bannerPie iframe {
  width: 1000px;
  height: 196px;
}

.cssLateralPublicidad
{
    width: 100%;
    position: fixed;
}

.cssLateralPublicidad .cssLateralDerecho
{
    width: 1260px;
    margin: 0 auto;
    text-align: right;
}

.cssLateralPublicidad .cssBanner
{
    margin-bottom: 10px;
}


.cssBanner.bannerLateralGrande1 img
{
    width: 130px;
    height: 130px;
}

.cssBanner.bannerLateralGrande2 img
{
    width: 130px;
    height: 130px;
}

.cssBanner.bannerStd1 img
{
    width: 130px;
    height: 65px;
}

.cssBanner.bannerStd2 img
{
    width: 130px;
    height: 65px;
}</pre></body></html>