/* 
    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;
}
#tituloRegistro{
    position: relative;
    float: left;
    width: 955px;
    height: 32px;
    margin-left:20px;
    margin-top: 0px;
    background-image: url("/imagenes/usuario/tituloRegistro.jpg");
    border: 0px solid blue;
     margin-top: 5px;
}
#tituloRegistro_eng{
    position: relative;
    float: left;
    width: 955px;
    height: 32px;
    margin-left:20px;
    margin-top: 0px;
    background-image: url("/imagenes/usuario/tituloRegistro_eng.jpg");
    border: 0px solid blue;
    margin-top: 5px;
}
#contenidoRegistroUsuario{
/*    margin-left: 150px;*/
    margin-left: 22px;
    margin-top: 0px;
}
    #tablaFormContacto{
        margin-left: 80px;

}
#tablaFormContacto td{
       padding: 5px;

}
/*#titulo{
    font-family:"Swiss 721 BT";
	font-weight:bold;
	font-size: 16px;
	padding-left: 100px;
        color: #6E6E6E;
        margin-bottom: 50px;
}*/

.clsLabel{
/*    width: 150px;*/
    width: 130px;
    font-family: "Swis721 Cn BT Roman";
    font-size: 14px;
    color: #000000;
}
.clsLabel2{
/*    width: 150px;*/
    width: 130px;
    font-family: "Swis721 Cn BT Roman";
    font-size: 14px;
    color: #000000;
    text-align: left;
}

.clsInput{
    padding-left: 0px;
}

#cajaMensajes{
    position:relative;
    font-family: "Swis721 Cn BT Roman";
/*    top: -35px;*/
    width: 280px;
/*    color: red;*/
    color: #E58901;
    font-size: 10px;
/*    left: 50px;*/
    font-weight: bold;
}