body
{
	background-image: url(/images/background.png);
	background-color: #ff5210;
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	color: #F7BB1E;
	text-align: center;
	margin: 200px 0 0 0;
}

h1
{
	display: none;
	color: #FF6B1B;
}

h2 { margin: 0 0 35px 0; }

h2 a {text-decoration: none; color: white;}

a.anchor_link {
	color: #cd3900;
	text-decoration: none;
}

img {border: 0;}



div#contain
{
	width: 920px;
	margin: 0 auto 0 auto;
}

div#mensaje
{
	text-transform: uppercase;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow:1px 1px 2px #903;
	margin-bottom: 10px;
}


div#mensaje1
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow:1px 1px 2px #903;
	margin-bottom: 10px;
    background-image: url(/images/divider.png);
    background-repeat: no-repeat;
	padding-top: 30px;
}

div#mensaje1 a {padding-bottom: 2px;}

div#mensaje1 a:link
{
	color: #F9D27B;
	text-decoration: none;
}
div#mensaje1 a:visited {color:#F9D27B; text-decoration: none;}
div#mensaje1 a:hover
{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #F9D27B;
}
div#mensaje1 a:active {color:#F7BB1E; text-decoration: none;}
