body {
background-color: #fff !important;
}
iframe {
z-index: 1;
/*overflow: auto;*/
background-color: #fff;
}
.iframe_form h2 {
	margin-bottom: 20px;
	color: #333;
}
.iframe_form {
	padding: 12px 0 8px 8px;
}
.iframe_form form fieldset {
	border: 0;
	margin-bottom: 20px;
}
.iframe_form form legend {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1.2em;
	color: #333;
}
.iframe_form label {
	float: left;
	width: 132px;
	font-size: 1.1em;
}
.iframe_form label.nowidth {
	width: auto;
	line-height: 1;
}
.iframe_form input, .iframe_form select, .iframe_form textarea {
	margin-bottom: 20px;
}
.iframe_form input.boton {
	float: right;
	margin-right: 90px;
	padding: 4px;
	border: 1px solid #999;
	background-color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	color: #C00;
	cursor: pointer;
}
.iframe_form input.boton:hover {
	background-color: #C00;
	color: #FFF;
}
.iframe_form input#privacidad {
	float: left;
	margin-right: 5px;
}
.iframe_form #lberror {
	display: block;
	margin: 20px 0 0 0;
	padding: 8px;
	border: 2px solid #C00;
	font-weight: bold;
	font-size: 1.3em;
	/*background-color: #FF3;*/
	color: #6B6B7D;
}