/****************************************************************
 * Autor.....: Fernando Rodriguez Sela
 * Contenido.: Definicion de hojas de estilo - Cuerpo del documento
 ****************************************************************/

A:link {
	color: blue;
	font-family: sans-serif;
	font-size: medium;
	text-decoration: none;
/*	font-weight: bold;*/
}

A:hover {
	color: red;
	font-family: sans-serif;
	font-size: medium;
	text-decoration: none;
/*	font-weight: bold;*/
}


A:active {
	color: red;
	font-family: sans-serif;
	font-size: medium;
	text-decoration: none;
/*	font-weight: bold;*/
}

A:visited {
	color: blue;
	font-family: sans-serif;
	font-size: medium;
	text-decoration: none;
/*	font-weight: bold;
*/
}

p     	{ color: black; font-size: 12pt; font-family: "Times New Roman", Roman, Verdana, Arial; text-align: justify }
.peque	{ color: black; font-size: 8pt; font-family: "Times New Roman", Roman, Verdana, Arial; text-align: justify }
