body {
 background-image:url(img/bg.jpg);
 background-repeat: no-repeat;
 background-attachment:fixed;
 background-position:center top;
 /*background-repeat:repeat-y; */
 background-color:#3D1C17;
font-family: trebuchet ms;
font-size: 80%; 
color: #999999;
line-height: 150%;
margin-top: 5px;
}

.copy { color: #E6DCBF; font-size:12px; text-decoration: none; }
.nota_legal { color: #787878; font-size:11px; text-decoration: none; }
.rem { color: #E7E7E7; text-decoration: none; font-weight: bold; }
.info { color: #000000; text-decoration: none; font-weight: bold; }
/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer
{
	text-align: center;
	height: 30px;
	background-color: #F5FAF5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	
}


.info a:info:link, a:info:visited {
	color:#b8ce83;
}
a:active,
a:visited,
a:link	    			{
	color: #f8f8f8;
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
a:hover				{
	color: #999999;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
