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

/*estilos del sitio*/
body{
    background: black;
	font-family: Arial, Helvetica, Verdana;
    max-width: 100%;
    max-height: 100%;
}

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

#contenido{
	margin: 0 auto;
	text-align: center;
}

header, footer{
    background-image: url(../img/bg-trabaja.jpg);
    background-size: 100%;
    background: rgba(0,0,0,0.5);
}

header{
    background-position: top;
}

footer{
    background-position: bottom;
}

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

#trabaja{
    margin: 0 auto;
    background-color: white;
    text-align: left;
    width: 75%;
    position: relative;
}

#int-trabaja{
    padding: 1.5em 1em 0.1em 2.45em;
}

h{
    color: red;
    font-family: "Century Gothic", "Times Roman", sans-serif; 
    font-size: 1.122em;
    line-height: 2em;
    padding-left: 0.3em;
}

hr#line-trabaja{
    background: #797979;
    height: 1px;
    width: 94.8%;
    margin-left: 0.3em;
    margin-top: 0.2em;
}

p{
    color: #525252;
    font-size: 0.82em;
    line-height: 3.2em;
    margin: 0 0 0 0.4em;
}

/***COMIENZO FORMULARIO***/

    form{
        color: #979797;
        font-size: 1.1em;
        margin: 0;
        width: 300px;
    }

    table{
        width: 100%;
    }

    .izquierda{
        color: #7d7d7d;
        font-size: 0.8em;
        padding: 0.8em 0em 0.4em 0em;
    }

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

    #archivo{
        box-shadow: none;
        line-height: 0.5em;
    }

    #interes{
        color: black;
        margin: 3.4em 0 1.5em 0;
        width: auto;
        font-size: 0.8em;
    }

    #titulo-interes{
        padding-bottom: 1em;   
    }

    .interes{
        color: #979797;
        font-size: 0.9em;
        padding: 1em 2em 0.7em 0;
    }

    #boton-enviar{
        background-color: red;
        border: none;
        color: #fff;
        cursor: pointer;
        float: right;
        font-size:1em;
        line-height: 1.7em;
        margin: 1em 1.5em;
        padding: 0em 2em;
    }

    /*************FORMULARIO FINAL***************/


#img-trabaja{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66%;
}

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

@media(max-width:1024px){
    #trabaja{
        padding-bottom: 1em;
        background-color: white;
        text-align: left;
        width: 80%;
    }
    
    #img-trabaja{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 60%;
    }
}

@media(max-width:800px){
    #trabaja{
        width: 90%;
    }
    
    #img-trabaja{
        width: 40%;
    }
}

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

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

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