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

/*estilos del sitio*/
body{
    background-color: black;
}

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

#contenido{
    background-size: 100%;
	padding: 2em 0 2em 0;
	text-align: center;
}

#contenido a{
    color: white
}

header, footer{
    background-size: 100%;
    background: rgba(0,0,0,0.5); 
}

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

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

#panel-izquierdo{
    display: inline-block;
    padding-right: 1.1em;
    width: auto;
}

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

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

#construccion-botones{
    color: white;
    margin:0 0 0em 5.6em;
}

#construccion-botones ul{
    width: 144px;
}

#construccion-botones li{
    background: rgba(0,0,0,0.5);
    background-image: url(../img/detalle-boton-construccion.png);
    background-repeat: no-repeat;
    background-position: center right;
    font-size: 0.78em;
    line-height: 2.5em;
    text-align: center;
    display: inline-block;
    margin: 0.1em 0;
    width: 144px;
    height: 31px;
}

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

#descripcion{
    color: white;
    display: inline-block;
    font-size: 0.78em;
    margin: 30px 0 0 70px;
    text-align: justify;
    width: 198px;
}

ul#realizamos{
    padding: 0.8em 0;
    
}

ul#realizamos li{
    display: inline-block;
    width: 100%;
    padding: 0.3em 1em;
}
/*********FINAL CONTENEDOR***********/


@media(max-width:1349px){

}

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

@media(max-width:800px){
    #panel-derecho{
        display: block;
        vertical-align: text-top;
        width: 80%;
        margin: 0 auto
    }
}

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

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

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