
/* ********************************************************************************************** */
/* PRINCIPAL */
body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: 12px Tahoma, Arial;
	color: #505050;
	padding-top: 0px;
	background-color: #d2dcc1;
}
p { line-height: 12px; margin: 0px; padding: 0px; }
/* ********************************************************************************************** */

/* TEXTO blanco BOLD*/
.texto-balnco-bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFffff;
	font-size: 12px;
	font-weight: bolder;
}
/* ********************************************************************************************** */

/* ********************************************************************************************** */
/* TEXTO GRIS*/
.texto-gris
{
	font-size: 12px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* ********************************************************************************************** */

/* ********************************************************************************************** */
/* TEXTO GRIS BOLD*/
.texto-gris-bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #505050;
	font-size: 12px;
	font-weight: bolder;
}
/* ********************************************************************************************** */

/* ********************************************************************************************** */
a
{
	color: #669966;
	text-decoration: underline;
}
a:link
{
	color: #669966;
	background-color: transparent;
	text-decoration: underline;
}
a:visited
{
	color: #669966;
	background-color: transparent;
	text-decoration: underline;
}
/* a:hover 	{ color: #FF9900; background-color: #ffffff }
/* esta linea superior es del rollover de los links */
/* ********************************************************************************************** */

/* ********************************************************************************************** */
/* ********************************************************************************************** */
b 		    { color: #000; text-decoration: none}
b:link		{ color: #505050; background-color: transparent}
b:visited 	{ color: #505050; background-color: transparent }
b:hover 	{ color: #FF9900; background-color: #ffffff }
/* a:hover 	{ color: #FF9900; background-color: #ffffff }
/* esta linea superior es del rollover de los links */
/* ********************************************************************************************** */


/*************************************************************************************************/
/* TABLAS */
table
{
	font: 12px Tahoma, Verdana, Arial;
	text-align: left;
}
/*************************************************************************************************/
/* TABLAS */


/*************************************************************************************************/
/* FORMULARIOS */
form {
	margin: 0;
	padding: 0;
	}
.search	{
	width: 			150px;
	height: 		15px;
	padding:		0;
	margin: 		2px 1;
	border-color: 		#596C80 #3D6B99 #3D6B99 #596C80;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	font: 			12px Tahoma, Verdana, sans-serif;
	background-color: #A1C3E6;
	}
.shortfield {
	width: 			300px;
	height: 		15px;
	padding:		0;
	margin: 		2px 1;
	border-color: 		#596C80 #3D6B99 #3D6B99 #596C80;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	font: 			12px Tahoma, Verdana, sans-serif;
	background-color: #FFE373;
	}
.field {
	height: 		15px;
	padding:		0;
	margin: 		2px 1;
	border-color: 		#596C80 #3D6B99 #3D6B99 #596C80;
	border-width: 1px 1px 1px 1px; 
	border-style: solid;
	font: 			12px Tahoma, Verdana, sans-serif;
	background-color: #FFF;
	}
/*************************************************************************************************/
/* FORMULARIOS */



/*************************************************************************************************/
/* boton de enviar formularios*/
.button {
	font-size: 		9px; 
	font-family: 		Tahoma, Verdana, Sans Serif; 
	background-color:	#E2E2E2; 
	color: 			#000; 
	padding: 		1px;
	height:			14px; 
	margin: 		0px;
	border:			1px solid #5986B3; 
}
/* boton de enviar formularios*/
/*************************************************************************************************/
.box1
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 12px;
	border-left: silver 1px solid;
	color: #505050;
	border-bottom: silver 1px solid;
	font-family: Verdana;
}
.box2
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	font-size: 12px;
	text-transform: uppercase;
	border-left: silver 1px solid;
	color: #505050;
	border-bottom: silver 1px solid;
	font-family: Verdana;
}
.box3
{
	border-right: silver 1px;
	border-top: silver 1px;
	font-size: 12px;
	text-transform: uppercase;
	border-left: silver 1px;
	color: #505050;
	border-bottom: silver 1px;
	font-family: Verdana;
}
IMG
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.vinculo
{
}

.Cartas
{
	font-size: 10pt;
	text-transform: uppercase;
	color: #505050;
	font-family: Arial;
}
.Etiqueta
{
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial;
	background-color: #a5bb84;
}
.Lista
{
	font-size: 12px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ecf1e4;
	text-align: left;
}
.ListaNombre
{
	font-size: 10px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ecf1e4;
	text-align: left;
	text-transform: capitalize;
}

.ListaNro
{
	font-size: 12px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ecf1e4;
	text-align: right;
}
.ListaCentro
{
	font-size: 12px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ecf1e4;
	text-align: center;
}
.ListaCentroB
{
	font-size: 12px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d8ddc8;
	text-align: center;
}
.CabezaLista
{
	font-size: 11px;
	color: white;
	font-family: Verdana, Arial;
	background-color: #a5bb84;
	text-align: center;
	text-transform: capitalize;
}
.ListaChico
{
	font-size: 10px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ecf1e4;
	text-align: left;
}
.ListaChicoB
{
	font-size: 10px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d8ddc8;
	text-align: left;
}
.ListaCentroChico
{
	font-size: 10px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ecf1e4;
	text-align: center;
}
.ListaCentroChicoB
{
	font-size: 10px;
	color: #505050;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d8ddc8;
	text-align: center;
}
.ListaCentroChicoC
{
	font-size: 10px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #a5bb84;
	text-align: center;
}
.Boton
{
	border-right: #a0aa8f 1px solid;
	padding-right: 2px;
	border-top: #a0aa8f 1px solid;
	padding-left: 2px;
	font-weight: normal;
	padding-bottom: 2px;
	border-left: #a0aa8f 1px solid;
	color: #696969;
	padding-top: 2px;
	border-bottom: #a0aa8f 1px solid;
	font-family: Verdana, Arial;
	background-color: #c8d2b7;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
}
.BotonSel
{
	border-right: #a0aa8f 1px solid;
	padding-right: 2px;
	border-top: #a0aa8f 1px solid;
	padding-left: 2px;
	font-weight: normal;
	padding-bottom: 2px;
	border-left: #a0aa8f 1px solid;
	color: #ffffff;
	padding-top: 2px;
	border-bottom: #a0aa8f 1px solid;
	font-family: Verdana, Arial;
	background-color: #a0aa8f;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
}
.Titulo
{
	font-size: 18px;
	color: #505050;
	font-family: Verdana;
}
.Titulo2
{
	font-size: 16px;
	color: #505050;
	font-family: Verdana;
}
.Titulo3
{
	font-size: 14px;
	color: #505050;
	font-family: Verdana;
}
.Bajada
{
	font-size: 15px;
	color: #505050;
	font-family: Verdana;
}
.Autor
{
	font-size: 12px;
	color: #505050;
	font-style: italic;
	font-family: Verdana;
}
.Texto
{
	font-size: 12px;
	color: #505050;
	font-family: Verdana;
	text-align: justify;
}
.Pregunta
{
	font-weight: bold;
	font-size: 12px;
	color: #505050;
	font-style: italic;
	font-family: Verdana;
}
.Invisible
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
	color: #d2dcc1;
}
.Nota
{
	font-size: 10px;
	font-style: italic;
	font-family: Tahoma;
}
.TextoBold
{
	font-weight: bold;
	color: #669966;
}
A.BotonMenu
{
	font-size: 10pt;
	color: #376C6C;
	font-family: Tahoma;
	text-decoration: none;
}
A.BotonMenu:Hover
{
	font-size: 10pt;
	color: white;
	font-family: Tahoma;
	background-color: #376C6C;
	text-decoration: none;
}
