a {
	color: #7B5C4E;
}
body {
	margin: 0px;
	padding: 0px 0px 1px;
	height: 100%;
	color: #7B5C4E;
	font: 0.625em Verdana, Geneva, sans-serif;
}
hr {
	display: none;
}
img {
	margin: 0px;
	padding: 0px;
	border-style: none;
	overflow: hidden;
}
a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}
.modal {
	background: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 10000;
}
.popup {
	border: 2px solid #FD6500;
	position: fixed;
	left: 50%;
	top: 50%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	z-index: 100001;
}
.popup .tancar {
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
	color: #93470F;
	background: #FD6500;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px 6px 3px 8px;
	text-shadow: #000 -1px -1px 1px, #FFA764 1px 1px 1px;
	cursor: pointer;
}
.popup h2 {
	margin: 0px;
	padding: 10px;
	color: #FFF;
	background: #FD6500;
	font: normal 1.6em Tahoma, Verdana, Geneva, sans-serif;
}
.popup .avis {
	text-align: center;
	font-size: 1.2em;
	line-height: 150%;
	padding-top: 20px;
	padding-right: 50px;
	padding-left: 50px; 
	overflow-y:auto;
}

.popup .boto {
	color: #ECE6E3;
	background: #7B5C4E;
	border-style: none;
	font: 1em Verdana, Geneva, sans-serif;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:4px 10px;
	float: right;
	margin-left: 20px;
	text-decoration: none;
	margin-bottom: 0px;
	cursor: pointer;
}

.formulario .terminos label {
	width: 400px;
	text-align: left;
	margin-left: 5px;
	padding-top: 0px;
	overflow: visible;
}

