/****************************************************************
 * Autor.....: Fernando Rodriguez Sela
 * Contenido.: Definicion de hojas de estilo - Página principal
 ****************************************************************/

A:link  { color: blue; font-weight: bold; font-family: sans-serif; text-decoration: none }

A:hover {
	color: red;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}


A:active {
	color: red;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	color: blue;
	font-family: sans-serif;
	text-decoration: none;
	font-weight: bold;
}
p { color: black; font-size: 13pt; font-family: "Times New Roman", Roman, Verdana, Arial; text-align: justify }
.creditos    { color: black; font-style: italic; font-size: 10pt; text-align: center }

