﻿body
{
	margin: 0;
	padding : 0;
	background-color: white; /*background-color: #4791C5;*/ /*background-color: #92bedb;*/
	margin-top: 0px;
	margin-left: 0px;
	font-family: Arial;
	font-size: 10pt;
	color: black;
}

/*Se usa para titulos los web forms cuando es necesario*/
.TituloWebForm
{
	font-weight: bold;
	font-size: 10pt;
	color: #cc9900;
	font-family: Arial;
}

/*Se aplican a los textbox*/
.cajatexto
{
	/*
	border-right: #6666cc 1px solid;
	border-top: #6666cc 1px solid;
	border-left: #6666cc 1px solid;
	border-bottom: #6666cc 1px solid;
	text-decoration: none;
	background-color: #e6edf7;
	*/
	background-color: #EAF2FB;
	font-family: Arial;
	border: solid 1px #ABC1DE;
	font-size: 9pt;
}

.ComboBox
{
	background-color: #EAF2FB;
	font-family: Arial;
	border: solid 1px #ABC1DE;
	font-size: 9pt;	
}


/*Esta clase se usa para darle color al Validador de entradas*/
.MensajesEntradasErroneas
{
	color: #cc0033;
	font-weight: bold;
	background-color: white;
}



/*<.CeldaInformacion y .TituloObservaciones
 son usados juntos y se usan en los cuadros
  que explican como ingresar la información*/
.CeldaInformacion
{
	font-family: Arial;
	vertical-align: top;
	text-align: justify;
	background-color: #e6edf7;
}

.TituloObservaciones
{
	font-weight: bold;
	color: black;
	text-decoration: underline;
}


/*Usado en las celdas de las tablas...*/
.TextoCeldas
{
	border-left-color: #4791C5;
	border-bottom-color: #4791C5;
	border-top-style: none;
	border-top-color: #4791C5;
	border-right-style: none;
	border-left-style: none;
	background-color: white;
	border-right-color: #4791C5;
	border-bottom-style: none;
	vertical-align: top;
}
.EncabezadosCeldas
{
	font-weight: bold;
	font-size: 9pt;
	border-left-color: #4791C5;
	border-bottom-color: #4791C5;
	border-top-style: none;
	border-top-color: #4791C5; /*#3333ff;*/
	border-right-style: none;
	border-left-style: none;
	background-color: #EAF2FB; /*background-color: #82bce6;*/
	border-right-color: #4791C5;
	border-bottom-style: none;
	vertical-align: top;
	color: black;
}

.

/*--------------------------------------------------*/
/*--------------------------------------------------*/
/*Comportamientos de los links.*/
a:link
{
	color: #0033cc;
}
a:visited
{
	color: #0033cc;
}


a:hover
{
	color: green;
}

