/* 
    Document   : ly-deculto-home
    Created on : 20/01/2012, 07:56:08 PM
    Author     : Clara
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

#tituloContactenos{
    position: relative;
    float: left;
    width: 955px;
    height: 32px;
    margin-left:20px;
    margin-top: 30px;
    background-image: url("/imagenes/contactenos/tituloContactenos.jpg");
    border: 0px solid blue;
}
#tituloContactenos_eng{
    position: relative;
    float: left;
    width: 955px;
    height: 32px;
    margin-left:20px;
    margin-top: 30px;
    background-image: url("/imagenes/contactenos/tituloContactenos_eng.jpg");
    border: 0px solid blue;
}
#formularioContactenos{
    position: relative;
    float: left;
/*    width: 425px;*/
/*    width: 425px;*/
    width: 415px;
    height: 700px;
    margin-left:20px;
    margin-top: 0px;
    font-family: "Myriad Pro";
    font-size: 14px;
/*    color: #707070;*/
    border: 0px solid blue;
    z-index: 100;
/*    background: yellow*/
}
#imagenContactenos{
    position: relative;
    float: left;
/*    width: 530px;
    height: 520px;*/
    width: 539px;
    height: 588px;
    margin-left:0px;
    margin-top: 2px;
    border: 0px solid blue;
/*    background-image: url("/imagenes/contactenos/imagenContactenos.jpg");*/
}
#tablaContacto{
    margin-left: 50px;
    margin-top: 10px;
}
input{
    height: 20px;
    margin-top: 0px;
    font-size: 16px;
    font-family: "Myriad Pro";
}
#chkbox_condiciones{
        position:relative;
/*        top: -35px;*/
/*        top: -30px;
        left: 150px;*/
        top: -30px;
        left: 340px;
}
#submit{
        position:relative;
        top: -35px;
/*        left: 100px;*/
}
#cajaMensajes{
    position:relative;
    top: -35px;
    width: 280px;
/*    color: red;*/
    font-size: 10px;
    left: 50px;
    font-weight: bold;
    margin-top: 20px;
    color: #E58901;
}
#mensajeRespuesta{
    position: relative;
    float: left;
    width: 500px;
    height: 200px;
    margin-left:250px;
    margin-top: 50px;
}
#cajaTextoFormulario{
    position: relative;
    float: left;
    width: 415px;
    height: 143px;
    font-family: "Swis721 Cn BT Roman";
    font-size: 16px;
    color: #8f8f8f;
/*    margin-left:250px;
    margin-top: 50px;*/
}
#textoFormulario{
    position: relative;
    float: left;
    width: 360px;
    height: 90px;
    margin-top: 34px;
    margin-left: 55px;
    line-height: 22px;
}
#telefono{
     position: relative;
    float: left;
    width: 288px;
    height: 588px;
    background-image: url("/imagenes/contactenos/telefono.jpg");
}
#espacioTopTexto{
    position: relative;
    float: left;
    width: 251px;
/*    width: 243px;*/
    height: 125px;
/*    border-right:  8px solid #D2D2D2;*/
}

#cajaTextoTelefono{
    position: relative;
    float: left;
/*    width: 251px;*/
    width: 243px;
    height: 240px;
    font-family: Arial;
    color: #ffffff;
    background-color: #B2B2B2;
/*background-color: yellow;*/
     border-right:  8px solid #D2D2D2;
}

#textoTelefono{
    position: relative;
    float: left;
/*    width: 243px;*/
/*    width: 220px;*/
    width: 240px;
    height: 172px;
    margin-top: 68px;
    margin-left: 0px;
    text-align:  center;
    background-color: #B2B2B2;
/*    background-color: yellow;*/
    text-align: left;
/*    border-right:  8px solid #D2D2D2;*/
/*    border-right-color: #D2D2D2;*/
}
#barraGrisTexto{
    position: relative;
    float: left;
    width: 5px;
    height: 172px;
}
#imagenPieTexto{
    position: relative;
    float: left;
    width: 251px;
    height: 224px;
    background-image: url("/imagenes/contactenos/imagenPieTexto.jpg");
}
#cajaEnlaceAvisoLegal a{
    color: #000000
}