body {
	background-color: #BEB300;
	background-image:url(images/fondo_01.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	margin-left: 0px;
}
.normal {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FEDE06;
}
.texto {
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color:#666666;
}
.mensaje{
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: bold;
	color:#051d00;
}
a:link {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #FFCC00;
	text-decoration: none;
}