body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/background.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a:link {
	color: #C30;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #F60;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #F60;
	text-decoration: underline;
	font-weight: bold;
}
a {
	color: #C30;
	font-weight: bold;
}
a:active {
 text-decoration: none;
}
.blanco {
	color: #FFF;
	font-weight: bold;
}
.naranja {
 color: #F60;
 font-weight: bold;
}
.naranja_fuerte {
 color: #C30;
 font-weight: bold;
}
.azul_fuerte {
	color: #C30;
	font-weight: bold;
}
.azul_titulos {
	color: #C30;
	font-weight: bold;
	font-size: 16px;
}
