@import url("weirdo.css");
a, .subtitulo
{
	color: #52575A;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: #CC0000;
	text-decoration: underline;
}
body
{
	background: #FFFFFF;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#contenido
{
	padding: 0px 0px 0px 0px;
}
#legal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #52575A;
}
#sombra_inferior
{
	background: url("/images/general/base-inferior.png") no-repeat bottom center;
	padding: 15px 0 0 0;
}
#sombra_superior
{
	background: #FFFFFF url("/images/general/base-superior.png") no-repeat top center;
	margin: 0px auto;
	width: 950px;
}