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

/*estilos del sitio*/

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

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

li#compra{
    background: white;
    color: #2e2d2d;
}

#gestion-inmobiliaria ul#compra{
    width: 100%;
}

#panel-izquierdo{
    display: inline-block;
    margin: 0em;
    width: 43.5%;
}

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

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

#titulo-compra{
    background: url(../img/titulo-info-compra.png) no-repeat;
    background-position: left;
    background-size: 221px;
    height: 47px;
    width: 250px;
    position: absolute;
    top: 35px;
    left: 36px;
}

#titulo-compra h{
    font-family: "Century Gothic", "Times Roman", sans-serif; 
    font-size: 0.9em;
    line-height: 3em;
    margin: 0 0 0 1.4em;
}

#info-compra p{
    font-size: 0.95em;
    line-height: 1.1em;
    margin: 0.5em 0 0 0;
    text-align: justify;
    position: absolute;
    left: 35px;
    top: 81px;
    max-width: 565px;
}

/***COMIENZO FORMULARIO***/

    #formulario{
        font-size: 0.75em;
        text-align: left;
        width: 567px;
        position: absolute;
        left: 32px;
        top: 180px;
    }
    
    table{
        display: inline-block;
        vertical-align: text-top;
    }

    #tabla-izquierda{
        float: left;
    }

    #tabla-derecha{
        float: right; 
    }

    .izquierda{
        padding: 1.2em 0em 0.2em 0em;
    }

    .cajita{
        background-color: #f4f4f4;
        border: 1px solid #CCCCCC;
        line-height: 1.75em;
        width: 255px;
    }

    #cajita-enviar{
        padding: 1em 0 0 0;
    }
    
    #boton-enviar{
        background-color: red;
        border: none;
        color: #fff;
        cursor: pointer;
        font-size: 1em;
        margin: 0.8em 0;
        padding: 0.5em 1.65em;
    }

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


@media(max-width:1024px){
    
    #info-compra{
        background-size: 480px 440px;
        width: 490px;
        height: 475px;
    }

    #titulo-compra{
        background: url(../img/titulo-info-compra.png) no-repeat;
        background-position: left;
        background-size: 221px;
        height: 47px;
        width: 250px;
        position: absolute;
        top: 35px;
        left: 36px;
    }

    #titulo-compra h{
        font-family: "Century Gothic", "Times Roman", sans-serif; 
        font-size: 0.9em;
        line-height: 3em;
        margin: 0 0 0 1.4em;
    }

    #info-compra p{
        font-size: 0.85em;
        line-height: 1.1em;
        margin: 0.5em 0 0 0;
        text-align: justify;
        position: absolute;
        left: 35px;
        top: 81px;
        width: 410px;
    }

    #cajita-enviar{
        padding: 1em 0 0 0;
    }
    
    #boton-enviar{
        margin: 0;
    }
    
    /***COMIENZO FORMULARIO***/

    #formulario{
        font-size: 0.7em;
        text-align: left;
        width: 410px;
        position: absolute;
        left: 32px;
        top: 190px;
    }

    .izquierda{
        padding: 1em 0em 0.1em 0em;
    }

    .cajita{
        background-color: #f4f4f4;
        border: 1px solid #CCCCCC;
        line-height: 1.7em;
        width: 190px;
    }
    
    
    /*********FINAL FORMULARIO***********/
    
    #panel-izquierdo{
        width: 50%;
    }

    #panel-derecho{
        width: 48%;
    }
    
}

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

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

}

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

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

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