/**
 * Contact1PP Theme Syle
 * @author Soluciones Corporativas IP (SCIP) <mailto:info@scip.es>
 */

/** HTML TAGS */
body {
	color: #333;
}
a,
a:link,
a:visited,
a:hover,
a:active {
	color: inherit;
	text-decoration: underline;
}

h1 {
	margin: 0;
	font-size: 50px;
	text-align: left;
	line-height: 1em;
}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #333;
	text-decoration: none;
}

h2, h3, h4, .form_contacto h4 {
	font-size: 25px;
	line-height: 1em;
	margin: 0 0 20px 0;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#content {
	padding-bottom: 40px;
}
#header {
	margin-bottom: 35px;
	padding: 30px 0 20px 0;
	border-bottom: 2px solid #555;
}
.form_contacto div.fv input, .form_contacto div.fv select, .form_contacto div.fv textarea, .form_contacto div.fh input {
	padding: 5px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.form_contacto div.error {
	background: #fcc;
	color: #f00;
	padding: 2px 5px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
}