/**
 * Tema 3 columnas
 */

body {
	background: #fff;
	color: #333;
	font-size: 15px;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#header {
	display: block;
	float: none;
	margin-bottom: 30px;
	padding: 15px 0;
}
#content {
	padding: 0 0 40px 0;
}
#content a,
#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color: #555;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px solid #333;
}
h1 {
	line-height: 1em;
	font-size: 43px;
	font-weight: normal;
	margin: 0;
	padding-top: 15px;
}
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-size: 24px;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 18px 0;
	padding: 0 0 5px 0;
}
.logo {
	float: right;
	text-align: right;
	width: 400px;
}
.logo img {
	max-height: 80px;
}
#countdown {
	background: #292929;
	clear: both;
	color: #fff;
	display: block;
	float: none;
	font-family: "Oswald", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#countdown p {
	color: #888;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0 0 10px 0;
	padding-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
.countdown {
	display: inline-block;
	padding: 0 20px;
}
.countdown_section {
	float: left;
	font-size: 20px;
	line-height: 1em;
	margin: 0 30px 0 0;
	text-align: right;
	text-transform: uppercase;
}
.countdown_section:last-of-type {
	margin-right: 0;
}
.countdown_amount {
	font-size: 50px;
	line-height: 1.1em;
}
#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;
}
.form_contacto h4 {
	display: none;
}