BODY
{
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 10px;
}

.TextoError
{
	font-family: Arial;
	font-size: 11px;
	color: #FF0000;
	line-height: 1.5;
	list-style-type: square;
}

.TextoNormal
{
	font-family: Arial;
	font-size: 11px;
	color: #DDDDDD;
	text-align: justify;
	line-height: 1.5;
	list-style-type: square;
}

.TextoNormalBold
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
	text-align: justify;
	line-height: 1.5;
	list-style-type: square;
}

.TextoAzul
{
	font-family: Arial;
	font-size: 11px;
	color: #C4E2E0;
	text-align: justify;
	line-height: 1.5;
	list-style-type: square;
}

.TextoAzulBold
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #C4E2E0;
	text-align: justify;
	line-height: 1.5;
	list-style-type: square;
}

.TextoAzulBoldGrande
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #C4E2E0;
	text-align: justify;
	line-height: 1.5;
	list-style-type: square;
}

.TablaTituloIzquierda
{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

.TituloPaginaIzquierda
{
	color: #777777;
	font-family: Arial;
	font-size: 18px;
	/*font-weight: bold;*/
}

.TablaTituloDerecha
{
	background-color: #000000;
	/*border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;*/
}

.TituloPaginaDerecha
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
}

/* HIPERVINCULOS */

A.LinkNormal
{
	font-family: Arial;
	font-size: 11px;
	color: #DDDDDD;
	text-decoration: none;
	line-height: 1.5;
}

A.LinkNormal:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #DDDDDD;
	text-decoration: underline;
	line-height: 1.5;
}

A.LinkAzul
{
	font-family: Arial;
	font-size: 11px;
	color: #C4E2E0;
	text-decoration: none;
	line-height: 1.5;
}

A.LinkAzul:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #C4E2E0;
	text-decoration: underline;
	line-height: 1.5;
}

A.LinkNaranja
{
	font-family: Arial;
	font-size: 10px;
	color: #FF9900;
	text-decoration: none;
	line-height: 1.5;
}

A.LinkNaranja:hover
{
	font-family: Arial;
	font-size: 10px;
	color: #FF9900;
	text-decoration: underline;
	line-height: 1.5;
}

A.TextoMenuGrande
{
	color: #777777;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	line-height: 1.5;
}

A.TextoMenuGrandeSelected
{
	color: #6699CC;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
}

A.TextoMenuPeke
{
	color: #777777;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	line-height: 1.5;
	padding-left: 2px;
	padding-right: 2px;
}

A.TextoMenuPekeSelected
{
	color: #6699CC;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	padding-left: 2px;
	padding-right: 2px;
}