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

/*estilos del sitio*/
body{
	background-color: #000;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana;
    width: 100%;
    height: 100%;
}

/*********COMIENZO CONTENEDOR***********/
#contenido a{
    color: white;
}

#mobiliario{
    margin-top:-1px;
    width: 100%;
}

.mobiliario{
    display: inline-block;
    width: 33.3%;
    position: relative;
    bottom: -0.0em;
    margin-left: -3px;
}

img{
    width: 100%;
}

#servicios-materiales{
    background: #b1a964;
    position: fixed;
    margin-top: 38px;
    width: 176px;
    height: 37px;
    z-index: 1;
    opacity: 1;
    text-align: center;
}

#servicios-materiales a:hover{
    color: black;
}

#servicios-materiales p{
    display: inline-block;
    font-size: 0.7em;
    letter-spacing: 0.02em;
    line-height: 3.3em;
    transform: scaley(1.1);
    margin: 0 0.11em;
}

.boton{
    background-color: rgba(0,0,0,0.5);
    font-family: "Century Gothic", "Times Roman", sans-serif;
    font-size: 1.1em;
    line-height: 3.4em;
    text-align: center;
    top: 40%;
    position: absolute;
    width: 78%;
}

.boton img{
    vertical-align: middle;
    width: 1.9em;
}

#boton1 h{
    margin: 0 2.2em 0 0.7em;
}

#boton2 h{
    margin: 0 -0.5em 0 0.7em;
}

#boton3 h{
    margin: 0 0.4em 0 0.6em;
}

/*********FINAL CONTENEDOR***********/

@media(max-width:1024px){
    .boton{
        font-size: 1em;
        line-height: 3em;

    }
}

@media(max-width:800px){
    #servicios-materiales{
        margin-top: 5px;
        width: 160px;
        height: 20px;
    }
    
    #servicios-materiales p{
        font-size: 0.7em;
        letter-spacing: 0.02em;
        line-height: 2em;
    }
    
    #mobiliario{
        background: white;  
        padding-top: 2px;
    }
    
    .mobiliario{
        margin-bottom: 2px;
        width: 100%;
        position: relative;
        vertical-align: middle
    }
    
    #mobiliario .bloq{
        display: none;
    }
    
    .boton{
        margin: 3em 0;
        font-size: 1.1em;
        line-height: 3em;
        top: 0;
        width: 100%;
        position: inherit;
    }
    
    #bloque1{
        background-size: 100%;
        background-position: center;
        background-image: url(../img/bg-panel-mobiliario.jpg);
    }
    
    #bloque2{
        background-size: 100%;
        background-position: center;
        background-image: url(../img/bg-panel-catalogo-muebles.jpg);
    }
    
    
    #bloque3{
        background-size: 100%;
        background-position: center;
        background-image: url(../img/bg-panel-arte-y-decoracion.jpg);
    }
}

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

@media(max-width:400px){

}