BODY {
	background-image : url(/imagenes/fondo/fondoweb01.gif);
	background-align : left;
	background-repeat : repeat-y;
}
H1 {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 20px;
	margin-top: 5px;
	margin-bottom: 15px;
	border-bottom : 7px solid #99CC99;
	padding-bottom : 6px;
}

H2 {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-size : 20px;
	margin-top: 5px;
	/* margin-bottom: 15px; */
	/* padding-bottom : 6px; */
}

H3 {
	font-family : "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 15px;
	margin-top: 10px;
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px; /* 12 */
	line-height : 16px; /* 20 */
}

TD.GRANDE {
	font-size: 13px;
}

#JUSTIFICADO {
	text-align : justify;
}

A:ACTIVE, A:FOCUS, A:LINK, A:VISITED {
	color: #9933CC;
	text-decoration: none;
}

A:HOVER {
	color: Green;
	text-decoration: none;
}

IMG.BORDE {
	border : 7px solid #99CC99;
	margin-bottom: 7px;
}
