@charset "utf-8";
/** 
 * CSS reset - http://meyerweb.com/eric/tools/css/reset/
 * v1.0 | 20080212 
 **/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after{ content: ''; content: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; 	border-spacing: 0; }
/*******************************************************************************/


body {
	background: #000 url(../img/if/bg.jpg) no-repeat center top ;
	width: 100%;
	height: 100%;
	font: 12px normal Arial, Helvetica, Sans;
}
a {
	cursor: pointer;
}

h2 {
	font-size: 25px; 
	color: #ff215b;
	font-weight: bolder;
	text-transform: uppercase;
	letter-spacing: -1px;
}

/* Mailing *****************/
#mailing {
	color: #888;
	margin: -2px 0 -5px 0;
	padding: 0 5px;
	font-size: 11px;
	line-height: 20px;
	vertical-align: middle;
	width: 600px;
	float: left;
	text-align: left;
}
#mailing a{
	color: #666;
	text-decoration: underline;
}
#mailing a:hover{
	color: #555;
}
#mailing label{
	padding: 0 0 0 10px;
}
#mailing label.strong{
	font-weight: bold;
}
#mailing input[type=text]{
	height: 13px; 
	color: #888;
	font-size: 11px;
}
#mailing .btn {
	width: 43px;
	height: 17px;
	font-size: 10px;
	line-height: 19px; 
	padding: 0 3px
	text-align: center;
	color: #fff;
	background: url(../img/if/btn_micro.png) no-repeat; 
	font-weight: normal;
	margin: 2px 0 0 0;
	cursor: pointer;
}
#mailing #mailingMsg{
	z-index: 100;
	position: absolute; 
	left: 0;
	top: 0;
	-moz-opacity: 0.5;
	background: #FFF;
	height: 25px; 
	line-height: 24px;
	padding: 2px 10px;
	width: 600px;
	text-align: left;
	font-size: 12px;
}


/* Player *****************/
#playerBase {
	width: 100%;
	background: #000;
	text-align: center; 
	padding-right: 22px;
}
#player {
	padding-right: 16px;
	width: 900px; 
	height: 25px;
	margin: 0 auto;
}


/* Fondo adicional *****************/
#bg {
	display: none; /******desactivado*/
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 50;
}

/* Centrador *****************/
#page {
	position: relative;
	width: 900px; 
	margin: 0 auto;
	z-index: 100;
}

/* HEADER *****************/
#hd {
	position: relative;
	width: 900px; 
}
#hd .r {
	margin-right: 0px;
}
#hd .l {
	margin-left: 0px;
}
#hd #super {
	clear: both;
	width: 890px;
	float: left;
	text-align: right;
	padding: 5px;
	background: #FFF;
}
#hd #subsuper {
	clear: both;
	background: #000;
	height: 25px;
	line-height: 25px;
}
#hd #hueco {
	clear: both;
	width: 900px;
	position: relative;
	height: 230px; /* 190px +40 del menu (son 45 pero los 5 de hover se montan) */
}
#hd #logo{
	z-index: 40;
	text-align: center;
	background: transparent;
}

#hd #promo{
	position: absolute;
	height: 230px;
	top: 0;
	right: 0;
	z-index: 50;
}

#hd #menu{
	overflow: hidden;
/*	border: 1px solid red;*/
	padding: 0 7.5px 0 7.5px;
	line-height: 50px;
	width: 885px;
	height: 45px;
	background: transparent url(../img/if/bg_menu.jpg) no-repeat center bottom;
	position: absolute;
	bottom:0;
	z-index: 55;

}
ul#menu li {
	float: left;
	font-weight: bold;
	background: transparent url(../img/if/bg_menu_li.png) no-repeat left 50%;
}
ul#menu li.first {
	background: none;
}
ul#menu li a, ul#menu li .a{
	text-transform: uppercase;
	color: #999;
	display: block;
	text-decoration: none;
	padding: 0 7.2px;
}
ul#menu li .a{
	color: #CCC;
	cursor: default;
}

ul#menu li a:hover{
	background: #FC0C4B url(../img/if/bg_menu_li_h.png) repeat-x left top;
	color: #fff;
	line-height: 45px;
}


/* CUERPO *****************/
#bd {
	position: relative;
	float: left;
	background: #fff;
	width: 860px;
	padding: 20px;
	font-size: 11px;
}

/* PIE *****************/
#ft {
	padding: 5px 0 0 0;
	clear: both;
	background: #1a1a1a url(../img/if/bg_ft.png) no-repeat;
	height: 85px; 
	color: #535353;
}
#ft a {
	color: #acacac;
	text-decoration: none;
}
#ft a:hover {
	color: #DDD;
}

#ft p{
	float: left;
	line-height: 18px;
	padding: 12px 0 5px 10px; 
}
#ft .l, #ft .r{
	margin: 0;
}
#ft div.l{
	width: 490px; 
	padding :0;
}
#ft div.r{
	width: 315px; 
	padding :0;
}
#ft div.r p{
	line-height: 12px;
	padding: 16px 0 5px 5px;
}




/* PAGINACION *****************/
#paginacion {
	position: relative;
	clear: both; 
	width: 100%;
	float: left;
}
#paginacion .pag {
	background: #a1a1a1;
	text-align: center;
	text-align: center;
	float: left;
	margin: 0 5px 0 0;

	width: 55px;
	height: 25px;
	line-height: 25px;
	background: url(../img/if/btn_gris_55.png) no-repeat;
}
#paginacion .pag a {
	display: block;
	text-decoration: none;
	color: #fff;
}
#paginacion .pag a:hover{	background:  url(../img/if/btn_rojo_55.png) no-repeat;}


#paginacion .num {
}
#paginacion .next {
}
#paginacion .prev {
}
#paginacion .first {
}
#paginacion .last {
	right: 0;
}
#paginacion .cur {
}


/************************************************************************/
.hr {
	height: 10px;
	margin: 5px 0 0 -20px;
	width: 550px;
	background: transparent url(../img/if/bg_hr.png) no-repeat -50px top;
	
}
.btn{
	width: 100px;
	height: 31px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	text-align: center;
	margin-right: 5px;
	background:  url(../img/if/btn_gris_100.png) no-repeat;
}
.btn a{
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
}
.btn a:hover{	background:  url(../img/if/btn_rojo_100.png) no-repeat;}

.btn.peq {		
	width: 55px;
	height: 25px;
	line-height: 25px;
	background: url(../img/if/btn_gris_55.png) no-repeat;
}
.btn.peq a:hover{	background:  url(../img/if/btn_rojo_55.png) no-repeat;}


/* LINE: linea que cubre el 100%, dentro ponemos .blk  */
.linea{
	margin-top: 0px;
	width: 100%;
	background: #fff url(../img/if/bg_linea.png) repeat-x left top;
	clear: both;
	float: left;
/*	border: 1px solid orange; */
	border-right: 0;
	border-left: 0;
	padding-bottom: 20px;
}
/* right, left block */
.blk{
	position: relative;
	width: 420px;
/*	padding-bottom: 20px;*/
}



.r {
/* 	border: 1px solid red;*/
	float: right;
	margin-right: 20px;
}
.l{
/*	border: 1px solid blue; */
	margin-left: 20px;
	float: left; 
}

/*******************************************************************************/
