a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.encabezado1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #666666;
	text-decoration: underline;
}
.encabezado2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	text-decoration: underline;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
/*Añadir alto de línea, margen superior y quitar botón a la lista enlaces*/
ul#enlaces {
	line-height:20px;
	list-style-type:none;
	margin-top:15px;
}
