* {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
}
body {
    background-image: url('/public/imgs/bkg.jpg');
    background-repeat: repeat-x;
    background-color: #990100;
}
.invisible {
    display: none;
}
.visible {
    display: block;
}
/* extra - el display */
.invisibles {
    position: absolute;
    display: none;
}
.visibles {
    position: static;
    display: inline;
}
.clear {
    clear: both;
}

/* --- PRINCIPAL ------------------------------------------------------------ */
#principal {
    width: 1000px;
    margin: auto;
}
/* --- CABECERA ------------------------------------------------------------- */
    /* contenedor */
#cabecera {
    height: 130px;
}
    /* logo */
#logo {
    width: 190px;
    height: 123px;
    float: left;
    cursor: pointer;
    
    background-image: url('/public/imgs/logo.jpg');
    background-repeat: no-repeat;
    background-position: right;

    text-indent:-200000px;
    font-size: 1px;
}
    /* menu */
#menu {
    height: 33px;
    margin-top: 98px;
    float: left;
    margin-left: 88px;
    width: 700px;
}
#menu ul {
    height: 31px;
    float: right;
    background-image: url('/public/imgs/izqMenu.jpg');
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #990100;
    list-style: none;
    display: block;
}
#menu ul li {
    float: left;
    height: 31px;
    width: 126px;
    background-image: url('/public/imgs/bkgMenu.jpg');
    background-position: top center;
    background-repeat:  repeat-x;
    background-color: #990100;
}
#menu ul li.inicial {
    text-indent:-200000px;
    width: 23px;
    background: transparent;
}
#menu ul li a {
    height: 28px;
    color: #FFFFFF;
    display:block;
    height:26px;
    margin: auto;
    margin-top: 4px;
    text-indent:-200000px;
}

#menu ul li a.menuInicio {
    background:transparent url(/public/imgs/menuInicio.jpg) no-repeat scroll 0 0;
    background-position: top center;
    width: 85px;
    margin-right: 0px;
}
#menu ul li a.menuInicio:hover {
    background-position: bottom center;
}
#menu ul li a.menuVentas {
    background:transparent url(/public/imgs/menuVentas.jpg) no-repeat scroll 0 0;
    background-position: top center;
    width: 60px;

}
#menu ul li a.menuVentas:hover {
    background-position: bottom center;
}
#menu ul li a.menuAlquileres {
    background:transparent url(/public/imgs/menuAlquileres.jpg) no-repeat scroll 0 0;
    background-position: top center;
    width: 85px;
}
#menu ul li a.menuAlquileres:hover {
    background-position: bottom center;
}
#menu ul li a.menuProyectos {
    background:transparent url(/public/imgs/menuProyectos.jpg) no-repeat scroll 0 0;
    background-position: top center;
    width: 85px;
}
#menu ul li a.menuProyectos:hover {
    background-position: bottom center;
}
#menu ul li a.menuContacto {
    background:transparent url(/public/imgs/menuContacto.jpg) no-repeat scroll 0 0;
    background-position: top center;
    width: 75px;
    margin-right: 10px;
}
#menu ul li a.menuContacto:hover {
    background-position: bottom center;
}
/* --- CENTRAL -------------------------------------------------------------- */
.centralsecundario {
    background-image: url(/public/imgs/csb.jpg);
    background-position: bottom center;
    height: 136px;
    margin-top: 1px;
}
.centralsecundario .izquierdo {
    width: 48px;
    height: 136px;
    background-image: url(/public/imgs/csi.jpg);
    float: left;
    background-position: left bottom;
}
.centralsecundario .derecho {
    width: 40px;
    height: 136px;
    background-image: url(/public/imgs/csd.jpg);
    background-position: bottom right;
    float: right;
}
.centralsecundario h1 {
    float: left;
    border: 0px solid #FFFFFF;
    width: 900px;
    height: 112px;
    text-indent:-200000px;
    font-size: 1px;

    background-repeat: no-repeat;
    background-position: right bottom;
}
.centralsecundario .quienesomos {
    background-image: url(/public/imgs/quienesomos.jpg);
}
.centralsecundario .ventas {
    background-image: url(/public/imgs/ventas.jpg);
}
.centralsecundario .contacto {
    background-image: url(/public/imgs/contacto.jpg);
}
.centralsecundario .puntadeleste {
    background-image: url(/public/imgs/puntadeleste.jpg);
}
.centralsecundario .alquileres {
    background-image: url(/public/imgs/alquileres.jpg);
}
.centralsecundario .proyectos {
    background-image: url(/public/imgs/proyectos.jpg);
}
/* --- COLUMNAS ------------------------------------------------------------- */
    /* contenedor */
#columnas {   
    width: 940px;
    margin: 20px auto 20px auto;
}
    /* titulo que se posiciona sobre el nivel de las columnas */
#columnas h1 {
    font-size: 24px;
}
    /* Izquierda  */
#columnaIzquierda {
    width: 680px;
    float:left;
}
#columnaIzquierda .texto, #columnaIzquierda .texto p, #columnaIzquierda .texto b {
    font-size: 14px;
}
#columnaIzquierda .texto p {
    margin: 10px 10px 0px 10px;
}
    /* Derecha  */
#columnaDerecha {
    width: 254px;
    height: 500px;
    float: right;
}
#columnaDerecha img.lateral {
	margin-left: 4px;
    width: 250px;
    height: 350px;
}

/* --- PIE ------------------------------------------------------------------ */
    /* contenedor */
#pie {
    clear: both;
}
#pie h3 {
    color: #FFFFFF;
    font-size: 11px;
    font-weight:bold;
    text-align: center;
}

/* --- MENSAJES ------------------------------------------------------------- */
.ok {
    line-height: 22px;
    text-indent: 34px;
    width: 90%;
    color: #000000;
    padding: 20px;
    margin: auto auto 12px auto;
    border: 1px solid #7ABD5E;
    background-image: url('/public/imgs/ok.jpg');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-color: #B1E0A3;
}
.error {
    line-height: 22px;
    text-indent: 34px;    
    width: 90%;
    color: #000000;
    padding: 20px;
    margin: auto auto 12px auto;
    border: 1px solid #DC776D;
    background-image: url('/public/imgs/error.jpg');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-color: #ECB4AE;
}
.info {
    line-height: 22px;
    text-indent: 34px;
    width: 90%;
    color: #000000;
    padding: 20px;
    margin: auto auto 12px auto;
    border: 1px solid #82B2DF;
    background-image: url('/public/imgs/info.jpg');
    background-repeat: no-repeat;
    background-position: 15px 15px;
    background-color: #BACDDF;
}

#playa1 {
    text-align: right;
    margin-bottom: 4px;
}
#playa1 #playa1Btn {
    color : #5B0000;
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
    margin-right: 34px;
}
#playa1 #playa1Btn:hover {
    color : #FFFFFF;
}
