/**
 * MENU SOBRE LAS PROPIEDADES RAND
 ******************************************************************************/
.menuSecundario h1 {
    color: #FFFFFF;
    font-size: 1px;
    text-indent: -20000px;
    height: 26px;
    /* float: left; */
    margin-top: 10px;
    margin-left: 4px;
    width: 150px;
    background-repeat: no-repeat;
}
.menuSecundario#menuVentas h1 {
    background-image: url('/public/imgs/titleVentas.jpg');
}
.menuSecundario#menuAlquileres h1 {
    background-image: url('/public/imgs/titleAlquileres.jpg');
}

.menuSecundario ul {
    list-style: none;
    /* float: right; */
    margin-left: 12px;
    margin-top: 6px;
}
.menuSecundario ul li {
    float: left;
    margin-left: 5px;
    padding-right: 5px;
    border-right: 1px solid #AAAAAA;
}
.menuSecundario ul li.sinborder {
    border-right: 0px;
}
.menuSecundario ul li a {
	font-size: 12px;
	font-weight: bold;
    text-decoration: none;
    color: #AEB1B7;
}
.menuSecundario ul li a:hover {
	color: #80B8DD;
}

/**
 * PROYECTO RAND
 ******************************************************************************/
/* titulo */
#proyectoRand .tituloCajaCeleste h1 {
    height: 36px;
    background-image: url(/public/imgs/tituloProyectoRand.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
    display: block;
    clear: both;
    margin: 0px 0px 6px 24px;

}
/* imagen */
#proyectoRand .contenidoCajaCeleste {
    background-image: url(/public/imgs/proyectoInf.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    /*padding-bottom: 18px;*/
}
#proyectoRand .contenidoCajaCeleste .imgsProyecto {
    margin: auto;
    width: 250px;
    height: 170px;
}
#proyectoRand .contenidoCajaCeleste .imgsProyecto img {
    width: 250px;
    height: 150px;
    margin: auto;
    border: 2px solid #506B80;
}
/* contenido */
#proyectoRand .contenidoCajaCeleste #msgProyecto {
    height: 80px;
    overflow: hidden;
}
#proyectoRand .contenidoCajaCeleste #msgProyecto #ocultaMsgProyecto {
    height: 78px;
    display: none;
}
#proyectoRand .contenidoCajaCeleste #msgProyecto #zonaMsgProyecto {
    padding: 10px 20px 0px 20px;
    color: #FFFFFF;
    background-image: url(/public/imgs/proyectoCen.jpg);
    background-position: center;
    background-repeat: repeat-y;
    height: 100px;
}
/* pie */
#proyectoRand .contenidoCajaCeleste .verMasProyectos {
    height: 28px;
    text-align: right;
}
#proyectoRand .contenidoCajaCeleste .verMasProyectos a {
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    margin-right: 30px;
}
#proyectoRand .contenidoCajaCeleste .verMasProyectos a:hover {
    color: #F8E03E;
}

/**
 * NEWSLETTER
 ******************************************************************************/
#newsletter {
    margin: auto;
    margin-top: 10px;
}
#newsletter .tituloCajaCeleste {
    font-size: 1px;
    text-indent: -20000px;
    color: #CCCCCC;
    text-align: center;
}
#newsletter .contenidoCajaCeleste img {
    margin: 10px 10px 16px 10px;
    border: 0px;
    cursor: pointer;
}
#newsletter .contenidoCajaCeleste form {
    width: 224px;
    margin: auto;
}
#newsletter .contenidoCajaCeleste form p {
    text-align: center;
    margin-bottom: 8px;
}
#newsletter .contenidoCajaCeleste form #msgNewsLetter {
    width: 180px;
    background-position: 4px 5px;
    text-indent: 10px;
}
#newsletter .contenidoCajaCeleste form input {
    border: 1px solid #06528E;
    padding: 2px;
    color: #054070;
    display: block;
    width: 180px;
    margin-left: 20px;
}
#newsletter .contenidoCajaCeleste form input.invisible {
    display: none;
}
#newsletter .contenidoCajaCeleste form input.enviar {
    font-weight: bold;
    background-color: transparent;
    margin-top: 10px;
    width: 80px;
}

.publiqueAqui {
    float: left;
    margin: 10px 10px 10px 0px;
}

/**
 * MONEDA
 ******************************************************************************/
.bkgMoneda {
    background-image: url(/public/imgs/bkgCotizacion.jpg);
    background-position: top center;
    background-repeat: no-repeat;

    float: right;
    margin: 10px 0px 10px 10px;
    width: 300px;
    height: 100px;
}
.bkgMoneda ul {
    list-style: none;
    width: 280px;
    height: 70px;
    margin: auto;
    margin-top: 30px;
}
.bkgMoneda ul li {
    float: left;
    width: 68px;
    height: 68px;
}

.bkgMoneda ul li dl dt {
    font-size: 1px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 24px;
}
.bkgMoneda ul li dl dt.USD {
    background-image: url(/public/imgs/USD.jpg);

}
.bkgMoneda ul li dl dt.EUR {
    background-image: url(/public/imgs/EUR.jpg);

}
.bkgMoneda ul li dl dt.BRL {
    background-image: url(/public/imgs/BRL.jpg);

}
.bkgMoneda ul li dl dt.ARS {
    background-image: url(/public/imgs/ARS.jpg);
    
}
.bkgMoneda ul li dl dd {
    color: #FFFFFF;
    text-align: center;
    height: 20px;
}


/*
#moneda .contenidoCajaAzul .bkgMoneda span {
    color: #FFFFFF;
    font-weight: bold;
    width: 46px;
    float: left;
    margin: 5px 0px 2px 12px;
}
#moneda .contenidoCajaAzul .bkgMoneda span img {
    float: right;
    margin-right: 6px;
}
*/


