/**
 * 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%;
}
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; }
/*******************************************************************************/
.clear{
	clear:both;
}
.hide{
	display: none;
}
.hide a{
	color: red;
	text-decoration: none;
}
.hide ul{
	margin: 0px 0px 20px 25px;
}
.rojo{
	color: #ff0000;
}
/*  */
/*******************************************************************************/


/* CSS Document */
/*******************************************************************************/
html{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height:100%;
}
body{
	padding: 0px;
	margin: 0px;
	width: 100%;
	height:100%;
	background-color:#000000;
	/*background-image:url(/img/paris-fondo.jpg); background-position:top center; background-repeat:no-repeat;background-attachment: fixed; */
	cursor: default;
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.5em;
	color:#FFF;
}
a { cursor: pointer; }
/*******************************************************************************/

#top{
	width:1000px;
	height:510px;
	margin:0px auto 27px auto;
	position:relative;
	padding:0px;
	display:block;
}

#bg-left{
	position:absolute;
	left:-140px;
	background:url(../img/if/bg-left.jpg) no-repeat;
	width:140px;
	height:580px;
}
#player{
	width:1000px;
	height:510px;
	margin:0 auto 7px auto;
}
#contentHolder{
	/*background:#000 url(../img/if/bg-content.jpg) no-repeat top;*/
	width:1000px;
	height:auto;
	margin:0 auto;
	min-height: 100%; /* el valor minimo es la pantalla completa -luego le restamos la altura del fpie- */
	height: auto !important; /* con esto funciona para todos los navegadores */
	height: 100%; /* puro tramite */
	margin: 0 auto 0px; /* el margen es la altura del pie en negativo */
}
#contentHolder body{ background:#000;}
#comunicados{
	width: 931px;
	float:left;
	height: 20px;
	padding: 0;
	font-size: 12px;
	color: #fff;
	display: block;
	overflow: hidden;
	line-height: 20px;
	background:#fc0000;
}

#marquee{
	display: block;
	width: 931px;
	height: 20px;
	overflow: hidden;
}

#comunicados a {
	font-size: 10px;
	color: #fff;
	padding: 0px 10px 0px 30px;
	background: url(../img/if/bg_comunicados_a.png) no-repeat 4px 1px;
	text-decoration: none;
}

#comunicados a:hover{
	color: #000;
	text-decoration: underline;
}
/* leftHolder */
/*******************************************************************************/
#leftHolder{
	float:left;
	width:673px;
}

ul#menu{
	width:1000px;
	height:39px;
	margin:0px auto 7px auto;
	padding:0x;
}
ul#menu li{
	height:39px;
	float:left;
	margin:0px 1px 0px 0px;
	padding:0x;
	text-align: center;
}
ul#menu li a{
	background:url(../img/if/bg-menu.jpg) repeat-x;
	width:99px;
	height:29px;
	margin:0px;
	padding:12px 0px 0px 0px;
	display:block;
	text-decoration:none;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	font-weight:bold;
}
ul#menu li a:hover,ul#menu li a.active{
	color:#000;
}
#content{
	width:673px;
	height:auto;
}
#content h1{
	width:413px;
	height:32px;
	display:block;
	margin-left:15px;
	text-transform:uppercase;
	color:#fe0000;
	font-size:30px;
	text-transform:uppercase;
}
/* comunicadoM */
/*************************************/

#comunicadoM{
	border-bottom:1px solid #F00;
	padding-bottom:30px;
}
#comunicadoM h1{
	width:100%;
	height:32px;
	display:block;
	margin-left:15px;
	margin-top:50px;
	text-transform:uppercase;
	color:#fe0000;
	font-size: 18px;
}
#comunicadoM h2{
	width:100%;
	display:block;
	margin-left:15px;
	text-transform:uppercase;
	color:#ffffff;
	font-size: 12px;
}
#comunicadoM p{
	margin-left:80px;
	margin-right:30px;
	text-align:justify;
}
#comunicadoM p a{
	color:#F00;
}
#listadoM .noticiaLista{
	/*background:url(../img/if/bg-noticialista.jpg) repeat-x;*/
	width:673px;
	height:39px;
	border-bottom:1px solid #141414;
	position:relative;
	z-index:99999;
	padding:8px 0px 0px 0px;
}
#listadoM .noticiaLista a{
	width:627px;
	display:block;
	margin-bottom:1px;
	color:#4d4d4d;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	margin-bottom:-3px;
}
#listadoM .noticiaLista a:hover{
	color:#FFF;
}
/* galerias */
/*************************************/
#galerias-titulo{
	margin-left:15px;
	margin-top:50px;
	margin-bottom:30px;
	text-transform:uppercase;
	color:#fe0000;
	font-size:30px;
}
.galeriaListado a h1{
	background-color: #000000;
	color:#fe0000;
	text-transform: uppercase;
	cursor:pointer;
	font-size: 18px;
}
.galeriaListado{
	margin-left:15px;
	border-bottom:1px solid #F00;
}
.galeriaListado a{
	width:673px;
	float:left;
	display:block;
	padding-top:3px;
}
.galeriaListado p a{
	color:#ffffff;
	text-transform: uppercase;
	font-size:12px;
	cursor: pointer;
}
.galeriaListado p{
	height:15px;
	width:200px;
	float:left;
	margin-top:52px;
}
.galeriaListado a.flechagaleria{
	background: url(../img/if/galeria_flecha.png) no-repeat;
	width:38px; 
	height:44px; 
	margin-top:25px; 
	display:block; 
	float:left; 
	text-indent:-9999px;
}
.galeriaListado img{
	float:left;
	margin-right:7px;
	width: 75px;
	height: 75px;
}
#galeriaTitulo{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:10px;
	color:#fe0000;
	text-transform:uppercase;
	cursor:pointer;
	font-size: 18px;
}
a.botonVolver{
	clear:both;
	text-decoration:none;
	color:#282828;
	display:block;
	margin-left:15px;
}
.miniatura a img{
	border:1px solid red;
}
.miniatura a img:hover{
	border:1px solid #fff;
}

.foto-mes{
	margin-left: 17px;
	margin-top: 20px;
}
.foto-mes li{
	float: left;
	width: 141px;
	height: 95px;
	position: relative;
	border: 2px solid #fff;
	margin-right: 10px;
	margin-bottom: 10px;
}
.foto-mes li img.num{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
/* conocenos */
/*************************************/

#conocenos h1{
	width:513px;
	height:32px;
	display:block;
	margin-left:15px;
	margin-top:50px;
	text-transform:uppercase;
	color:#fe0000;
	font-size:30px;
	text-transform:uppercase;
}
#conocenos p{
	text-align:justify;
	margin-left:77px;
	/*margin-right:55px;*/
	margin-right:85px;
	margin-top:20px;
}
#conocenos img{
	margin-left:15px;
	margin-top:20px;
}
/* entertaiment */
/*************************************/

#entertaiment h1{
	width:213px;
	height:32px;
	display:block;
	margin-left:15px;
	margin-top:50px;
	margin-bottom: 50px;
	text-transform:uppercase;
	color:#fe0000;
	font-size:30px;
	text-transform:uppercase;
}
#entertaiment h4{
	color:#ff0000;
	margin:10px 0px 15px 77px;
	font-size: 14px;
}
#entertaiment h5{
	color:#ff0000;
	margin:0px 0px 0px 77px;
	font-size: 12px;
}
#entertaiment p{
	text-align:justify;
	margin-left:77px;
	/*margin-right:55px;*/
	margin-right:85px;
	margin-bottom:20px;
}

#entertaiment .sec{
	margin-top: -15px;
}
#entertaiment .linea-roja{
	border-bottom: 1px solid #ff0000;
	margin-left: 77px;
	width: 510px;
	position: relative;
	height: 70px;
}

/* IBIZA */
/*************************************/
#ibiza .comunicado{
	border-bottom:1px solid red;
}

#ibiza h1{
	height:32px;
	width:auto;
	display:block;
	margin-left:15px;
	background-color: #000000;
	color:#fe0000;
	font-size:18px;
	text-transform:uppercase;
}

#ibiza p{
	text-align:justify;
	margin-left:77px;
	margin-right:55px;
	margin-bottom:20px;
}
#ibiza a.descargar-flayer{
	background:url(../img/if/descargar-flayer.png) no-repeat;
	width:122px;
	height:58px;
	display:block;
	text-indent:-9999px;
}
#ibiza .fecha{
	width:350px;
	display:block;
	background-color:#000000;
	color:#ffffff;
	font-size: 50px;
	padding-top:5px;
}
#ibiza a#masinfo{
	display:block;
	width:61px;
	height:32px;
	background:url(../img/if/masinfo.jpg) no-repeat;
	text-indent:-9999px;
	margin-top:30px;
}



#ibiza h1 span.blanco{
	color: #fff;
}
#residencias{
	display: block;
	width: 125px;
	height: 152px;
	background: url(../img/if/residencias.png) no-repeat 0px -152px;
	text-indent: -9999px;
	float: left;
	margin-top: -54px;
	cursor: pointer;
	
}
#residencias_worldtour{
	display: block;
	width: 125px;
	height: 152px;
	background: url(../img/if/en/residencias_worldtour.png) no-repeat 0px -152px;
	text-indent: -9999px;
	float: left;
	margin-top: -54px;
	cursor: pointer;
	
}

ul#residencia{
	margin-left: 15px;
}
ul#residencia li{
	float:left;
	margin: 20px 2px;
}
ul#residencia li a{
	display: block;
	font-size: 11px;
	text-align: center;
	color: #ff0000;
	text-decoration: none;
	text-transform: uppercase;
}
ul#residencia li a img{
	margin-bottom: 5px;
}
#localizacion{
	display: block;
	width: 125px;
	height: 101px;
	background: url(../img/if/localizacion.png) no-repeat 0px -101px;
	text-indent: -9999px;
	float: left;
	margin-top: -16px;
	cursor: pointer;
}
#localization{
	display: block;
	width: 125px;
	height: 101px;
	background: url(../img/if/en/localization.png) no-repeat 0px -101px;
	text-indent: -9999px;
	float: left;
	margin-top: -16px;
	cursor: pointer;
}
#residencias:hover{
	background: url(../img/if/residencias.png) no-repeat 0px 0px;
}
#residencias_worldtour:hover{
	background: url(../img/if/en/residencias_worldtour.png) no-repeat 0px 0px;
}

#localizacion:hover{
	background: url(../img/if/localizacion.png) no-repeat 0px 0px;
}
#localization:hover{
	background: url(../img/if/en/localization.png) no-repeat 0px 0px;
}
#gal_flayer{
	display: block;
	width: 150px;
	height: 84px;
	background: url(../img/if/gal-flayer.png) no-repeat 0px -84px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}
#gal_flayer:hover{
	background: url(../img/if/gal-flayer.png) no-repeat 0px 0px;
}
#flyersgallery{
	display: block;
	width: 150px;
	height: 84px;
	background: url(../img/if/en/flyersgallery.png) no-repeat 0px -84px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}
#flyersgallery:hover{
	background: url(../img/if/en/flyersgallery.png) no-repeat 0px 0px;
}

#gal_img{
	display: block;
	width: 150px;
	height: 84px;
	background: url(../img/if/gal-img.png) no-repeat 0px -84px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
	margin-right: 10px;
}
#gal_img:hover{
	background: url(../img/if/gal-img.png) no-repeat 0px 0px;
}

#imagegallery{
	display: block;
	width: 150px;
	height: 84px;
	background: url(../img/if/en/imagegallery.png) no-repeat 0px -84px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
	margin-right: 10px;
}
#imagegallery:hover{
	background: url(../img/if/en/imagegallery.png) no-repeat 0px 0px;
}

#gal_video{
	display: block;
	width: 150px;
	height: 84px;
	background: url(../img/if/gal-video.png) no-repeat 0px -84px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}
#gal_video:hover{
	background: url(../img/if/gal-video.png) no-repeat 0px 0px;
}
#videogallery{
	display: block;
	width: 150px;
	height: 84px;
	background: url(../img/if/en/videogallery.png) no-repeat 0px -84px;
	text-indent: -9999px;
	float: left;
	cursor: pointer;
}
#videogallery:hover{
	background: url(../img/if/en/videogallery.png) no-repeat 0px 0px;
}


#ibiza .residencia{
	margin-left: 75px;
	font-size: 12px;
	margin-top: 20px;
}
#ibiza .residencia h2{
	color:#fe0000;
}
#ibiza .residencia ul{
	margin: 5px 20px 20px 20px;
	list-style: disc;
}
#ibiza .residencia a{
	margin-right: 15px;
	margin-left: 10px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	float: left;
}
#ibiza .residencia p{
	margin: 20px 0px;
}

/* deejays */
/*************************************/
#comunicado{
	border-bottom:1px solid red;
	background:#000;
}
#comunicado h1{
	display:block;
	position: relative;
	bottom:0px;
	left:0px;
	background:#000;
	color:#F00;
	padding-right:15px;
	font-size:30px;
	top:-60px;
	width:50%;
	height:35px;
	padding-top:10px;
	text-transform:uppercase;
}
#comunicado a.myspace{
	display:block;
	position:relative;
	top:-93px;
	left:520px;
	text-indent:-9999px;
	background:url(../img/if/deejay-myspace.jpg) no-repeat;
	width:126px;
	height:31px;
}
#comunicado #texto-deejay{
	margin-top:-50px;
}
#comunicado #comunicado div{
	margin-bottom:24px;
}
#comunicado p{
	text-align:justify;
	margin-right:45px;
	margin-bottom:20px;
	margin-left:45px;
	
}
#listado{
	width:673px;
}
.deejayLista{
	/*background:url(../img/if/bg-noticialista.jpg) repeat-x;*/
	width:673px;
	height:39px;
	border-bottom:1px solid #141414;
	position:relative;
	z-index:99999;
}
.deejayLista a{
	width:627px;
	height:28px;
	display:block;
	margin-bottom:1px;
	color:#4d4d4d;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	padding-left:18px;
	padding-top:11px;
}
.deejayLista a:hover{
	color:#FFF;
}
/* worldtour */
/*************************************/
#worldtour h1{
	height:32px;
	width:auto;
	display:block;
	margin-left:30px;
	margin-bottom:12px;
	background-color: #000000;
	color:#fe0000;
	font-size: 30px;
	text-transform:uppercase;
}
#worldtour p{
	padding-right: 80px;
	text-align: justify;
}
.world h2{
	margin-left:30px;
	width:730px;
	float:left;
	height:20px;
	margin-bottom:8px;
	background-color: #000000;
	color:#fe0000;
	font-size: 18px;
	text-transform:uppercase;
	cursor:default;
	margin-top:6px;
	cursor:pointer;
}
.world{
	cursor:pointer;
}
.world .worldfecha{
	margin-left:150px;
	width:300px;
	float:left;
	height:15px;
	background-color: #000000;
	color:#ffffff;
	font-size: 14px;
	text-transform:uppercase;
	cursor:pointer;
}
.world a.reservarTicket{
	width:155px;
	height:43px;
	background:url(../img/if/reservar-ticket.jpg) no-repeat 0px 0px;
	display:block;
	text-indent:-9999px;
	position:relative;
	left:510px;
	*left:110px;
	top:5px;
	*top:-20px;
}
.world a.reservarTicket:hover{
	background:url(../img/if/reservar-ticket.jpg) no-repeat 0px -43px;

}
#worldtour p{
	margin-left:100px;
	margin-bottom:12px;
}
#worldtour .world{
	width:673px;
	height:58px;
	border-bottom:1px solid #1f1f1f;
}

#worldtour .worldhide{
	display:none;
	background:#FFF;
	height:47px;
	border-bottom:1px solid #F00;
}
#worldtour .worldhide p{
	color:#000;
	font-weight:bold;
	margin:0px auto 0px auto;
	width:625px;
	padding-top:15px;
}
/* videos */
/*************************************/
#videos{
	background:url(../img/if/bg-supermartxetv.jpg) no-repeat;
	width:673px;
}
#videos #detalle{
	padding-top:238px;
	position:relative;
	border-bottom:1px solid red;
	padding-bottom:22px;
	margin-bottom:10px;
}

#videos #detalle #texto{
	width:500px;
	height:auto;
	position:absolute;
	left:0px;
}
#videos h1{
	color:#fe0000;
}
#videos span{
	width:200px;
}
#videos #compartir{
	position:absolute;
	left:504px;
	display:block;
	width:117px;
	height:52px;
	background:url(../img/if/compartir.png) no-repeat;
	text-indent:-9999px;
}
.eventos{
	display:block;
	height:auto;
	width:100%;
	margin-bottom:20px;
}
#videos .eventos h2{
	color:#fe0000;
	font-size: 14px;
	text-transform:uppercase;
}
#videos .eventos h2{
	height:30px;
	width:auto;
	color:#fe0000;
}
.fecha2{
	width:auto;
	display:block;
	font-size:14px;
	color:#FFF;
}
#videos #listavideos a.h1{
	width:auto;
	cursor:pointer;
	position:relative;
	z-index:99999;
	color:#fe0000;
	font-size:14px;
	text-transform:uppercase;
	cursor: pointer;
}

#videoplayer{
	width:598px;
	height:365px;
	margin:0 auto;
	padding-top:52px;
}
/* friends */
/*************************************/
#friend{
	background:url(../img/if/bg_club_head.jpg) no-repeat;
	width:673px;
	height:269px;
}
.evento-friend{
	width:673px;
	height:139px;
	display:block;
	margin-bottom:1px;
}
.evento-friend .eventoImgfriend{
	width:172px;
	height:129px;
	background:#FFF;
	float:left;
	margin-right:13px;
	padding-top:10px;
	padding-left:20px;
}
.evento-friend .evento-black{
	background:#000;
	padding-bottom:15px;
	border-bottom:1px solid #F00;
}
.evento-friend .eventoTitulo{
	float:left;
	margin-top:10px;
	width:67%;
	color:#fe0000;
	font-size:18px; 
	text-transform:uppercase; 
	cursor: pointer;
}
.evento-friend .eventoFecha{
	color:#FFF;
	font-size:18px;
	text-transform:uppercase;
	float:left;
	width:67%;
	cursor: pointer;
}
.evento-friend .eventoBotones a{
	color:#FFF;
	text-decoration:none;
}
.evento-friend  a.add-favorito{
	display:block;
	width:129px;
	height:32px;
	background:url(../img/if/add-favorito.png) no-repeat;
	text-indent:-9999px;
	float:right;
	margin-right:10px;
}
/*
#friends{
	background:url(../img/if/bg-friends.jpg) no-repeat;
	width:673px;
	min-height:566px;
}
ul#logo-friends{
	width:192px;
	float:left;
	margin:0px;
	padding:0px;
	margin-top:157px;
}
ul#logo-friends li{
	width:192px;
	height:139px;
	margin:0px 0px 1px 0px;
	*margin:0px 0px -1px 0px;
	padding:0px;
}
ul#logo-friends li a{
	display:block;
	width:192px;
	height:139px;
}
ul#nombre-friends{
	width:453px;
	float:left;
	margin:0px;
	padding:0px;
	margin-top:157px;
}
ul#nombre-friends li{
	width:453px;
	height:140px;
	*height:137px;
	margin:0px;
	padding:0px;
}
ul#nombre-friends li div{
	position:relative;
	width:437px;
	height:79px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid red;
	background:#000;
	padding-left:16px;
	padding-top:10px;
}
ul#nombre-friends li div h1{
	display:block;
	height:30px;
	width:auto;
	color:#fe0000;
}
ul#nombre-friends li div a{
	position:absolute;
	width:auto;
	color:#fff;
	text-decoration:none;
	bottom:0px;
	margin-bottom:10px;
}
ul#nombre-friends li a.addfavorito{
	display:block;
	width:129px;
	height:32px;
	background:url(../img/if/add-favorito.png) no-repeat;
	text-indent:-9999px;
	float:right;
	margin-right:10px;
}
*/
/* noticias */
/*************************************/
#noticias h1{
	width:500px;
	height:25px;
	display:block;
	margin-left:15px;
	margin-top:50px;
	margin-bottom:30px;
	font-size:18px;
	color:#fe0000;
	font-size: 30px;
	text-transform:uppercase;
}
#noticias .noticiaLista{
	width:657px;
	padding-left:15px;
	border-bottom:1px solid red;
}
#noticias .noticiaLista h2{
	height:30px;
	width:auto;
	color:#fff;
	font-size:18px;
	font-size: 18px;
	text-transform:uppercase;
	margin-top:5px;
}
#noticias .titular{
	width:657px;
	min-height:57px;
	height:57px;
	background:#282828;
}
#noticias .titular:hover{
	background:#FFF;
}
#noticias .active{
	background:#FFF;
}
#noticias a.masinfo{
	display:block;
	background:#000 url(../img/if/noticias-masinfo.jpg) no-repeat 0px 0px;
	width:39px;
	height:57px;
	float:left;
	text-indent:-9999px;
	margin-right:10px;
}
#noticias .foto-recomienda{
	display:block;
	width:67px;
	height:57px;
	float:left;
	margin-right:10px;
}
#noticias a.titular-noticia{
	color:#000;
	text-decoration:none;
	font-size:18px;
	text-transform:uppercase;
	width:650px;
	display:block;
	margin-top:5px;
	padding-top:11px;
	*padding-top:8px;
	line-height: 19px;
}
#noticias .texto{
	display:none;
	width:530px;
	text-align:justify;
	margin-left:50px;
	padding-bottom:20px;
}
#noticias .texto a{
	color:#ff0000;
	text-decoration:none;
	/*text-transform:uppercase;*/
}
/* prensa */
/*************************************/
.prensa{
	clear: both;
	margin-left: 15px;
}
.prensa h2{
	cursor: pointer;
	padding-top: 5px;
}
.prensa .h2{
	color: red;
}
.prensa input{
	width:287px;
	height:18px;
	margin:0px 0px 2px 0px;
	font-size:12px;
	padding:3px 2px 0px 2px;
}
.prensa .fondoinput{
	background:url(../img/if/campos_bg.png) repeat-x;
	color:#fff;
	border:0px;
}
.prensa textarea#observaciones, .prensa textarea#observaciones_info{
	width:287px;
	height:100px;
	background:url(../img/if/campos_bg.png) repeat;
	border:0px;
	margin:0px 0px 2px 0px;
	color:#fff;
	font-size:12px;
	padding:3px 2px 0px 2px;
}
.prensa-escrita li a{
	color:#fff;
}
.prensa-escrita li a:hover{
	color:#ff0000;
}
.prensa-video h3{
	color:#fff;
	cursor: pointer;
}
.prensa-video h3:hover{
	color:#ff0000;
}
.prensa label{
	height:20px;
	display:block;
	margin:0px 5px 0px 0px;
	padding:3px 0px 0px 0px;
	text-align:right;
}
.prensa #enviar_acr, .prensa #enviar_info, .prensa #enviar_log,.prensa #enviar_pedir{
	width: auto;
	margin-left: 324px;
}
.radio{
	display: none;
	width: 240px;
	margin: 0px;
	padding-bottom: 0px;
}
.rep-video{
	display: none;
}
.rensa-video h3{
	cursor: pointer;
}
.hide ul{
	margin: 0px 0px 10px 0px;
}
.hide ul ul{
	margin: 0px 0px 10px 20px;
}

.hide a{
	color: #ff0000;
	margin-left: 5px;
}

.hide a:hover{
	color: #ffffff;
}
.radio,.tv,.escrita,.internet{
	display: none;
	margin-bottom: 20px;
}

.press{
	float:left;
	height:90px; 
	width:130px; 
	margin-right:10px;
}
.press a img{
	opacity:0.3;
	filter: alpha(opacity = 30);
}

.press a img.opacity{
	opacity:1;
	filter: alpha(opacity = 100);
}
.press a img:hover{
	opacity:1;
	filter: alpha(opacity = 100);
}

/* rightHolder */
/*******************************************************************************/
#rightHolder{
	float:right;
	width:320px;
	padding-left:7px;
/*	position:relative;
	z-index:10000;
*/
	background:#000;
	min-height: 100%; /* el valor minimo es la pantalla completa -luego le restamos la altura del fpie- */
	/*margin: 0 auto -168px;*/ /* el margen es la altura del pie en negativo */
	position:relative;
	z-index:1000;
}

#newsletter{
	background:url(../img/if/newsletter.jpg) no-repeat;
	width:302px;
	height:134px;
	*height:90px;
	padding-left:18px;
	padding-top:10px;
	*padding-top:50px;
	margin-bottom:7px;
}


#newsletter form#formprensa{
	display:none;
}

a#mailing{
	width:192px;
	height:25px;
	background:url(../img/if/mailing_tit.png) no-repeat 0px 0px;
	display:block;
	text-indent:-9999px;
	float:left;
	/*margin:-10px 0px 0px -18px;*/
}
a#prensa{
	width:161px;
	height:43px;
	background:url(../img/if/prensa.jpg) no-repeat 0px 0px;
	display:block;
	text-indent:-9999px;
	float:left;
	margin:-10px 0px 0px 0px;
}
a#prensa .hover{
	background:url(../img/if/prensa.jpg) no-repeat 0px -44px;
}
a#mailing .hover{
	background:url(../img/if/mailing_list.jpg) no-repeat 0px -44px;
}
#newsletterMsg,#form_acrMsg,#form_infoMsg{
	display:none;
	width:100%;
}
#newsletterMsg p{
	color:#fff;
}
#newsletter p{
	margin-bottom:10px;
}
#newsletter input#f_email{
	background:#8e0909;
	width:204px;
	*width:203px;
	height:22px;
	border-top:1px solid #720707;
	border-right:1px solid #b05353;
	border-bottom:1px solid #bf4d4d;
	border-left:1px solid #720707;
	float:left;
	color:#bb0d0d;
	padding-left:4px;
	*padding-top:3px;
	*height:19px;
}
#newsletter input#f_sub{
	background:#000 url(../img/if/newsletter-enviar.jpg) no-repeat 4px;
	width:72px;
	height:21px;
	float:left;
	border:0px;
	margin-top:2px;
	margin-left:8px;
}
#newsletter input#f_user{
	background:#8e0909;
	width:134px;
	height:22px;
	border-top:1px solid #720707;
	border-right:1px solid #bf4d4d;
	border-bottom:1px solid #bf4d4d;
	border-left:1px solid #720707;
	float:left;
	color:#bb0d0d;
	padding-left:4px;
	*padding-top:3px;
	*height:19px;
}
#newsletter input#f_pass{
	background:#8e0909;
	width:134px;
	height:22px;
	border-top:1px solid #720707;
	border-right:1px solid #bf4d4d;
	border-bottom:1px solid #bf4d4d;
	border-left:1px solid #720707;
	float:left;
	color:#bb0d0d;
	padding-left:4px;
	*padding-top:3px;
	*height:19px;
}

#newsletter div{
	width:151px;
	float:left;
	margin-top:0px;
	color:#ff0000;
}
#newsletter div label{
	display:block;
	margin-bottom:5px;
}
#newsletter div a{
	color:#ff0000;
	text-decoration:none;
}

#baner1{
	width:320px;
	height:240px;
	background:#FFF;
	margin-bottom:7px;
}
#baner2{
	width:320px;
	height:320px;
	background:#FFF;
	margin-bottom:7px;
}
#baner3{
	width:300px;
	height:250px;
	background:#FFF;
	margin-bottom:7px;
}



div.patrocinadores{
	display:block;
	width:320px;
	height:43px;
	background:#282828;
}
div#patrocinadores{
	display:block;
	width:320px;
	height:252px;
	background:#fff;
}
div#patrocinadores a{
	float:left;
}
div#anuncio-spx{
	position:aboslute;
	right:0px;
	background:#FFF;
}
/* footer */
/*******************************************************************************/
#footer{
	background:url(../img/if/bg-footer.jpg) repeat-x;
	/*background:url(../img/if/bg-footer.jpg) repeat-x -40px;*/
	width:100%;
	height:168px;
	overflow:hidden;
	position:relative;
	/*padding-top:40px;*/
}

#footer .footer-spx{
	background: url(../img/if/bg-footer-spx.jpg) no-repeat center;
	width:1322px;
	height:168px;
	margin-left:-35px;
}
#footer .content{
	width:1000px;
	height:168px;
	margin:0 auto;
}
#footer .content div{
	width:673px;
	height:168px;
	float:left;
}
#footer .content div p{
	font-weight:bold;
	margin-left:120px;
	margin-top:10px;
}

#footer .content div#patrocinadores{
	width:320px;
	height:168px;
	float: right;
	margin-left:7px;
}
.patrocinadores{
	width:320px;
	height:27px;
	background:#f60000;
	margin-left:1px;
	z-index:99999;
	padding-top:13px;

}
#footer .content div#patrocinadores .patr{
	position:relative;

}
#footer ul#foot-meu{
	margin-top:10px;
	margin-left:67px;
	height:15px;
	padding:0px;
}
#footer ul#foot-meu li{
	float:left;
	margin-right:10px;
}
#footer ul#foot-meu li a{
	height:15px;
	display:block;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	text-indent:-9999px;
}
#footer ul#foot-meu li a.conocenos{
	background:url(../img/if/footer-conocenos.png) no-repeat;
	height:14px;
	width:74px;
}
#footer ul#foot-meu li a.ibiza{
	background:url(../img/if/footer-ibiza.png) no-repeat 0px 4px;
	height:14px;
	width:30px;
}
#footer ul#foot-meu li a.madrid{
	background:url(../img/if/footer-madrid.png) no-repeat 0px 4px;
	height:14px;
	width:46px;
}
#footer ul#foot-meu li a.supermartxe{
	background:url(../img/if/footer-supermartxe.png) no-repeat 0px 4px;
	height:14px;
	width:87px;
}
#footer ul#foot-meu li a.friends{
	background:url(../img/if/footer-friends.png) no-repeat 0px 4px;
	height:14px;
	width:51px;
}
#footer ul#foot-meu li a.noticias{
	background:url(../img/if/footer-noticias.png) no-repeat 0px 4px;
	height:14px;
	width:53px;
}

#footer #foot-asupermartxe{
	float:left;
	margin-top:15px;
	margin-left:67px;
	margin-right:20px;
	width:173px;
	height:49px;
	background:url(../img/if/footer-spx.png) no-repeat;
	display:block;
	color:#FFF;
	padding-top:45px;
	padding-left:55px;
	font-weight:bold;
}
#footer #contrataciones{
	width:540px;
	height:30px;
	background:url(../img/if/contrataciones_tel.png) no-repeat;
	margin-left:120px;
	margin-top:20px;
}
#footer #contrataciones a{
	width:200px;
	height:10px;
	text-indent:-9999px;
	display:block;
	margin-top:15px;
	margin-left:339px;
}
#footer #foot-asupermartxe a{
	color:#FFF;
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	position:relative;
	z-index:9999;
}
#footer #foot-asupermartxe a:hover{
	color:#000;
	text-decoration:none;
}
#footer #foot-myspace{
	float:left;
	margin-top:15px;
	margin-right:20px;
	width:166px;
	height:43px;
	background:url(../img/if/footer-myspace.png) no-repeat;
	display:block;
	text-indent:-9999px;
}
#footer #foot-facebook{
	float:left;
	margin-top:15px;
	margin-right:20px;
	width:115px;
	height:33px;
	background:url(../img/if/footer-facebook.png) no-repeat;
	display:block;
	text-indent:-9999px;
}


/***** paginacion ****/
#paginacion{
	width:auto;
	height:20px;
	margin-left:15px;
}
#paginacion .pag{
	float:left;
	width:20px;
	color:#FFF;
}

#paginacion .num a,#paginacion .next a, #paginacion .last a,#paginacion .prev a{
	color:#282828;
	text-decoration:none;
}

#frameplayer{
	position:relative;
	z-index:100;
}

