<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * custom-1c
 */

body {
	background: #000;
	font-family: "Open Sans", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: 300;
	color: #555;
}
#main {
	margin: 0;
	width: 100%;
}
#content-wrap {
	background: #fff;
	display: block;
	margin: 0;
	min-width: 500px;
	max-width: 700px;
	filter: alpha(opacity=90);
	opacity: .9;
}
#content {
	padding: 50px;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	line-height: 1em;
	margin: 0 0 25px 0;
}
h2 {
	color: #333;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3em;
	margin: 0;
}
h3 {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	margin: 30px 0 8px;
}
.bodytext {
	margin: 50px 0 0 0;
}

.form_contacto {
	margin: 30px 0;
}
.form_contacto fieldset {
	border-top: 1px solid #888;
	margin: 40px 0 0 0;
	padding: 20px 0 0 0;
}
.form_contacto div.fv input {
	width: 70%;
}
#captcha_img {
	width: auto;
}</pre></body></html>