﻿/*Fondos*/
.FondoRecuadroGris
{
	background-color: #696969;
}

.FondoRecuadroNaranja
{
	background-color: #FE8826;
}

/*Links*/

.LinkSmall
{
	font-family: Verdana, Tahoma;
	font-size: 9px;
	color: gray;
	text-decoration: none;
}

.LinkSmallColor
{
	font-family: Verdana, Tahoma;
	font-size: 9px;
	color: #007CC2;
	text-decoration: none;
	font-weight: bold;
}

.LinkSmallWhite
{
	font-family: Verdana, Tahoma;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

.LinkMedium
{	
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.LinkMediumColor
{	
	font-family: Verdana, Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #007CC2;
	text-decoration: none;
}

.LinkLargeColor
{
	font-family: Verdana, Tahoma;
	font-size: 14px;
	color: #007CC2;
	text-decoration: none;
	font-weight: bold;
}

/*Textos*/

.TextoSmall
{
	font-family: Verdana, Tahoma;
	font-size: 9px;
	color: gray;
	text-decoration: none;
}

.TextoSmallBoldColor
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: #007CC2;
	text-decoration: none;
	font-weight: bold;
}

.TextoSmallNegro
{
	font-family: Verdana, Tahoma;
	font-size: 9px;
	color: black;
	text-decoration: none;
}

.TextoSmallBoldNegro
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.TextoSmallGray
{
	font-family: Verdana, Tahoma;
	font-size: 9px;
	color: #9e9e9e;
	text-decoration: none;
}

.TextoSmallBoldGray
{
	font-family: Verdana, Tahoma;
	font-size: 9px;
	color: #9e9e9e;
	text-decoration: none;
	font-weight: bold;
}

.TextoSmallColor
{
	font-family: Verdana, Tahoma;
	font-size: 9px;
	color: #007CC2;
	text-decoration: none;
}

.TextoMedium
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.TextoMediumColor
{
	font-family: Verdana, Tahoma;
	font-size: 11px;
	color: #007CC2;
	text-decoration: none;
	font-weight: bold;
}

.TextoLarge
{
	font-family: Verdana, Tahoma;
	font-size:14px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

.textoMensajeError
{
	font-weight: normal;
	font-size: 10px;
	color: red;
	font-family: Verdana, Tahoma;
}
.textoMensajeOk
{
	font-weight: normal;
	font-size: 10px;
	color: green;
	font-family: Verdana, Tahoma;
}

.TextoInputCourierNew
{	
	font-family: 'Courier New';
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: gray;
	text-decoration: none;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	background-color: #f9f9f9;
}

.TextoInput
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: gray;
	text-decoration: none;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	background-color: #f9f9f9;
}

.TextoError
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: gray;
	text-decoration: none;
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	background-color: #f9f9f9;
}

INPUT.TextoError
{
	font-family: Verdana, Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: gray;
	text-decoration: none;
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
	background-color: #f9f9f9;
}

.EtiquetaDeTextBox
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	color: #007CC2;
	font-weight: bold;
	font-size: 10px;
}

/*Controles*/

.InstanciaGrilla, .Alterno, .Encabezado
{
	line-height: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	background-color: #ffffff;
	font: 9px Verdana;
}

 .Alterno
{
	background-color: whitesmoke;
}

.Encabezado
{
	font-family: Verdana, Tahoma;
	background-color: #EEEEEE;
	color: #007CC2;
}
