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

/*estilos del sitio*/
#fondo-obras{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -100;
}

#obras{
    background: white;
    color: #2e2d2d;
}

#panel-izquierdo{
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}

#panel-derecho{
    display: inline-block;
    vertical-align: middle;
    width: 54%;

}

#info-obras{
    background: url(../img/bg-info-obras.png) no-repeat;
    background-position: top left;
    background-size: 505px;
    width: 505px;
    height: 295px;
    position: relative;
}

#titulo-obras{
    background: url(../img/titulo-info-obras.png);
    background-repeat: no-repeat;
    background-size: 190px;
    text-align: center;
    width: 190px;
    height: 32px;
    position: absolute;
    top: 38px;
    left: 20px;
}

#titulo-obras h{
    font-family: "Century Gothic", "Times Roman", sans-serif; 
    font-size: 0.85em;
    line-height: 2.3em;
}

#info-obras p{
    font-size: 0.83em;
    position: absolute;
    top: 82px;
    left: 20px;
}

#lista-obras{
    font-size: 0.82em;
    position: absolute;
    top: 133px;
    left: 40px;
}

#lista-obras ul{
}

#lista-obras li img{
    margin: 0.2em 0.5em 0.2em 0;
}

#lista-obras li{
    display: block;
    line-height: 1.9em;
}

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

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


@media(max-width:1349px){

}

@media(max-width:1024px){
    
    #info-obras{
        float: right;
        padding: 0em;
    }
    
}

@media(max-width:800px){
    #panel-izquierdo{
        display: block;
        width: 100%;
    }
    
    #panel-derecho{
        display: block;
        margin: 0;
        width: 100%;
    }

    #info-obras{
        display: block;
        padding: 0em 0em 2em 0em;
        float:none;
        margin: 0 auto;
    }
}

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

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

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