﻿body {
}



/*PARA CONTROL SESION (MENU LOGIN(ENTRAR, REGISTRATE))*/
.SesionNormal
{
	text-decoration:none;
	color: White;
	font-weight: normal;
	font-size: 11px;
}

.Sesion
{
	text-decoration:none;
	color: White;
	font-weight: bold;
	font-size: 11px;
}

.EstiloLabelInicioSesion
{
	padding-left:65px;
}

.EstiloControlInicioSesion
{
	padding-left:85px;
	padding-top:15px;
}

.pnlIniSesion
{
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	color: White;
}

.TituloLogin
{ 
	font-weight: normal;
	font-size: 9pt;
}

.TextBoxLogin
{
	font-weight: bold;
	font-size: 9pt;
}

.BotonLogin
{
	background-color:Transparent;
	font-size: 9pt;
	font-weight:bold;
}

.LabelLogin
{
	font-size: 9pt;
}

.imagenResgistrate
{
	visibility: visible;
}

/* PARA EL CONTROL DE REGISTRO DE USUARIO */

TABLE.RegistroUsuario
{
	font-size: 9pt;
	color: #646464;
	font-family: Arial;
	width: 100%;
	border-collapse: separate;
}
TD.RegistroUsuario
{
	width: 80px;
}

.BotonCreaCuentaUser
{
	padding-left:80px;
}

.ErrorRegistroUser
{
    font-weight: bold;
    font-size: medium;
    color: #ff0000;
}

.FuenteRegistroUsuario
{
    font-weight: normal;
    font-size: 9pt;
    color: #656565;
}

.FuenteComboRegUser
{
	font-weight: normal;
	font-size: 9pt;
	font-family: Arial;
	color: #646464;
	height: 18px;
	border: solid 1px silver;
}

.FechaRegistro
{
	
}
/* PARA EL CONTROL DE ACTUALIZAR USUARIO */

.BotonActualizaDatosUser
{
	padding-left:65px;
}


/* PARA EL CONTROL DE FORMULARIO DE CONTACTO */

.DatosContacto
{
	font-weight: normal;
	font-size: 9pt;
	color: #646464;
}

/* ESTILOS PARA LOS CAMPOS DE VALIDACION */

.FuenteValidacion
{
	font-size: 10px;
	color: #646464;
	font-family: Arial;
	width: 100%;	
}