/**
 * Presentacion2PP
 */

body {
	background: #fff;
}
#wrapper {
	background-repeat: repeat-x;
	background-position: center 20px;
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#content {
	margin: 0 auto;
	float: none;
	display: block;
	padding: 0 0 50px 0;
}
#content-leftaligned {
	margin: 0 1%;
	float: left;
	display: inline;
	padding: 0 0 50px 0;
}
.logo {
	padding-top: 30px;
	text-align: center;
}
#hero {
	margin: 0 0 30px 0;
	padding-top: 45px;
	text-align: center;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 90px;
	font-weight: 700;
	line-height: 1em;
	margin: 0 0 10px 0;
}
h2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: 400;
	line-height: 1em;
	margin: 0;
}
.bodytext {
	font-weight: 300;
	line-height: 1.6em;
	margin: 60px 0 0 0;
}
#content-form {
	margin: 60px 1% 50px 1%;
}
.form_contacto div.fv input,
.form_contacto div.fv textarea,
.form_contacto div.fv select,
.form_contacto div.fv input.captcha,
.form_contacto div.fh input,
.form_contacto div.fh select,
.form_contacto div.fh textarea {
	width: 95%;
}
.form_contacto #oferta {
	width: 120px;
}
.twitter {
	background: #fff url(../images/twitter-logo.png) no-repeat 17px 15px;
	margin: 50px 0 30px;
	padding: 15px 15px 15px 100px;
	text-shadow: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.8) inset;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.8) inset;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.8) inset;
}
.twitter a,
.twitter a:link,
.twitter a:visited,
.twitter a:hover,
.twitter a:active {
	color: inherit;
	text-decoration: underline;
}
.twitt_text {
	display: block;
	font-size: 15px;
	margin: 0 0 8px 0;
}
.twitt_url {

	font-size: 12px;
	filter: alpha(opacity=60);
	opacity: .6;
}
.twitt_time {
	float: right;
	font-size: 12px;
	filter: alpha(opacity=60);
	opacity: .6;
}