/* SELECTORES DE ETIQUETAS */
body,td,th {
	margin:0px;
	text-align:center;
	background-image:url(../graphic/fondo.gif);
}
h1, h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#BBA800;
	}
h3 {
	font-size:16px;
	padding: 0px 0px 0px 20px;
	margin:0px;	
	}
a.gral 	{
	border-bottom:1px dotted #BBA800;
	color:#BBA800;
	text-decoration:none}
a.gral:hover	{
	border-bottom:1px dotted #6A5B07;
	color:#6A5B07;
	background-color:#CCCC00}
a.gral:visited	{}