@charset "utf-8";
#centro {
	position: relative;
	width: 400px;
	top: 46px;
	left: 282px;
}
#centro h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0px;
}
#centro h2 {
	color: #B8AE7C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 10px 0 20px 0;
	font-size: 16px;
}
#centro p {
	margin: 0px;
	padding: 0 0 20px 0;
}
#centro th {
	color: #D1CD8F;
	padding-right: 5px;
	padding-left: 5px;
}
#centro .textfield {
	border: 1px solid #B5AC57;
	background-color: #151515;
	font-size: 11px;
	color: #FFFFFF;
	width: 200px;
}
#centro .textarea {
	font-size: 11px;
	color: #FFFFFF;
	border: 1px solid #B5AC57;
	background-color: #151515;
	width: 200px;
	height: 40px;
}
#centro .btn {
	background-color: #151515;
	border: 1px solid #B5AC57;
	color: #D1CD8F;
}



#centro form {
	padding: 0px;
	margin: 0px;
}

#centro .once {
	font-size: 11px;
}
.validation-advice {
	position: absolute;
	margin: -80px 0 0 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}
#left {
	position: absolute;
	top: 89px;
	left: 20px;
}
#left p {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B5AC57;
	border-bottom-color: #B5AC57;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

#left a {
	color: #FFFFFF;
}
#left a:hover {
	text-decoration: none;
}

