﻿body {
}



/*PARA CONTROL SESION (MENU LOGIN(ENTRAR, REGISTRATE))*/
.SesionNormal
{
	font-weight: normal;
	color: #003366;
	font-size: 8pt;
}

.Sesion
{
	font-weight: bold;
	color: #003366;
	font-size: 8pt;
}

.EstiloLabelInicioSesion
{
	padding-left:65px;
	color:#086199;
	font-size:small;
}

.EstiloControlInicioSesion
{
	padding-left:85px;
	padding-top:15px;
}


.TituloLogin
{ 
	font-weight: normal;
	font-size: 8pt;
}

.TextBoxLogin
{
	font-weight: bold;
	font-size: 8pt;
}

.BotonLogin
{
	background-color:Transparent;
	font-size: 8pt;
	font-weight:bold;
}

.LabelLogin
{
	font-size: 8pt;
}

.imagenResgistrate
{
	visibility: hidden;
}

/* PARA EL CONTROL DE REGISTRO DE USUARIO */

TABLE.RegistroUsuario
{
	font-size: 8pt;
	color: #003366;
	font-family: Arial;
	width: 100%;
	border-collapse: separate;
}
TD.RegistroUsuario
{
	width: 80px;
	color: #003366;
}

.BotonCreaCuentaUser
{
	padding-left:80px;
}

.ErrorRegistroUser
{
    font-weight: bold;
    font-size: medium;
    color: #ab3421;
}

.FuenteRegistroUsuario
{
    font-weight: normal;
    font-size: 8pt;
    color: #333333;
}

.FuenteComboRegUser
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Arial;
	color: #333333;
	height: 18px;
	border: solid 1px #00315c;
}

.FechaRegistro
{
	color: #003366;
}

.NombreCuentaRegistro
{
	visibility:hidden;
}

/* 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: Black;
}

/* ESTILOS PARA LOS CAMPOS DE VALIDACION */

.FuenteValidacion
{
	font-size: 8pt;
	color: #ab3421;
	font-family: Arial;
	width: 100%;	
}

