/*#Master#*/
html
{
    margin: 0px;
    padding: 0px;
}


.LTR, .RTL
{
  background-color: #ffffff;
} 

body, form
{    

    font-family:Verdana;
    color:#000000;
    margin: 0px;
    padding: 0px;
    
}

    .Titulo
    {
        font-size: 22px;
        font-weight: bold;
        color: #ffffff;
        font-family: Trebuchet MS;
        letter-spacing: 1px;
    }


    .Link
    {
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        line-height: 1.4;
    }
    .Link a
    {
        font-size: 12px;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        line-height: 1.4;
    }
    .Link a:hover
    {
        font-size: 12px;
        text-decoration: underline;
        font-weight: bold;
        line-height: 1.4;
    }



/*#Registro#*/

.RegistroTitulo
    {
        font-size:18px;
        font-weight: bold;
        color: #B94003;
        letter-spacing: 1px;
	padding-bottom:5px;
    }

.Registro{
	
	font-size: 15px;
        font-weight: bold;
        color: #917A0F;

	}


.Registro input[type="password"]{

	width: 150px;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	display: inline;	
}




.ContactoError{
	font-family: Arial;
	font-size: 12px;
	color: #A31515;
	font-weight: bold;
	text-align: justify;
	vertical-align:middle;
}




.EditingFormErrorLabel{

	color: #A31515;
	text-align: left;
	display: inline;	

}