/* CSS Document */

/* LINKS */
a.estiloLink
{
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none
}
a.estiloLinkAzul
{
	font-weight: bold;
	color:#003B89;
	text-decoration: none;
	font-family: Tahoma;
	font-size: small
	
}
a.estiloLinkNaranja
{
	font-weight: bold;
	color:#e29605;
	text-decoration: none;
	font-family: Tahoma;
	font-size:small
	
}
a.estiloLinkNv3
{
	color:#efb039;
	text-decoration: none;
	font-family: verdana;
	font-weight: bold;
	font-size:small	
}
a.estiloLinkSimple
{
	border:0px;
}

/* TEXTO */

.textoTituloNv3
{
	color:#efb039;		
	font: verdana;
	font-weight: bold;
	font-size:small
	
}

/* IMAGENES */
.imagenDerecha
{
	float : right		
}


/* ETIQUETAS */
.etiqueta
{
	color:#efb039;
	font: verdana;
	font-size:small;
	font-weight: bold
}

.Estilo1 {font-family: Tahoma; font-size: 13px; color: gray;}
.Estilo17 {font-size: 16px; color: #FF0000}
.Estilo19 {font-family: Tahoma; font-size: 16px; color: gray; }
