/*---------------------------------------------------------
Layout
-----------------------------------------------------------*/

html {
overflow: hidden;
}

body {
			/*background:#000000 url(../img/chichos.jpg) top center no-repeat fixed;*/
			background:#000000 url(../loader.gif) center 480px no-repeat;	
			margin:0; 
			padding:0; 
            }



#container { 
			   background:transparent url(../img/chichos.jpg) top center no-repeat fixed;
			   /*background:transparent url(../loader.gif) center 480px no-repeat;*/
			   position:relative;
			   left:0px; 
               width:100%;
               height:900px; 
               align:center;
			   top:0px;
              }
 
#content {
				/*background:transparent url(../img/maletas.png) top center no-repeat fixed;*/
				position:relative;
                top:0px; 
                left:50%; 
                width:900px;
                margin-left:-450px;
				height:600px;
        }

#universal {
		position:fixed;
		bottom:25px;
		right:25px;
}

#embedplayer {
		/*background:transparent url(../img/bgplayer.png) no-repeat;*/
		position:relative;
		width:280px;
		height:96px;
		padding-top:42px;
		padding-left:42px;
		top:-100px;
		left:290px;
}


	
	
.media {
		margin-top:0px;
		margin-left:75px;
		width:750px;
		height:385px;
		z-index:2;
		overflow-y:auto;
		overflow-x:hidden;	
}

.hidden {
		display:none;
}

#closeButton {
		float:right;
		margin-top:70px;
		margin-right:75px;
		z-index:100;
}


/*---------------------------------------------------------
Form override
-----------------------------------------------------------*/

body#formulario{
	background-color:#000000 !important;
}


/*---------------------------------------------------------
Type
-----------------------------------------------------------*/

html {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#f6dc93;
}

h1 {
	text-indent: -5555px;	
	margin-top:70px;
	margin-left:75px;
	height: 80px;
}

h1.biografia {background: url(../img/biografia.gif) no-repeat -5px 0px; }
h1.videos {	background: url(../img/videos.gif) no-repeat -5px 0px;}
h1.trailer {	background: url(../img/trailer.gif) no-repeat -5px 0px;}
h1.descargas {	background: url(../img/descargas.gif) no-repeat -5px 0px;}
h1.fotos {	background: url(../img/fotos.gif) no-repeat -5px 0px;}
h1.noticias {	background: url(../img/noticias.gif) no-repeat -5px 0px;}
h1.club {	background: url(../img/club.gif) no-repeat -5px 0px;}
h1.audios {	background: url(../img/audios.gif) no-repeat -5px 0px;}
h1.camisetas {	background: url(../img/camisetas.gif) no-repeat -5px 0px;}

h2 {
	font-size:16px;
	font-weight:bold;
	color:#f6dc93;
	line-height:18px;
	padding:0;
	margin:0;
}

p{
	font-size:11px;
	line-height:17px;
	padding:0;
	margin:0;
	float:left;
}

.color{
	color:#f6dc93;
}

span.heading{
	color:#f6dc93;
	font-size:20px;
	font-weight:bold;
	border-bottom:3px solid #f6dc93;
	border-top:3px solid #f6dc93;
	padding-bottom:8px;
	padding-top:8px;
	margin-right:20px;
	margin-bottom:12px;
	margin-top:8px;
	float:left;
	display:block;
	text-transform:uppercase;
}



p.small{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	padding:0;
	margin:0;
	float:left;
	color:#000000;
}


p.biografia{
	width:400px;
	text-align:justify;
	font-size:12px;
	line-height:22px;
}



p.descargas, h2.descargas, p.small{
	display:block;
	margin-left:10px;
	width:350px;
	float:left;
}

p.descargas{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #f6dc93;
	padding:5px !important;
	margin-top:10px;
	 
}

img.descargas {
	float:right;
}


ol {
	font-size:11px;
	color:#dcc583;
	background-color:#680100;
	line-height:16px;
	padding:10px;
}

ol.biografia {
	width:300px;
	display: block;
	top:0px;
	float:right;
}


ol.biografia img {
	margin-bottom:5px;
}

span.disco {
		display:block;
		border-bottom:1px dashed #be452e;
		padding-bottom:10px;
		margin-bottom:15px;
}

ol.descargas{
	font-size:12px;
	line-height:20px;
	width:350px;
	display: block;
	left:0px;
		float:left;
}

ol li {
	margin-left:30px;
}

span.codigo {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:3px;
	color:#691500;
	background-color:#dcc583;
	left:410px;
	margin-top:-5px;

}







