﻿f/* ------------------------------------------- 
proyecto:    Viviendas Universales
fecha:       05/05/2009
------------------------------------------- */
html
{
    min-height: 100%;
    margin-bottom: 1px;
    font-size: 100.01%;
}
body
{
    font-size: 14px;
    font-family: Trebuchet MS,Arial,Sans-Serif;
    color: #000;
    background: #9dbecf;
}
textarea, input, select, option, optgroup, button
{
    font: 16px Trebuchet MS,Helvetica,sans-serif;
}

/* RE-SETS 
------------------------------------------- */
*
{
    margin: 0;
    padding: 0;
}

ul, ol, dl
{
    margin-bottom: 1.5em;
    list-style: none;
}
p
{
    margin-bottom: 1.25em;
}
li *, dt *, dd *, p *
{
    font-size: 1em;
}

fieldset, img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
}
button
{
    overflow: visible;
    cursor: pointer;
}

legend
{
    display: none;
}

a
{
    color: #fff;
}

a:hover, a:focus, a:active
{
    color: #fdfdfd;
}

#calculator-root a
{
    color: #0000FF;
}


/* ETIQUETAS HTML
------------------------------------------ */

h1
{
    background: #2D66B0 url( '../images/hs/h1.gif' );
    width: 690px;
    height: 33px;
    text-align: left;
    padding: 5px 0 5px 10px;
    color: #f3f4f8;
    font-size: 25px;
    display: block;
    margin: 0;
    margin-right: auto;
    background-repeat: no-repeat;
}

h2
{
    color: #73A5CA;
    padding: 10px 0px;
    font-size: 25px;
}

h3
{
    background: url( '../images/hs/h3.gif' );
    width: 690px;
    height: 26px;
    text-align: left;
    padding: 2px 0 0 10px;
    color: #86761A;
    font-size: 16px;
    display: block;
    margin: 0;
    margin-right: auto;
    cursor: pointer;
    background-color: #FFD527;
    background-repeat: no-repeat;
}



/* ELEMENTOS 
------------------------------------------ */

/* ID'S
------------------------------------------ */

#contenedor
{
    margin: 0 auto;
    width: 965px;
    background-color: #fff;
}

#content
{
    padding: 0 0 0 210px;
}

#canvas
{
    padding: 10px 10px 10px 10px;
}

#header
{
    background-image: url( '../images/home.jpg' );
    height: 295px;
    width: 965px;
    position: relative;
}

#menu-superior-izquierdo
{
    float: left;
    text-align: center;
    height: 30px;
}

.current
{
    float: left;
    background: url( '../images/home_current.gif' ) !important;
    background-repeat: no-repeat;
    height: 30px;
    width: 97px;
    padding: 15px 10px 0 10px;
    font-size: 15px;
    font-weight: bold;
}

.current-alargado
{
    float: left;
    background: url( '../images/home_current_alargado.gif' ) !important;
    background-repeat: no-repeat;
    height: 30px;
    width: 147px;
    padding: 15px 10px 0 10px;
    font-size: 15px;
    font-weight: bold;
}

.separador-izquierdo
{
    float: left;
    border-right: solid 2px #fff;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

#menu-superior-derecho
{
    float: right;
    text-align: center;
    height: 30px;
}

.menu-superior-derecho-item
{
    float: right;
    padding: 15px 10px 0 10px;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
}

.separador-derecho
{
    float: right;
    border-right: solid 2px #fff;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

#menu-lateral
{
    float: left;
    width: 202px; /*background: #016CB4;*/
}

#menu-lateral li
{
    padding: 10px;
}

#menu-lateral ul
{
    text-align: justify;
    padding-left: 15px;
    padding-right: 15px;
    background: #016CB4;
    margin: 0;
}

#menu-lateral a
{
    border-bottom: dashed 1px #fff;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

#footer-menu-lateral
{
    background: #2E69B1 url( '../images/footer_menu_home.gif' );
    background-position: bottom;
    height: 21px;
    width: 202px;
}

#testimonio
{
    width: 180px;
    text-align: center;
    background: #f2f2f2;
    margin: 0 auto;
}

#testimonio #titulo
{
    color: #2C2C2C;
    font-size: 30px;
    text-align: center;
}

#testimonio #contenido
{
    padding: 5px 0 0 0;
}

#testimonio #texto-contenido
{
    text-align: right;
    padding: 5px 10px 0 0;
    font-weight: bold;
}

#encabezado-menu-lateral
{
    background: #fff url( '../images/home_boton.gif' ) no-repeat;
    width: 202px;
    height: 15px;
}

#footer
{
    text-align: center;
    color: #797A7C;
    background: #cecece url( '../images/footer.gif' ) no-repeat;
    height: 68px;
    width: 945px;
    margin: 20px 0 10px 0;
    font-size: 10px;
    padding: 5px 0 0 0;
}

#novedades p
{
    padding: 0px 15px;
    font-size: 12px;
    text-align: justify;
}

#esquinas-contenedor
{
    background: #9DBECF url( '../images/esquinas.gif' );
    width: 965px;
    height: 25px;
}

#contacto
{
    background-position: #ffd527;
    background: #ffd527;
    height: 30px;
    text-align: center;
    padding: 8px 0 5px 0;
    margin: 0 0 10px 0;
    font-size: 20px;
    color: #86761A;
}

.current span
{
    display: block;
}

.current-alargado span
{
    display: block;
}

#buscar-casa
{
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 220px;
    height: 130px;
    display: block;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_menu2_calcularCasa
{
    position: absolute;
    right: 223px;
    cursor: pointer;
    width: 220px;
    height: 130px;
    display: block;
}


#ctl00_ContentPlaceHolder1_menu1_calcularCasa
{
    position: absolute;
    right: 223px;
    cursor: pointer;
    width: 220px;
    height: 130px;
    display: block;
}

#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_menu1_calcularCasa
{
    position: absolute;
    right: 223px;
    cursor: pointer;
    width: 220px;
    height: 130px;
    display: block;
}

#quienes-somos
{
    position: absolute;
    right: 452px;
    cursor: pointer;
    width: 220px;
    height: 130px;
    display: block;
}


/********************************************
************ MasterPage.master **************
********************************************/
#opciones-home
{
    width: 735px;
    margin-left: 209px;
    _margin-left: 206px;
    height: 144px;
    position: relative;
}

#opciones-home span
{
    visibility: hidden;
}


#opciones-quienes
{
    width: 735px;
    margin-left: 209px;
    _margin-left: 206px;
    height: 144px;
    position: relative;
}

#opciones-quienes span
{
    visibility: hidden;
}


#opciones-busqueda
{
    width: 739px;
    margin-left: 207px;
    *margin-left: 206px;
    _margin-left: 203px;
    height: 144px;
    position: relative;
}

#opciones-busqueda span
{
    visibility: hidden;
}
/********************************************
************ MasterPage-internas.master *****
********************************************/

#novedades-internas
{
    margin-left: 208px;
    background: #e4e4e4;
    text-align: justify;
    padding: 15px 15px 15px 15px;
    width: 705px;
    position: relative;
    _width: 700px;
}

#novedades-internas a, #novedades-internas a:hover
{
    color: #0000FF;
}



/********************************************
************ contactenos.aspx ***************
********************************************/

#contactenos-canvas
{
    margin-left: 208px;
    background: #e4e4e4;
    text-align: justify;
    padding: 15px 15px 20px 15px;
}
.contactenos-right
{
    float: left;
    width: 202px;
}

#contactenos-canvas .hyperlink
{
    color: #1D64AD;
}

#contactenos-canvas .tabular
{
    margin-left: 30px;
}

#contactenos-canvas .tabular li
{
    font-size: 1em;
}

#contactenos-canvas p
{
    padding-left: 30px !important;
}

#contactenos-canvas table
{
    font-size: 1em !important;
}

/********************************************
************ home.aspx **********************
********************************************/
#testimonios
{
    float: left;
    width: 200px;
    background: red;
    height: 100px;
}

#novedades-home
{
    margin-left: 208px;
    background: #e4e4e4;
    height: 298px;
    padding-left: 7px;
    padding-top: 15px;
    padding-right: 12px;
    _padding-left: 0px;
    _padding-right: 0px;
    background-image: url('../images/maqueta/back-home.gif');
    background-repeat: no-repeat;
    font-size: 14px;
    text-align: justify;
}

#banner
{
    margin-left: 260px;
}

#novedades-home p
{
    padding-left: 280px;
    padding-top: 120px !important;
    _padding-right: 18px;
}
#novedades-home strong
{
    color: #555;
    font-size: 14px;
}



/********************************************
************ busque-su-casa.aspx ************
********************************************/

.proyecto-destacado
{
    background-color: #fff;
    border: solid 1px #aaa;
    margin-top: 2px;
    padding: 15px;
    margin-bottom: 0px;
    width: 668px;
    float: left;
}

.proyecto-destacado li
{
    list-style-type: circle;
    list-style-position: inside;
}

.proyecto-destacado img
{
    width: 250px;
}

.proyecto-destacado .descripcion-destacado
{
    margin-left: 260px;
}



/********************************************
************ ciudad-proyecto.aspx ************
********************************************/

#mapa
{
    width: 700px;
    height: 320px;
    position: relative;
    background-color: white;
    margin: 0 auto;
    padding: 0;
}

.lista-proyectos
{
    margin: 0;
    padding: 0;
}

.lista-proyectos h3
{
    margin-top: 5px;
}

div.proyecto-inner
{
    background-color: #fff;
    border: solid 1px #aaa;
    margin-top: 2px;
    padding: 15px;
    margin-bottom: 0px;
    width: 663px;
}

div.proyecto-inner-detalle
{
    background-color: #fff;
    border: solid 1px #aaa;
    margin-top: 2px;
    padding: 15px;
    margin-bottom: 0px;
    width: 663px; /*min-height:700px;*/ /*height:700px;*/
}

div.proyecto-inner-detalle img
{
    width: 200px !important;
}

div.proyecto-detalles h3
{
    cursor: default !important;
}

td.mas-info
{
    padding: 5px;
    margin: 0;
    width: 150px;
}

td.mas-info img
{
    width: 150px;
}

td.mas-info a
{
    display: block;
    background-image: url("../images/logo-botones/logo-pdf.gif");
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: center left;
    margin: 0 auto;
    width: 83px;
    font-size: 11px;
}

td.mas-info .none-background
{
    background-image: none;
}

td.info-detalle
{
    padding: 5px;
}



/********************************************
************ patrocinadores.ascx ************
********************************************/

.patrocinador
{
    padding: 45px 0 0 0;
    width: 200px;
    height: 200px;
    margin-top: 13px;
    border: nonel;
    background-image: url("../images/maqueta/nuestros-constructores-back.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    clear: both;
}

.patrocinador img
{
    width: 170px;
    display: block;
    margin: 0 auto;
    border: none;
    clear: both;
}

#menu-lateral .patrocinador a, #menu-lateral .entregas a, #menu-lateral .nosVisitan a
{
    border: none;
}

.entregas
{
    padding: 45px 0 0 0;
    width: 200px;
    height: 180px;
    margin-top: 13px;
    border: nonel;
    background-image: url("../images/maqueta/nuestros-clientes-back.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    clear: both;
}


.entregas img
{
    width: 190px;
    display: block;
    margin: 0 auto;
    border: none;
    clear: both;
}

.nosVisitan
{
    padding: 45px 0 0 0;
    width: 200px;
    height: 180px;
    margin-top: 13px;
    border: nonel;
    background-image: url("../images/maqueta/nos-visitan-back.gif");
    background-repeat: no-repeat;
    background-position: top center;
    clear: both;
}

.nosVisitan img
{
    width: 190px;
    display: block;
    margin: 0 auto;
    border: none;
    clear: both;
}

/* CLASES
------------------------------------------ */
/* Resetea el flujo normal de la página
   utilizar en caso de utilizar floats      */

.clear
{
    clear: both;
}

.left
{
    float: left;
    padding: 0 20px 0 0;
}

.link
{
    color: #2D66B0;
}

.link:hover
{
    color: #9DBECF;
    text-decoration: underline;
}

.right
{
    float: right;
}

.contenedor-interno
{
    background: #E3E3E3;
    padding: 10px;
}

.contenedor-interno img
{
    padding: 10px;
}

.contenedor-interno p
{
    padding: 10px;
    text-align: justify;
}

.galeria
{
    background: #F2F2F2;
    width: 350px;
    display: block;
    margin: 10px 0 10px 0;
    padding: 0 0 0 10px;
}



/**********************************************************
****************** MENSAJES DE EXITO Y ERROR **************
**********************************************************/

.error
{
    border: thin solid #800000;
    color: #800000;
    background-color: #C87878;
    display: block;
    padding: 10px;
    margin-top: 10px;
}

.exito
{
    border: thin solid #006600;
    color: #006600;
    background-color: #96BE96;
    display: block;
    padding: 10px;
    margin-top: 10px;
}

.panel-contacto
{
    width: 430px;
    float: left;
    padding: 20px 0;
    font-size: 1em;
}

.panel-logos-contacto
{
    width: 243px;
    float: right;
    font-size: 11px;
}


.panel-logos-contacto img
{
    width: auto;
    height: auto;
}

.panel-logos-contacto .titulo
{
    font-size: 11px;
    color: #127AC1;
    font-weight: bold;
}

.panel-logos-contacto a, .panel-logos-contacto a:hover
{
    color: #127AC1;
}

.property-table
{
    padding: 0px;
    margin: 0px;
    border-style: solid;
    border-width: 0px 0px 1px 1px;
    border-color: #808080;
    border-collapse: collapse;
}

.property-table td
{
    padding: 5px 0px 5px 5px;
    margin: 0px;
    border-style: solid;
    border-width: 1px 1px 0px 0px;
    border-color: #808080;
    width: 227px
}

.boton-menu-opciones
{
    display: block;
    float: left;
    height: 127px;
    background-repeat: no-repeat;
}

.boton-quienes-somos
{
    background-image: url('../images/boton-quienes-somos.jpg');
    width: 182px;
}

.boton-calcule-cuota
{
    background-image: url('../images/boton-calcule-cuota.jpg');
    width: 193px;
}

.boton-busque-casa
{
    background-image: url('../images/boton-busque-casa.jpg');
    width: 175px;
}

.boton-noticias
{
    background-image: url('../images/boton-noticias.jpg');
    width: 185px;
}

.boton-ventajas
{
    background-image: url('../images/boton-ventajas.jpg');
    width: 179px;
}

.boton-ventajas2
{
    background-image: url('../images/boton-ventajas2.jpg');
    width: 179px;
}

#contenedor-menu-micuenta
{
    margin: 0 auto;
    width: 655px;
}

.separador-menu-micuenta
{
    background-image: url('../images/separador-menu-micuenta.jpg');
    width: 17px;
}

.boton-menu-micuenta
{
    display: block;
    float: left;
    height: 59px;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #fff !important;
    font-size: 17px;
    line-height: 51px;
    position: relative;
    text-align: center;
}

.boton-historial-comunicaciones
{
    width: 244px;
    background-image: url('../images/boton-historial-comunicaciones.jpg');
}

.boton-estado-cuenta
{
    width: 182px;
    background-image: url('../images/boton-estado-cuenta.jpg');
}

.boton-cambiar-contrasena
{
    width: 195px;
    background-image: url('../images/boton-cambiar-contrasena.jpg');
}

.boton-menu-interior
{
    display: block;
    float: left;
    position: relative;
    text-align: center;
    height: 51px;
    text-decoration: none;
    color: #fff !important;
    font-size: 17px;
    line-height: 50px;
    background-image: url('../images/fondo-boton-interno.jpg');
    background-repeat: repeat-x;
    border-right-color: #016cb4;
    border-left-color: #016cb4;
    border-left-width: 1px;
    border-right-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 10px;
    margin-bottom: 10px;
    _padding-left:6px;
    _padding-right: 6px;
}

#contenedor-categorias-archivos
{
    margin: 0 auto;
    width: 713px;
    _width: 704px;
}

.contenedor-archivo-usuario
{
    width: 315px;
    margin-bottom: 20px;
}

.encabezado-archivo-usuario
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #808080;
    padding-left: 30px;
    color: #5b5c5d;
    margin-bottom: 10px;
}

.imagen-archivo-usuario
{
    float: left;
    height: 50px;
    margin-left: 45px;
    margin-right: 10px;
    _margin-left: 25px;
}

.enlace-archivo-usuario
{
    float: left;
    height: 50px;
    line-height: 50px;
}

.mensaje-no-archivos
{
    border: 1px solid #808080;
    text-align: center;
    color: #808080;
    font-weight: bold;
    height: 50px;
    display: none;
    line-height: 50px;
}

#h-fecha-corte
{
    height: 37px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 21px;
    line-height: 37px;
    background-color: #248acf;
    width: 61%;
    color: #fff;
}

#fecha-corte
{
    height: 37px;
    line-height: 37px;
    color: #fff;
}

.contenedor-detalle-estado
{
    margin: 0 auto;
    width: 643px;
    border-left-color: #acacac;
    border-right-color: #acacac;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-color: #acacac;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #ececec;
    padding-bottom: 3px;
}

.separador-detalle-estado
{
    width: 645px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #c8c8c8;
    height: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.separador-detalle-estado-interno
{
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.datos-inmueble
{
    text-align: right;
    background-color: #2b99ff;
    height: 33px;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    line-height: 33px;
    color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #ececec;
    position: relative;
}

.datos-inmueble span
{
    position: absolute;
    right: 15px;
}

.campo-estado-cuenta
{
    height: 36px;
    width: 100%;
    background-color: #ececec;
    position: relative;
}

.campo-estado-cuenta-interno
{
    height: 30px;
    position: relative;
    top: 3px;
}

.h-campo-estado-cuenta
{
    width: 30%;
    color: #6c6c6c;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 13px;
    padding-right: 13px;
    float: left;
    background-color: #c8c8c8;
}

.r-campo-estado-cuenta
{
    background-color: #f6f6f6;
    border-left-color: #acacac;
    border-left-width: 1px;
    border-left-style: solid;
    float: left;
    height: 28px;
    width: auto;
    line-height: 30px;
    font-size: 16px;
    padding-left: 13px;
    width: 63.78%;
    border-top-color: #acacac;
    border-bottom-color: #acacac;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
}

.r-corto
{
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #acacac;
    width: 30%;
    margin-right: 5px;
}

.h-corto
{
    width: 13%;
}

.h-corto-codigo
{
    width: 13%;
    position: absolute;
    right: 101px;
}

.r-corto2
{
    position: absolute;
    right: 0;
    width: 14%;
}

.h-largo
{
    width: 50%;
}

.h-largo-total
{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background-color: #248acf;
}

.r-largo
{
    position: absolute;
    right: 0;
    width: 43.78%;
}

#contenedor-comentario-noticia
{
    margin: 0 auto;
    width: 418px;
}

#news-gallery-container
{
    float: right;
    width: 400px;
    margin-left: 10px;
}

table input
{
    float: right;
}

.message
{
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    display: none;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #BF0000;
    height: 25px;
    line-height: 22px;
}

#contenedor-mensaje-comentario-noticia
{
    width: 420px;
}

.separador-comentario
{
    height: 10px;
    background-color: #000080;
    margin-top: -11px;
    margin-bottom: 10px;  
}

.news-item-date
{
    font-style: italic;
    color: #808080;
}

.news-item-container
{
    height: 252px;
    margin-bottom: 20px;
}

.new-titular-image
{
    float: right;
    margin-left: 10px;
    border: 3px solid #000000 !important;
}

.new-titular-image-container
{
    
}

#contenedor-login
{
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}

#contenedor-cambiar-contrasena
{
    width: 425px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

#contenedor-recordar-contrasena
{
    width: 270px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}

#contenedor-mensaje-login
{
    width: 700px;
}

.tabla-header
{
    float: left;
    margin-right: 10px;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 16px;
}

.tabla-campo
{
    float: right;
    height: 24px;
    line-height: 24px;
    position: relative;
}

.tabla-campo input
{
    height: 22px;
    width: 200px;
    border: 1px solid;
    border-color: #bebebe;
}

.tabla-campo textarea
{
    height: 22px;
    width: 200px;
    border: 1px solid;
    border-color: #bebebe;
    height: 200px;
}

input.boton
{
    float: right;
    height: 35px;
    width: auto;
}

.tabla-fila
{
    height: 24px;
}

.tabla-fila-text-area
{
    height: 200px;
}

.separador-fila-tabla
{
    height: 15px;
}

.alinear-derecha
{
    text-align: right;
}

.new-date-detail
{
    font-style: italic;
    color: #808080;
    margin-left: 5px; 
}

.new-description-container
{
    margin-left: 5px;
}

.fuente-pequena
{
    font-size: 14px;
}

#contenedor-contactenos
{
    margin: 0 auto;
    width: 365px;
    float: left;
    margin-left: 30px;
    _margin-left: 15px;
}

.data-pager-container a, .data-pager-container span
{
    display: block;
}

.data-pager-container
{
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    margin-bottom: 3px;
    right: 2.5%;
    _right: 1.5%;
}

.paginator
{
    background-color:#CCCCCC;
    color:#666666 !important;
    float: left;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    margin-left:2px;
    margin-right:2px;
    text-align: center;
    text-decoration:none;
    width: 24px !important;
}

.paginator-numeric
{
    float: left;
    color:#666666 !important;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration:none;
    width: 16px !important;
}

.paginator-numeric-current
{
    float: left;
    color:#000000 !important;
    font-size: 17px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    text-decoration:none;
    width: 16px !important;
}

.go-back-link-container
{
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 5px;
    margin-left: 15px;
}