/* reseteo universal*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}

/*estilos del sitio*/

/*********COMIENZO CONTENEDOR***********/

#fondo-costos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}

#construccion{
    text-align: left;
    width: 100%;
    
}

#panel-izquierdo{
    display: inline-block;
    padding-right: 2em;
    vertical-align: text-top;
    width: auto;
}

#titulo{
    background: url(../img/etiqueta-titulo-construccion.png) no-repeat;
    background-position: bottom right;
    color: white;
    font-family: "Century Gothic", "Times Roman", sans-serif; 
    font-size: 1.2em;
    width: 320px;
}

#titulo img{
    vertical-align: middle;
    margin: 0 2em 0 0;
    width: 70px;
}

ul li#boton-costos{
    background-image: url(../../img/detalle-blanco-boton-construccion.png);
}

#panel-derecho{
    display: inline-block;
    vertical-align: text-top;
}

#nube{
    background: url(../img/texto-de-costos.png);
    width: 596px;
    height: 230px;
    margin-top: 80px;
}

#nube ul{
    list-style: circle;
    margin: 41px 0 0 200px;
}

#nube ul li{
    display: block;
    font-size: 1.14em;
    margin-bottom: 8px;
}

#nube p{
    margin-left: 1.6em;
}

#nube ul li img{
    margin-right: 20px;
}
/*********FINAL CONTENEDOR***********/


@media(max-width:1349px){

}

@media(max-width:959px){
    
}

@media(max-width:800px){

}

@media(max-width:600px){
     
}

@media(max-width:500px){
    
}

@media(max-width:400px){
}