@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../bg.jpg);
	background-repeat: repeat-x;
	background-color: #FCF9F4;
}
.oneColFixCtr #container {
	width: 810px;
	text-align: center;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../fotos/rope_vertical.jpg);
	background-repeat: repeat-y;
}
.oneColFixCtr #footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	padding-top: 10px;
}
a:link {
	color: #744F1D;
	text-decoration: none;
}
a:visited {
	color: #744F1D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
