body {
	background-color: #FFFFFF;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.legales {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #949496;
	padding-right: 10px;
	padding-left: 10px;
}
.txt_base {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	text-align: left;
	margin: 0px;
}
.txt_1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
}
a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
a.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FF9900;
}

a.links:hover {
		color: #333333;
}
a.links:visited {
	color: #FF9900;
}

a.links:active {
	color: #FF9900;
