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

/*estilos del sitio*/

/*********COMIENZO CONTENEDOR***********/
#fondo-acabados{
    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-acabados{
    background-image: url(../../img/detalle-blanco-boton-construccion.png);
}

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

#bloque-1 img{
    width: 629px;
    height: 239px;
} 

#bloque-2 img{
    width: 339px;
    height: 284px;
} 

#bloque-3 img{
    margin-top: -45px;
    width: 293px;
    height: 244px;
} 

#bloque-4 img{
    margin-top: -45px;
    width: 316px;
    height: 244px;
} 

#bloque-5 img{
    width: 336px;
    height: 200px;
} 

#bloque-6 img{
    width: 342px;
    height: 220px;
} 

#bloque-7 img{
    width: 285px;
    height: 220px;
}
/*********FINAL CONTENEDOR***********/


@media(max-width:1349px){

}

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

@media(max-width:800px){
    #bloque-3 img{
        margin-top: 0;
    } 

    #bloque-4 img{
        margin-top: 0;
    } 
}

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

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

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