/* --- CENTRAL ---------------------------------------------------------- */
#central {
    height: 410px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center 250px;
    background-image: url(/public/imgs/load.gif);
}
#central .imagen {
    width: 986px;
    background-position: right top;
    height: 405px;
    background-repeat: no-repeat;
}
#central #imgCentral1 {
    background-image: url(/public/imgs/foto1.jpg);
}
#central #imgCentral2 {
    background-image: url(/public/imgs/foto2.jpg);
}
#central #imgCentral3 {
    background-image: url(/public/imgs/foto3.jpg);
}
#central #imgCentral4 {
    background-image: url(/public/imgs/foto4.jpg);
}
/* --- INFORMACION ---------------------------------------------------------- */
#destacados {
    margin: auto;
    width: 982px;
    margin-left: 14px;
}
#destacados .titulo {
    height: 30px;
    width: 960px;
    background-image: url('/public/imgs/linea.jpg');
    background-position: bottom;
    margin-bottom: 8px;
    margin-left: 2px;
}
#destacados .titulo h3 {
    background-image: url('/public/imgs/tituloDestacados.jpg');
    background-repeat: no-repeat;
    background-position: right;
    height: 24px;
    width: 193px;
    text-indent:-200000px;
}
#destacados .item {
    float: left;
    width: 230px;
    margin: 0px 14px 0px 0px;
}
#destacados .item a {
    text-decoration: none;
}
#destacados .item p {
    width: 220px;
    margin: 4px auto auto auto;
}
#destacados .item a img {
    border: 1px solid #000000;
    width: 224px;
    height: 104px;
    margin: 0px 0px 0px 2px;
}
/* ------ */
.buscador {
    width: 470px;

    float: left;
    margin-top: 6px;

    background-image: url(/public/imgs/tituloBuscador.jpg);
    background-repeat: no-repeat;
    background-position: 260px 1px;
}
.buscador .formBusquedaHome {
    width: 430px;
    margin-left: 20px;
}
.buscador .formBusquedaHome .colIzq {
    float: left;
    width: 230px;
    border-right: 1px solid #FFFFFF;
}
.buscador .formBusquedaHome .colDer {
    float: right;
    width: 190px;
    margin-top: 34px;
}
/* col IZQ */
.buscador .formBusquedaHome .colIzq br {
    line-height: 28px;
}
.buscador .formBusquedaHome .colIzq label.titleLaterales {
    /* margin-left: 14px; */
    float: left;
    width: 80px;
    border: 1px solid #990100;
}
.buscador .formBusquedaHome .colIzq label.laterales {
    font-weight: bold;
    margin-left: 6px;
    margin-right: 4px;
    font-size: 12px;
    float: left;
}
.buscador .formBusquedaHome .colIzq input.operacion {
    float: left;
    margin-left: 2px;
    *margin-top: -4px;
}


.buscador .formBusquedaHome .colIzq label.titulos {
    float: left;
    margin-bottom: 6px;
    margin-top: 6px;
    margin-left: 0px;
    clear: both;
    font-size: 12px;
}
.buscador .formBusquedaHome .colIzq select {
    float: right;
    width: 160px;
    color: #000000;
    width: 120px;
    margin: 2px 12px 2px 10px;
    padding: 2px;
    border: 1px solid #CCCCCC;
    font-size: 12px;
}
.buscador .formBusquedaHome .colIzq select option {
    color: #000000;
    margin: 2px 2px 2px 4px;
}
/* col DER */
.buscador .formBusquedaHome .colDer label.titulos {
    font-weight: bold;
    font-size: 12px;
}
.buscador .formBusquedaHome .colDer #idPropiedad {
    color: #000000;
    padding: 2px;
    margin-top: 6px;
    width: 40px;
    border: 1px solid #CCCCCC;
    display: block;
    text-align: center;
    font-size: 12px;
}
.buscador .formBusquedaHome .colDer input.enviar {
    border: 0px;
    width: 97px;
    height: 30px;
    background-image: url(/public/imgs/buscar.jpg);
    text-indent: -2000px;
    font-size: 1px;
    color: #FFFFFF;
    margin-top: 6px;
    line-height: 100px;
    float: right;
    cursor: pointer;
}
/****/
.puntadeleste {
    width: 514px;
    float: left;
    margin-top: 6px;
}
.puntadeleste .informacion {
    width: 270px;
    float: left;
    text-align: right;
    color:#FFFFFF;
    font-size:11px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    text-transform:none;
    border-right: 1px solid #FFFFFF;
    padding-right: 8px;
}
.puntadeleste .informacion h3 {
    background-image: url(/public/imgs/tituloPuntadelEste.jpg);
    background-repeat: no-repeat;
    background-position: right;
    text-indent:-200000px;
    font-size: 1px;
    color: #990100;
    height: 22px;
    display: block;
    clear: both;
    margin-bottom: 4px;
}
.puntadeleste .informacion a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    margin-top: 16px;
}
.puntadeleste .imagen {
    float: left;
    background-image: url(/public/imgs/imgpuntadeleste.jpg);
    background-repeat: no-repeat;
    width: 228px;
    height: 130px;
    margin-left: 6px;
}
