/**
 * Tema 3 columnas Radio digital
 */

/* Webfont Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'DitedRegular';
    src: url('../fonts/Dited-webfont.eot');
    src: url('../fonts/Dited-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Dited-webfont.woff') format('woff'),
         url('../fonts/Dited-webfont.ttf') format('truetype'),
         url('../fonts/Dited-webfont.svg#DitedRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #292929;
	color: #ddd;
}
#main {
	min-width: 960px;
	width: 100%;
}
#content {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#header {
	border-bottom: 1px solid #5C5C5C;
	background: #111;
	margin: 0 0 35px 0;
	width: 100%;
}
.logo {
	padding-right: 2%;
}
#content a,
#content a:link,
#content a:visited,
#content a:hover,
#content a:active {
	color: #888;
	text-decoration: none;
}
#content a:hover {
	border-bottom: 1px solid #45aaff;
}
h1 {
	padding-left: 2%;
}
h1,
h1 a,
h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #45aaff;
}
h2, h3 {
	border-bottom: 1px solid #888;
	color: #45aaff;
}
#countdown {
	color: #45aaff;
	margin: 0 auto 40px auto;
	width: 940px;
}
#countdown,
.column {
	background: #111 url(../images/marcadorbg.png);
	box-shadow: 0 0 30px rgba(0,0,0,.8) inset, 0 1px 0 rgba(255,255,255,.1);
	-moz-box-shadow: 0 0 30px rgba(0,0,0,.8) inset, 0 1px 0 rgba(255,255,255,.1);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,.8) inset, 0 1px 0 rgba(255,255,255,.1);
	-o-box-shadow: 0 0 30px rgba(0,0,0,.8) inset, 0 1px 0 rgba(255,255,255,.1);
	-ms-box-shadow: 0 0 30px rgba(0,0,0,.8) inset, 0 1px 0 rgba(255,255,255,.1);
}
#countdown p {
	color: #45aaff;
}
.countdown_section {
	font-size: 25px;
	line-height: 1em;
}
.countdown_amount {
	font-family: "DitedRegular", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 70px;
	line-height: .9em;
}
.column {
	padding: 15px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.form_contacto div.fv input,
.form_contacto div.fv select,
.form_contacto div.fv textarea,
.form_contacto div.fh input {
	background: #222;
	border-color: #404040;
	color: #ddd;
	box-shadow: 0 1px 6px rgba(0,0,0,.4) inset;
	-moz-box-shadow: 0 1px 6px rgba(0,0,0,.4) inset;
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,.4) inset;
}
#footer #footer12 {
	border-top-width: 1px;
}
