/**
 * Tema 3 columnas con foto grande
 */

@import url(http://fonts.googleapis.com/css?family=Oswald|Open+Sans:400);

body {
	background: #fff;
	color: #333;
	font-size: 15px;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#header {
	display: block;
	float: none;
	margin-bottom: 0px;
	padding: 15px 0;
}
#hero {
	margin: 0 1% 50px 1%;
	height: 350px;
	overflow: hidden;
	position: relative;
}
#hero img {
	position: absolute;
	top: -30px;
	width: 940px;
}
#content {
	padding: 0 0 40px 0;
}
#content a,
#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color: inherit;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px solid #333;
}
h1 {
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 43px;
	font-weight: 400;
	line-height: 1.2em;
	margin: 0;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #333;
}
h2, h3 {
	border-bottom: 1px solid #333;
	color: #333;
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1em;
	margin: 0 0 30px 0;
	padding: 0 0 5px 0;
}
.logo {
	float: right;
	text-align: right;
	width: 400px;
}
.logo img {
	max-height: 80px;
}
.bodytext {
	margin: 0 0 25px 0;
}
#twitter .post {
	border-bottom: 1px solid #444444;
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
}
#twitter .post:last-of-type {
	border-bottom-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#twitter .twitt_url,
#twitter .twitt_time {
	font-size: 13px;
	filter: alpha(opacity=70);
	opacity: .7;
}
.form_contacto h4 {
	display: none;
}