/*
Theme Name: SuperTC
Theme URI: http://www.supertc.cl/
Description: Plantilla original de www.supertc.cl
Version: 1.0
Author: GEEKBOX
Author URI: http://www.geekbox.cl
*/

@import url('reset.css');

/* ESTRUCTURA ***************************/
body{
	background: #000 url(../img/bg_sombra.gif) center repeat-y;
	color: #fff;
}
#contenido{
	width: 937px;
	margin: auto;
	background: url(../img/bg_cabecera.jpg) 0 37px no-repeat;
}
/****************************************/

/* LINKS ********************************/
a, a:visited{
	color: #c00;
	text-decoration: none;
}
a:hover{
	color: #f00;
}

a.ver_mas, a.ver_mas:visited{
	background: url(../img/bg_ver_mas.gif) right no-repeat;
	padding-right: 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ccc;
	clear: left;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
a.ver_mas:hover{
	color: #fff;
}
a.ver_mas.anterior{
	background: url(../img/bullet_anterior.gif) left no-repeat;
	padding-left: 10px;
	padding-right: 0;
	float: left;
	clear: none;
	margin-bottom: 5px;
}
a.ver_mas.siguiente{
	background: url(../img/bullet_siguiente.gif) right no-repeat;
	padding-right: 10px;
	float: right;
	clear: none;
	margin-bottom: 5px;
}
.modulo a.ver_mas{
	background: url(../img/bg_ver_todos.gif) right no-repeat;
}

a.ver_todos, a.ver_todos:visited{
	background: url(../img/bg_linea_punteada.gif) top repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	color: #ccc;
	display: block;
	padding-top: 5px;
	text-align: right;
}
a.ver_todos:hover{
	color: #fff;
}
a.ver_todos span{
	background: url(../img/bg_ver_todos.gif) right no-repeat;
	padding-right: 10px;
}

.rss{
	background: url(../img/ico_rss.gif) left no-repeat;
	padding-left: 25px;
	line-height: 19px;
	float: right;
	min-height: 19px;
	height: auto !important;
	height: 19px;

}
/****************************************/

/* TITULOS ******************************/
h1{
	font-size: 2em;
	font-weight: bold;
	color: #c00;
}
h2, #pagina #calendario h2{
	font-size: 1.8em;
	background: #333 url(../img/bg_h2.gif) left no-repeat;
	padding-left: 20px;
	line-height: 29px;
}
h3{
	font-size: 1.6em;
	font-weight: bold;
}
h4{
	font-size: 1.4em;
	font-weight: bold;
}
h5{
	font-size: 1.2em;
	font-weight: bold;
}
h6{
	font-size: 1.1em;
	font-weight: bold;
}
/****************************************/

/* LISTAS *******************************/
li{
	background: url(../img/bullet.gif) 0 5px no-repeat;
	padding-left: 10px;
	font-size: 1.2em;
}
/****************************************/

/* FORMULARIOS **************************/
form.buscador{
	background: url(../img/bg_buscador.gif) left top no-repeat;
	height:30px;
	width:139px;
}
.input_buscador{
	background: none;
	border: 0;
	color: #666;
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	height: 18px;
	margin-left: 10px;
	margin-top: 3px;
	width: 108px;
}
.btn_buscador{
	float: left;
	width: 21px;
	height: 21px;
	background: url(../img/btn_buscador.gif) left top no-repeat;
	border: 0;
	cursor: pointer;
}

form.subscripcion{
	float: right;
	margin-top: 10px;
	width: 197px;
	height: 21px;
	background: url(../img/bg_subscripcion_email.png) left top no-repeat;
}
.input_subscripcion_email{
	width: 166px;
	height: 18px;
	margin-top: 3px;
	margin-left: 10px;
	border: 0;
	background: none;
	float: left;
	color: #666;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif; 
}
.btn_subscripcion_email{
	float: left;
	width: 21px;
	height: 21px;
	border: 0;
	background: url(../img/btn_subscripcion_email.png) left top no-repeat;
}

.bloque{
	margin-bottom: 10px;
}
label{
	float: left;
	width: 80px;
	font-size: 1.2em;
	line-height: 18px;
}
.bloque input, .bloque textarea{
	background: #000;
	border: 1px solid #999;
	color: #ccc;
	padding: 0 5px;
	width: 370px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.bloque textarea{
	height: 140px;
}
.bloque input.activo, .bloque textarea.activo{
	border: 1px solid #c00;
}
.bloque .nota{
	color: #666;
}
.bloque .submit{
	width: auto;
	padding: 2px;
	padding-right: 15px;
	background: #333 url(../img/bullet_next.gif) right no-repeat;
	cursor: pointer;
}

#identificacion{
	font-size: 1.2em;
	margin-bottom: 10px;
}
.ocurlta{
	display: none;
}
/****************************************/

/* TABLAS *******************************/
table{
	border: 1px solid #666;
	border-right: 0;
}
th{
	background: #333;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	border-right: 1px solid #666;
	padding: 8px 0;
}
td{
	font-size: 1.1em;
	text-align: center;
	border-right: 1px solid #666;
	line-height: 16px;
}
td.hover{
	background: #111;
}
.enhancedtablerowhover{
	background:#111;
}
td.total{
	background: #111;
}
/****************************************/

/* PROPIEDADES **************************/
.ultimo{
	border: 0 !important;
	background: none !important;
	margin-right: 0 !important;
}
.flotar_derecha{
	float: right;
	display: inline;
}
.flotar_izquierda{
	float: left;
	display: inline;
}
/****************************************/

/* CABECERA *****************************/
#cabecera{
	min-height: 117px;
	height: auto !important;
	height: 117px;
}
#menu{
	line-height: 35px;
	margin-bottom: 12px;
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 1px;
}
#menu li{
	float: left;
	background: url(../img/bg_menu.gif) right no-repeat;
	padding: 0;
}
#menu li a, #menu li a:visited{
	color: #fff;
	text-decoration: none;
	display: block;
}
#menu li a span{
	margin: 0 17px;
}
/* FIX PARA EL MENU EN SAFARI */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#menu li a span{
		margin: 0 16px;
	}
}
#menu li a.seleccionado span{
	border-bottom: 2px solid #c00;
}
/****************************************/

/* COLUMNA IZQUIERDA ********************/
#columna_izquierda{
	width: 565px;
	float: left;
	margin-right: 10px;
}

.navegacion{
	background: #333;
	border: 3px solid #666;
	padding: 0 10px;
	margin-bottom: 20px;
	clear: left;
}

#guia{
	background: url(../img/bg_guia.png) top left no-repeat;
	line-height: 30px;
	padding: 0 20px;
	font-size: 1.1em;
	width: 525px;
	color: #999;
}
#guia a, #guia a:visited{
	font-weight: bold;
	color: #999;
	text-decoration: underline;
}
#guia a:hover{
	color: #ccc;
}

#noticia_principal{
	padding: 5px 20px;
	padding-bottom: 0;
	background: #000 url(../img/bg_noticia_principal.gif) bottom repeat-x;
}
#noticia_principal strong.bajada{
	font-size: 1.4em;
	display: block;
	margin-bottom: 5px;
}
#noticia_principal strong.bajada p{
	font-size: 1em;
	color: #fff;
}
#noticia_principal img{
	border: 3px solid #ccc;
	margin-bottom: 5px;
}
#noticia_principal p{
	font-size: 1.2em;
	color: #ccc;
	margin-bottom: 10px;
}

#leyenda{
	margin-top: 25px;
}
#leyenda h6{
	background: url(../img/bg_linea_punteada.gif) bottom repeat-x;
	margin-bottom: 5px;
	line-height: 20px;
}
#pagina #leyenda p{
	font-size: 1.1em;
	margin-right: 20px;
}

.noticia{
	padding: 25px 20px;
	background: #000 url(../img/bg_linea_punteada.gif) bottom repeat-x;
}
#resultados_de_busqueda .noticia, #calendario .noticia{
	padding: 25px 0;
}
.noticia img{
	border: 3px solid #ccc;
	float: left;
	margin-right: 15px;
}
.noticia .contenido{
	float: left;
	width: 380px;
}
.noticia.sin_foto .contenido{
	float: none;
	width: auto;
}
.noticia strong.bajada{
	font-size: 1.2em;
	display: block;
	margin-bottom: 10px !important;
}
.noticia p{
	font-size: 1.1em;
	color: #ccc;
}
#noticias_flash dt strong{
	font-size: 1.2em;
	color: #999;
}
#noticias_flash dt span{
	color: #c00;
	font-size: 1em;
}
#noticias_flash dd{
	margin-bottom: 10px;
	font-size: 1.1em;
}
.ultimo_minuto {
	padding-bottom: 20px;
}
span.noticia_ultimo {
	padding-bottom: 5px;
	color: #cc0000;
}
.ultimo_minuto p {
	margin: 10px 0 10px 0;
	font-size: 1.1em;
}
.ultimo_minuto .titulo {
	border-bottom: 1px dotted #ccc;
}
#ultima_fecha{
	padding: 25px 20px;
}
#ultima_fecha img{
	border: 3px solid #ccc;
	float: left;
	margin-right: 15px;
}
#ultima_fecha .contenido{
	float: left;
	width: 290px;
	margin-top: 10px;
}
#ultima_fecha strong.bajada{
	font-size: 1.2em;
	display: block;
	margin-bottom: 5px;
}

#ultima_fecha p{
	font-size: 1.1em;
	color: #ccc;
}

#galerias{
	padding: 25px 20px;
}
.galeria{
	width: 161px;
	float: left;
	margin-right: 20px;
}
.galeria img{
	border: 3px solid #ccc;
	margin-bottom: 5px;
}
.galeria h4{
	background: url(../img/bg_linea_punteada.gif) bottom repeat-x;
	margin-bottom: 5px;
}
.galeria p{
	font-size: 1.1em;
	color: #ccc;
}

#buscador, #pagina, #galeria, .single{
	padding: 10px 0;
	background: #000;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
#pagina, .single{
	padding: 10px 20px;
}
#pagina strong.bajada, .single strong.bajada{
	font-size: 1.4em;
	display: block;
	margin-bottom: 5px;
}
#pagina strong.bajada{
	margin-bottom: 30px;
}
#pagina p{
	font-size: 1.2em;
	margin-bottom: 10px;
}
#pagina h2, .single h2{
	background: none;
	padding: 0;
	margin-top: 20px;
	font-size: 1.6em;
	font-weight: bold;
}

.single a{
	text-decoration: underline;
}
.single img{
	border: 3px solid #ccc;
	margin-bottom: 10px;
}
.single p{
	font-size: 1.2em;
	margin-bottom: 10px;
}

#comentarios{
	background: url(../img/bg_linea_punteada.gif) top repeat-x;
	padding: 20px 0;
}
.cabecera_comentarios{
	padding: 0 20px;
}
#comentarios .bajada{
	font-size: 1.1em;
}
#lista_comentarios{
	margin: 20px 0;
}
.comentario{
	margin: 10px 0;
	padding: 8px 20px;
}
.comentario.impar{
	background: #333;
}
.comentario .avatar{
	border: 1px solid #ccc;
	float: left;
	margin-right: 8px;
}
.comentario .contenido{
	float: left;
	width: 445px;
}
.comentario p{
	font-size: 1.1em;
	color: #ccc;
}
.comentario .fecha{
	color: #666;
	margin: 0;
}
.comentario .autor{
	font-size: 1.3em;
	font-weight: bold;
}

#trackback{
	padding: 5px 20px;
	font-size: 1.2em;
	background: #333;
}
#trackback a, #trackback a:visited{
	color: #ccc;
}
#trackback a:hover{
	color: #fff;
}

#formulario_comentarios{
	margin: 20px 0;
	margin-top: 50px;
	padding: 0 20px;
}

#formulario_comentarios form{
	margin-top: 20px;
}

#piloto{
	background: #000;
	padding: 0 20px;
}
#piloto strong.bajada{
	margin-bottom: 40px;
}

.single #informacion{
	width: 355px;
	float: right;
	background: url(../img/bg_linea_punteada_vertical.gif) left repeat-y;
	padding-left: 20px;
	margin-top: 20px;
	min-height: 145px;
	height: auto !important;
	height: 145px;
}
.single #informacion h4{
	color: #c00;
}
.single #informacion p{
	color: #ccc;
}
.single #informacion strong{
	color: #fff;
}
.single #informacion #historia p{
	font-size: 1.1em;
}
.single #imagenes{
	float: left;
	margin-top: 20px;
}
.single #imagenes img{
	display: block;
	margin-bottom: 15px;
	clear: left;
}
/****************************************/

/* COLUMNA CENTRAL **********************/
#columna_central{
	width: 203px;
	float: left;
	margin-right: 10px;
	margin-top: 170px;
}
#columna_central .modulo{
	border: 3px solid #666;
	background: #333;
	padding: 8px;
	margin-bottom: 13px;
}
.modulo h3{
	background: url(../img/bg_linea_punteada.gif) bottom repeat-x;
	margin-bottom: 5px;
	text-align: left;
}
.modulo p{
	font-size: 1.1em;
}

#ranking .puesto{
	margin: 4px -8px;
	padding: 6px 8px;
	padding-left: 34px;
	cursor: pointer;
	background: none;
	width: 155px;
	position: relative;
}
#ranking .img_puesto{
	position: absolute;
	left: 7px;
	top: 7px;
	border: 0;
}
#ranking .puesto.hover{ background-color: #4c4c4c !important; }

#ranking img{
	border: 1px solid #ccc;
	float: left;
	margin-right: 5px;
}

#proxima_fecha .fecha{
	margin: 4px -8px;
	padding: 6px 8px;
	cursor: pointer;
	background: none;
	width: 181px;
}
#proxima_fecha .fecha.hover{ background-color: #4c4c4c !important; }
#proxima_fecha .fecha h5{
	color: #c00;
}
#proxima_fecha img{
	border: 3px solid #999;
}
#proxima_fecha .link_cronologia{
	display: block;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background: #333;
	border: 2px solid #c00;
	margin: 5px 0;
	padding: 3px 0;
}
#proxima_fecha .link_cronologia:hover{
	background: #666;
}

#piloto_destacado img{
	border: 2px solid #999;
	float: left;
	margin-right: 10px;
}
#piloto_destacado .contenido{
	width: 90px;
	float: left;
}
#piloto_destacado .ver_todos{
	margin-top: 5px;
}
#piloto_destacado .piloto{
	cursor: pointer;
	margin: 0 -8px;
	padding: 5px 8px;
}
#piloto_destacado .piloto.hover{ background-color: #4c4c4c !important; }

#pilotos .piloto{
	float: left;
	width: 124px;
	padding: 0 31px;
	text-align: center;
	background: url(../img/bg_linea_punteada_vertical.gif) right repeat-y;
}
#pilotos .piloto.primero{
	padding-left: 0;
}
#pilotos .piloto.ultimo{
	padding-right: 0;
	background: none;
}
#pilotos .piloto img{
	border: 3px solid #999;
}
#pilotos .bloque{
	margin-bottom: 20px;
}

#circuitos .circuito{
	float: left;
	width: 124px;
	padding: 0 31px;
	text-align: center;
	background: url(../img/bg_linea_punteada_vertical.gif) right repeat-y;
}
#circuitos .circuito.primero{
	padding-left: 0;
}
#circuitos .circuito.ultimo{
	padding-right: 0;
	background: none;
}
#circuitos .circuito img{
	border: 3px solid #999;
}
#circuitos .bloque{
	margin-bottom: 20px;
}


#video_de_la_semana{
	text-align: center;
}
#video_de_la_semana p{
	text-align: left;
}
#video_de_la_semana img{
	border: 3px solid #999;
}
#video_de_la_semana .ver_todos{
	margin-top: 5px;
}

#videos_relacionados{
	text-align: center;
}
#videos_relacionados p{
	text-align: left;
}
#videos_relacionados img{
	border: 3px solid #999;
	margin: auto;
	margin-bottom: 5px;
}
#videos_relacionados p, #video_de_la_semana p{
	margin-bottom: 5px;
	color: #666;
}

#videos .contenedor_video{
	float: left;
	width: 250px;
	margin-right: 25px;
	margin-bottom: 20px;
	text-align: center;
}
#videos .contenedor_video.ultimo{
	margin: 0;
}
#videos .contenedor_video img{
	border: 3px solid #999;
}

#imagenes_relacionadas img{
	border: 3px solid #999;
	margin-bottom: 5px;
}

#post_relacionado a, #post_relacionado a:visited{
	font-size: 1.2em;
	color: #ccc;
	text-decoration: underline;
	padding-left: 15px;
	display: block;
	background: url(../img/bullet_next.gif) 0 5px no-repeat;
	margin: 5px 0;
}

#galeria_relacionada img{
	border: 3px solid #999;
}
#galeria_relacionada .galeria{
	float: none;
	width: auto;
	margin: 0;
	margin-bottom: 5px;
}

#merchandising img{
	border: 2px solid #999;
}
#merchandising .bloque{
	margin-top: 10px;
}
#merchandising .ver_todos{
	margin-top: 5px;
}

#links dt{
	font-size: 1.2em;
}
#links dd{
	margin-bottom: 10px;
	font-size: 1.1em;
}
/****************************************/

/* COLUMNA DERECHA **********************/
#columna_derecha{
	width: 140px;
	float: left;
	margin-top: 170px;
}

#auspiciadores img{
	margin: 10px 0;
}

#ads{
	padding-left: 10px;
}
/****************************************/

/* PIE **********************************/
#pie{
	clear: both;
	margin-top: 20px;
	background: url(../img/bg_pie.gif) top repeat-x;
	font-size: 1.1em;
	color: #999;
}
#corporativo a, #corporativo a:visited{
	color: #ccc;
}
#corporativo a:hover{
	color: #fff;
}
#corporativo ul{
	float: left;
	width: 120px;
	margin-right: 40px;
	border-right: 1px solid #999;
}
#corporativo{
	padding: 25px;
	background: url(../img/bg_linea_punteada.gif) bottom repeat-x;
}
#creditos{
	padding: 25px;
}
#suscripcion{
	float: right;
	width: 197px;
}
/****************************************/
