.textoTitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
}
.textoNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.textoPiePagina {
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.textoViñetas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	list-style-type: circle;
	list-style-position: outside;
	font-style: italic;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-size:11px;	
}
a:link { text-decoration: none; }

a:visited {
	text-decoration: none;
	color: #000066;
	font-size:11px;
}
a:hover {
	text-decoration: none;
	color: #000066;
	background:#FFCC00;
	font-size:11px;
}
a:active {
	text-decoration: none;
	color: #000066;
	font-size:11px;	
}
.textoMenuPiePagina {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000066;
}
.cajaTexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #000033;
	background-color: #BED3E9;
	font-weight: bold;
	width: 250px;
}

.cajaComentarios {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #000033;
	background-color: #BED3E9;
	font-weight: bold;
	width: 320px;
}

