.cabecera{
	font-size: 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000066;
}

.contenido {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

a:link {
	text-decoration : none;
}

a:visited {
	color : #c1c1c1;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

a:active {
	color : #c1c1c1;
	text-decoration : none;
}