html { height:100%; }
body {
	margin:0;
	padding:0;
	background:#000;
	height:100%;
	color:#fff;
}
a { outline:none; }
img { border:none; }
.left { float:left; }
.right { float:right; }
.clear { clear:both; }

#header {
	width:100%;
	height:492px;
	margin:0 auto;
	padding:0;
}


#header_content {
	width:995px;
	margin:0 auto;
	padding:0;
}

#menu {
	margin:0 0 0 0;
	padding:53px 0 0 0;
	height:60px;
	overflow:hidden;
}

#menu div.menu_home {
	padding-top:15px;
	float:left;
	padding-left:30px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:right;
}

#menu li {
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:18px;
	color:#fff;
	float:left;
	height:40px;
	margin:0;
	padding:20px 30px 0 30px;
	text-align:center;
}

#menu li a {
	color:#fff;
	text-decoration:none;
}

#menu li a:hover {
	color:#d64100;
}

#menu li.selected {
	background:url(../images/menu/menu_on.gif);
}

#menu li.selected a:hover {
	color:#fff;
}

#contenedor {
	margin:0 auto;
	padding:0;
	width:995px;
	_height:749px;
	min-height:749px;
	background:url(../images/contenido.jpg) no-repeat top center;
}

#contenido {
	margin:0 auto;
	padding:0 0 100px 0;
	width:995px;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:16px;
}

#contenido h1 {
	margin:0 0 15px 0;
	padding:12px 37px 0 37px;
	width:921px;
	height:35px;
	background:url(../images/h1.gif);
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	overflow:hidden;
}

#contenido h1 a {
	color:#fff;
	text-decoration:none;
}

#contenido h1 a:hover {
	text-decoration:underline;
}

#contenido h2 {
	margin:0 0 15px 0;
	padding:12px 37px 0 37px;
	width:921px;
	height:35px;
	background:url(../images/h1.gif);
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	overflow:hidden;
}

#contenido h2 a {
	color:#fff;
	text-decoration:none;
}

#contenido h2 a:hover {
	text-decoration:underline;
}

#contenido h3 {
	margin:0 0 15px 0;
	padding:0 0 10px 0;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#d64100;
	border-bottom:1px solid #787878;
	overflow:hidden;
}

#contenido h3 a {
	color:#fff;
	text-decoration:none;
}

#contenido h3 a:hover {
	text-decoration:underline;
}

.fecha {
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:18px;	
	color:#787878;
	float:right;
}

.fecha a {
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:18px;	
	color:#787878;
	text-decoration:none;
}

.fecha a:hover {
	text-decoration:underline;
}

#contenido .textos {
	margin:0 auto;
	padding:0;
	width:922px;
}

#contenido p {
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:18px;
	color:#fff;
	margin:0;
	padding:0 0 20px 0;
}

#contenido p a {
	color:#d64100;
	text-decoration:underline;
}

#contenido p a:hover {
	text-decoration:none;
}

#contenido p strong {
	color:#d64100;
	font-weight:normal;
}

#contenido p span {
	color:#8d8d8d;
}

#contenido ul.noticias {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

#contenido li.noticias {
	margin:0;
	padding:0 0 0 8px;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	height:25px;
	background-image:url(../images/li.gif);
	background-repeat:no-repeat;
	background-position:0 9px;
}

#contenido li.noticias a {
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	text-decoration:none;
}

#contenido li.noticias a:hover {
	color:#d64100;
}

#contenido ul.lista {
	margin:0;
	padding:0;
	list-style:none;
}

#contenido li.lista {
	margin:0 15px 15px 0;
	padding:0;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	width:151px;
}

#contenido ul.discografia {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}

#contenido li.discografia {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#contenido li.discografia img {
	border:1px solid #787878;
}

#footer {
	width:922px;
	height:150px;
	margin:0 auto;
	padding:0;
	background:url(../images/footer.jpg) no-repeat top;
	overflow:hidden;
}

#footer div.copy {
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:14px;
	color:#a6a6a6;
	float:left;
	padding-top:8px;
}

#footer div.copy strong {
	color:#fff;
	font-weight:normal;
}

#footer div.powered {
	float:right;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:14px;
	color:#454545;
	padding-top:15px;
}

#footer div.powered a {
	color:#454545;
	text-decoration:none;
}

#footer div.powered a:hover {
	text-decoration:underline;
}

#overlay {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	margin:auto;
	z-index:1000;
	top:0;
	left:0;
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#cartell {
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	margin:auto;
	z-index:20000;
}

#cartell a {
	display:block;
	width:100%;
	height:100%;
}

li.list {
	width:400px;
}

div.separador {
	margin:25px 0;
	padding:0;
	clear:both;
	width:922px;
	height:17px;
	background:url(../images/separador.jpg);
}

div.separador2 {
	margin:25px 0;
	padding:0;
	clear:both;
	width:922px;
	height:17px;
	background:url(../images/separador2.jpg);
}

.paginacion {
	width:922px;
	height:34px;
	background:url(../images/paginacion.gif) no-repeat;
	margin:30px auto 0 auto;
	padding:13px 0 50px 0;
	text-align:center;
}

.paginacion a {
	color:#fff;
	text-decoration:none;
}

.paginacion a:hover {
	color:#d64100;
}

span.activo {
	color:#d64100;
}

a.volver {
	color:#fff;
	text-decoration:none;
}

a.volver:hover {
	text-decoration:underline;
}

li.galeria {
	margin:0 30px 30px 0;
	padding:5px;
	float:left;
	border:1px solid #2d2d2d;
	background-color:#000;
	width:104px;
	height:78px;
	text-align:center;
}

TD.titular {
	padding-bottom:5px;
	background:url(../images/td_separa.gif) no-repeat bottom center;
}

TD strong {
	color:#d64100;
	font-weight:normal;
	font-size:20px;
}

ul.tops {
	width:200px;
	height:147px;
	margin:10px 0 30px 0;
	padding:14px 20px 0 20px;
	list-style:none;
	background:url(../images/cuadro.gif) no-repeat;
}

li.tops {
	margin:0;
	padding:0 0 0 7px;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	background-image:url(../images/li.gif);
	background-repeat:no-repeat;
	background-position:0 9px;
	text-align:left;
	height:45px;
}

li.tops p {
	line-height:20px;
}

a.tops {
	color:#fff !important;
	text-decoration:none !important;
}

a.tops:hover {
	color:#d64100 !important;
}

ul.sesiones {
	margin:0 0 0 50px;
	padding:0;
	list-style:none;
}

li.sesiones {
	margin:0 30px 0 0;
	padding:0 0 15px 7px;
	list-style:none;
	float:left;
	width:200px;
	background-image:url(../images/li.gif);
	background-repeat:no-repeat;
	background-position:0 9px;
}

li.sesiones a {
	color:#fff !important;
	text-decoration:none !important;	
}

li.sesiones a:hover {
	color:#d64100 !important;
}

#capeta {
	width:379px;
	height:237px;
	background:url(../images/bocadillo.gif);
	position:absolute;
	margin-left:600px;
	margin-top:-250px;
	padding:10px;
	display:none;
}

#capeta_comprar {
	width:359px;
	height:86px;
	background:url(../images/bocadillo2.gif);
	position:absolute;
	margin-left:600px;
	margin-top:50px;
	padding:50px 20px 10px 20px;
	display:none;
}

#capeta_comprar a {
	color:#d64100;
	text-decoration:none;
}

#capeta_comprar a:hover {
	text-decoration:underline;
}

#merchandising {
	clear:right;
	float:right;
	padding-top:15px;
	padding-right:10px;
}

#player {
	clear:right;
	float:right;
	padding-top:96px;
}

.destacado {
	color:#d64100 !important;
}

form {
	margin:0;
	padding:0;
}

div.formulario {
	margin:0 auto;
	width:480px;
	padding-top:20px;
}

.formulario label{
 display:block;
 text-align:left;
 float:left;
 width:90px;
 line-height:32px;
}
 
.formulario input.inputs {
	border:none;
	background:none;
	width:355px;
	height:32px;
	background:url(../images/inputs.gif);
 	float:left;
	margin:0 0 8px 0;
	color:#d64100;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:16px;
	padding:0 10px;
}

.formulario textarea.inputs {
	border:none;
	background:none;
	width:355px;
	height:137px;
	background:url(../images/textarea.gif);
 	float:left;
	margin:0 0 8px 0;
	color:#d64100;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:16px;
	padding:10px;
	overflow:auto;
	resize:none;
}

div.boton {
	clear:both;
	width:375px;
	margin-left:90px;
	text-align:center;
	padding-top:10px;
}

.formulario input.button {
	text-align:center;
	margin:0;
	padding:0;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	width:94px;
	height:32px;
	border:none;
	background:none;
	background:url(../images/button.gif);
	cursor:pointer;
}

.formulario input.inputs_captcha {
	border:none;
	background:none;
	width:192px;
	height:32px;
	background:url(../images/input_captcha.gif);
	margin:0 0 8px 0;
	color:#d64100;
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:16px;
	padding:0 10px;
}

div.captcha {
	padding:5px 0 0 90px;
	overflow:hidden;
	width:375px;
}

div.captcha img {
	border:1px solid #323232;
}

div.aceptar {
	padding-left:160px;
	padding-top:13px;
	padding-bottom:10px;
}

div.politica {
	font-family:'Yanone Kaffeesatz', Impact, Arial, Geneva, sans-serif;
	font-size:14px;
	width:370px;
	margin:20px 0 10px 90px;
	padding-top:20px;
	padding-bottom:10px;
	color:#525252;
	background:url(../images/separa_politica.gif) no-repeat top center;
}

div.politica strong {
	font-weight:normal;
	color:#c3c3c3;
}

div.management {
	margin-left:70px;
}

div.social {
	margin-top:1px;
	margin-right:10px;
	width:114px;
	height:38px;
	float:right;
	background:url(../images/social.gif) no-repeat;
}

ul.social {
	margin:0;
	padding:7px 0 0 0;
	list-style:none;
}

li.social {
	float:right;
	margin:0;
	padding:0 6px 0 0;
}

li.nomargin {
	 padding-left:0;
 }
