*
{
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

b, strong
{
		font-weight: bold;
}

.clear
{
	clear: both;
}

body
{
	font-size: 10px;
	font-family: Helvetica, Arial;
	text-align: center;
}

#page
{
	width: 970px;
	margin: 0px auto;
	text-align: left;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.none
{
	display: none !important;
}

img
{
	border: 0px;
}


/*PORTADA*/
/* Fila despues de la cabecera */
.portada div#row_up
{
	margin-bottom: 20px;
	height: 320px;
	overflow: hidden;
	width: 100%;
}

.portada div#row_up div.row_upleft
{
	float: left;
	width: 610px;
	height: 318px;
}

.portada div#row_up div.row_upleft_revista
{
	float: left;
	width: 487px;
	height: 320px;
	background: url("../images/bg_revista.jpg") no-repeat left top;
}

.portada div#row_up div.row_upleft_revista img
{
	border: 0px;
	margin-top: 8px;
	margin-left: 10px;
	float: left;
	margin-right: 10px;
}

.portada div#row_up div.row_upleft_revista p
{
	color: #A13A31;
	font-size: 1.6em;
	padding: 5px;
	margin-top: 20px;
}

.portada div#row_up div.row_upleft_revista a
{
	color: #A13A31;
	text-decoration: none;
	font-size: 0.9em;
}

.portada div#row_up div.row_upleft_revista a:hover
{
	color: #A13A31;
	text-decoration: underline;
	font-size: 0.9em;
}

.portada div#row_up div.row_upright
{
	width: 350px;
	float: right;
}

.portada div#row_up div.row_upright_revista
{
	width: 460px;
	height: 318px;
	float: right;
}

.portada div#row_up div.row_upright_revista h2
{
	color: #A13A31;
	font-size: 1.6em;
	border: 1px solid #DADADA;
	padding: 5px;
}

.portada div#row_up div.row_upright_revista .flash_revista
{
	border: 1px solid #DADADA;
	height: 283px;
	margin-top: 5px;
}

/* Engloba las 3 columnas de la parte inferior*/
.portada div#cols
{
	margin-top: 10px;
	clear: both;
}

/* Engloba las 2 columnas de la parte inferior (principal y lateral)*/
.portada div#col_primary
{
	width: 610px;
	float: left;
}

/* Columna lateral */
.portada div#col_secondary
{
	width: 350px;
	float: right;
}

.portada div#col_secondary img
{
	border: 0px;
	margin-bottom: 10px;
}

/*PORTADA SECCIO*/
.portadaseccio div#row_up
{
	margin-top: 10px;
	height: 320px;
	overflow: hidden;
	width: 100%;
}

.portadaseccio div#row_seccion
{
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
	width: 100%;
	background: url("../images/background_seccio.jpg") no-repeat left top !important;
}

.portadaseccio div#row_seccion h1
{
	color: #FFF;
	padding: 8px;
	font-size: 3.2em;
	font-weight: bold;
	font-family: helvetica;
	float: left;
}

.portadaseccio div#row_seccion h2
{
	color: #FF0097;
	padding: 8px;
	font-size: 3.2em;
	font-weight: normal;
	font-family: helvetica;
	float: left;
}

.portadaseccio div#row_seccion_estatica
{
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
	width: 100%;
	background: url("../images/background_seccio_estatica.jpg") no-repeat left top !important;
}

.portadaseccio div#row_seccion_estatica h1
{
	color: #FFF;
	padding: 8px;
	font-size: 2.3em;
}

.portadaseccio div#row_up
{
	margin-top: 20px;
	height: 320px;
	overflow: hidden;
	width: 100%;
}

.portadaseccio div#row_up div.row_upcenter
{
	float: left;
	width: 550px;
}

.portadaseccio div#row_up div.row_upright
{
	width: 400px;
	float: right;
}

/* Engloba las 2 columnas de la parte inferior*/
.portadaseccio div#cols
{
	margin-top: 10px;
	clear: both;
}

/* Columna de la izquierda */
.portadaseccio div#col_primary #col_primary_first
{
	float: left;
	width: 642px;
	overflow: hidden;
}

/* Columna de la derecha */
.portadaseccio div#col_secondary
{
	width: 308px;
	float: right;
	overflow: hidden;
}

/* Columna de la izquierda separación vertical de los banners */
.portadaseccio div#col_secondary .banner_space
{
	margin: 0px 0px 10px 0px;
}

/* PÁGINA ESTÁTICA */
#content_static_pages
{
	margin-top: 10px;
	clear: both;
	padding: 15px 0px 15px 0px;
	color: #878787;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
}

#content_static_pages h2
{
	color: #A13A31;
}

#content_static_pages h3
{
	color: #A13A31;
}

#content_static_pages a
{
	color: #A13A31;
	text-decoration: none;
}

#content_static_pages a:hover
{
	color: #A13A31;
	text-decoration: underline;
}

/*PÁGINA REVISTA*/
#content_magazine
{
	clear: both;
	color: #878787;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 20px;
}

#content_magazine .colleft
{
	width: 48%;float: left;
}

#content_magazine .colright
{
	width: 48%;float: right;
}

#content_magazine h2
{
	color: #A13A31;
	font-size: 1.6em;
	border: 1px solid #DADADA;
	padding: 5px;
}

#content_magazine p
{
	color: #878787;
	font-size: 1.1em;
	margin-bottom: 10px;
}

#content_magazine h3
{
	color: #A13A31;
	font-size: 1.4em;
	padding-bottom: 5px;
}

#content_magazine h3 a
{
	color: #A13A31;
	text-decoration: none;
}

#content_magazine img
{
	border: 0px;
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
}

/* PATH */
ul.path
{
	margin-top: 15px;
	height: 15px;
	overflow: hidden;
	width: 100%;
	font-size: 1.1em;
	color: #C4C4C4;
	list-style: none;
}

ul.path li
{
	float: left;
	padding: 0px 3px 0px 3px;
}

ul.path li a
{
	color: #C4C4C4;
}

/* Pàgina RSS */
.rss h2
{
	color: #a13a31;
	font-size: 24px;
}

.rss .columnes
{
	padding-top: 15px;
}

.rss .col_esquerra
{
	width: 330px;
	float: left;
	padding: 0px 0px 0px 10px;
}

.rss .col_dreta
{
	float: left;
	padding: 0px 0px 0px 25px;
	width: 580px;
	line-height: 1.4em;
}

.rss h3
{
	padding: 5px 5px;
	margin: 0px 0px 15px 0px;
	color: #fff;
	font-size: 14px;
	background: url("../images/rss_fons.jpg") repeat-x left top;
}

.rss .no_underline,
.rss .no_underline a,
.rss .no_underline a:visited,
.rss .no_underline a:link,
.rss .no_underline a:active,
.rss .no_underline a:hover
{
	text-decoration: none;
	border: 0px;
}

.rss .top_image
{
	vertical-align: top;
}

.rss ul.rss_list
{
	list-style-type: none;
}

.rss ul.rss_list li
{
	padding-bottom: 5px;
}

.rss ul.rss_list .li_esquerre a,
.rss ul.rss_list .li_esquerre a:visited
{
	font-size: 12px;
	color: #a13a31;
	text-decoration: none;
}

.rss ul.rss_list .li_esquerre a:active,
.rss ul.rss_list .li_esquerre a:hover
{
	text-decoration: underline;
}

.rss .li_esquerre
{
	background: left;
	float: left;
	background: url("../images/rss_icon.jpg") no-repeat left top;
	height: 37px;
	padding: 3px 0px 0px 25px;
}

.rss .li_dret
{
	float: right;
	padding: 3px 0px 0px 0px;
}

.rss div.big_text
{
	padding-bottom: 25px;
}

.rss .big_text
{
	font-size: 24px;
	line-height: 1.2em;
}

.rss div.medium_text,
.rss p,
.rss ul
{
	padding-bottom: 15px;
}

.rss .medium_text
{
	font-weight: bold;
}

.rss .columnes
{
	color: #7a7a7a;
	font-size: 12px;
	font-family: Helvetica, arial, sans-serif;
}

.rss .col_dreta ul
{
	padding-left: 15px;
}

.rss .dark_red
{
	color: #a13a31;
}

.rss a,
.rss a:visited
{
	color: #a13a31;
	text-decoration: none;
}

.rss a:active,
.rss a:hover
{
	text-decoration: underline;
}

/* Cercador */
.search
{
	color: #555;
}

.search h2
{
	padding: 15px 0px 0px 0px;
	color: #60b5c9;
	font-size: 24px;
}

.search .medium_text
{
	color: #60b5c9;
	font-size: 12px;
}

.search .columns
{
	font-family: Helvetica, arial, sans-serif;
	padding: 20px 0px 0px 10px;
	font-size: 12px;
	line-height: 1.4em;
}

.search .result_item
{
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	background: url("../images/filet.gif") no-repeat left bottom;
}

.search .columns a,
.search .columns a:visited
{
	color: #60b5c9;
	text-decoration: none;
}

.search .columns a:active,
.search .columns a:hover
{
	text-decoration: underline;
}

.search .search_paginator
{
	border: 1px solid #cacaca;
	padding: 5px;
	font-size: 12px;
	margin: 10px 0px 0px 0px;
}

.search .search_paginator img
{
	vertical-align: middle;
}

.search .search_paginator .sp_left
{
	float: left;
}

.search .search_paginator .sp_right
{
	float: right;
}

.search .search_paginator a,
.search .search_paginator a:visited
{
	font-family: Helvetica, arial, sans-serif;
	color: #555;
	text-decoration: none;
}

.search .search_paginator a:active,
.search .search_paginator a:hover
{
	text-decoration: underline;
}

.search .col_left
{
	width: 600px;
	float: left;
}

.search .col_right
{
	float: right;
}

/* Payment */

.portada .form_alta .box_alta .hide_inputs input
{
	border: 0px solid #000;
	color: #000;
	background: #000;
	height: 1px;
	width: 1px;
}

/* more banners */
.banners_right
{
	float: right;
}

.banners_right .banner
{
	margin-bottom: 10px;
}


/** HEADER START **/
/*# H #*/
#header
{
	width: 100%;
	overflow: hidden;
}

#header #bar_header
{
	width: 970px;
	height: 27px;
	border: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}

#barra_header
{
	background: transparent url('/images/bg_barra.gif') no-repeat left top;
	width: 970px;
	height: 27px;
	margin-bottom: 5px;
}

#barra_header a
{
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
	height: 23px;
}

#barra_header a.link_freesite
{
	float: right;
	background: transparent url('/images/logo_cyberclub_pq.png') no-repeat right top;
	padding: 6px 95px 0px 0px;
	margin-right: 2px;
	color: #DDD;
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
}

#barra_header a.link_closesession
{
	float: left;
	padding: 5px 0px 0px 17px;
	margin-left: 10px;
	color: #C12428;
	font-size: 11px;
	font-family: verdana;
	background: transparent url('/images/bot_cerrar.gif') no-repeat left 6px;
	text-decoration: none;
}

#barra_header a.link_datospersonales
{
	float: left;
	padding: 5px 0px 0px 10px;
	margin-left: 10px;
    color: #ddd;
	font-size: 11px;
	font-family: verdana;
	text-decoration: none;
}

#login
{
	width: 100%;
	height: 27px;
	overflow: hidden;
	background: #000 url("../images/bg_login.gif") no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}

.link_logo_cyberclub
{
	position: absolute;
	display: block;
	width: 100px;
	height: 20px;
	top: 2px;
	left: 400px;
}

#login ul.box_login
{
	width: 465px;
	height: 27px;
	overflow: hidden;
	float: right;
}

#login ul.box_login li
{
	display: inline;
	color: #FFF;
	font-size: 1.1em;
	margin-right: 10px;
}

/* Camp Text Cerca */
#login ul.box_login input.search_field
{
	border: 0px;
	width: 100px; //originariament a 100px
	_width: 80px; //originariament a 80px
	*width: 80px; //originariament a 80px
	padding: 0px 1px 1px 1px;
	font-family: Arial;
	font-size: 1.2em;
	background-color: #FFF;
}

/*# E #*/
/* Boto cercar */
#login ul.box_login input.link
{
	border: 0px;
	font-family: Arial;
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
	height: 24px;
	background-color: transparent;
}

#header #logo
{
	width: 100%;
	height: 105px;
	overflow: hidden;
	background: url("../images/bg_cabecera.gif") no-repeat;
}

/*Logotip*/
#header h1
{
	background: url("../images/logo_playboy.gif") no-repeat left top !important;
	width: 180px;
	height: 105px;
	float: left;
	text-indent: -10000px;
}

/*Zona de banner*/
#header .banner
{
	float: right;
	width: 728px;
	padding-top: 5px;
	padding-right: 5px;
	overflow: hidden;
}
/** HEADER END **/

/** MENU START **/
/* Barra menu */
#row_menu
{
	background: #ECECEC;
	height: 28px;
	border-right: 1px solid #EFEFEF;
}

#row_submenu
{
	background: #B7B7B7;
	height: 25px;
	border-top: 1px solid #A6A5A5;
	border-bottom: 1px solid #A6A5A5;
}

#row_submenu li
{
	float: left;
	_width: 80px;
}

/* Espai de Cerca */
#row_menu form#menu_searcher
{
	float: right;
	position: relative;
	top: 0px;
	right: 5px;
}

/* Camp Text Cerca */
#row_menu form#menu_searcher input.search_field
{
	border: 0px;
	background-color: #BDBDBD;
	width: 120px; //originariament a 200px
	height: 18px;
	padding: 1px;
	font-family: Arial;
	font-size: 1.2em;
	background: #FFF url("../images/search_background.png") no-repeat;
	padding-left: 25px;
}

/* Boto cercar */
#row_menu form#menu_searcher input.search_button
{
	border: 0px;
	background: url("../images/bg_buscar.gif") no-repeat left bottom;
	font-family: Arial;
	font-size: 1.1em;
	color: #5E5E5E;
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
	height: 24px;
	width: 50px;
}

/* Menu desplegable */
#row_menu ul#menu
{
	list-style: none;
	float: left;
	border-top: 1px solid #F1F1F1;
}

#row_submenu ul#submenu
{
	list-style: none;
	float: left;
	display: inline;
}

#row_submenu ul#submenu li
{
	float: left;
	height: 22px;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	text-align: center;
	padding: 1px 5px 0px 5px;
}

#row_submenu ul#submenu li a
{
	padding: 0px 3px 0px 3px;
	font-size: 1.2em;
	font-family: arial;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;
}

#row_submenu ul#submenu li a span
{
	padding-top: 5px;
	display: block;
}

#row_submenu ul#submenu li a:hover,
#row_submenu ul#submenu li a.menu_selected
{
	background-color: #FFF;
	color: #5C5C5C;
}

/* Menu de primer nivell */
#row_menu ul#menu li
{
	float: left;
	height: 26px;
	border-right: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	text-align: center;
	width: 77px; //originariament a 80px
	background-color: #FFF;
}

#row_menu ul#menu li a
{
	padding: 0px 3px 0px 3px;
	font-size: 1.2em;
	font-family: arial;
	color: #5C5C5C;
	text-decoration: none;
	display: block;
	height: 100%;
}

#row_menu ul#menu li a span
{
	padding-top: 5px;
	display: block;
}

#row_menu ul#menu li a:hover,
#row_menu ul#menu li a.menu_selected
{
	background: url("../images/menu_background.gif") no-repeat left top;
	color: #FFF;
}

#row_menu ul#menu li.extracontent
{
	width: 109px;
}

#row_menu ul#menu li.extracontent a
{
	color: #E84E4C;
	border: 1px solid #E84E4C;
	width: 100px;
	height: 2em;
}

#row_menu ul#menu li.extracontent a:hover
{
	color: #FFF;
	background: #E84E4C url();
}

#row_menu ul#menu li.adultvod
{
	width: 90px;
	padding: 0px 10px 0px 10px;
	background-color: #ECECEC;
}

#row_menu ul#menu li.adultvod a
{
	background: url("../images/bot-vod.jpg") no-repeat left top;
	text-indent: -10000px;
	width: 90px;
	margin-top: 2px;
}

#row_menu ul#menu li.adult
{
	float: left;
	height: 20px;
	border: 1px solid #FA8182;
	background: url("../images/bg_adult.gif") no-repeat left top;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1000;
	text-align: center;
	width: 100px;
	margin-top: 2px;
	margin-left: 5px;
}

#row_menu ul#menu li.adult a
{
	padding: 0px 3px 0px 3px;
	font-size: 1.2em;
	font-family: arial;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 100%;
}

#row_menu ul#menu li.adult a span
{
	padding-top: 4px;
	display: block;
}

#row_menu ul#menu li.adult a:hover,
#row_menu ul#menu li.adult a.menu_selected
{
	background: url("../images/bg_adult_on.gif") no-repeat left top;
	color: #FFF;
}

#header #logo .header_link
{
	cursor: pointer;
}
/** HEADER END **/

/** BANNERS pie**/
#banners_bottom
{
	width: 970px;
}

#banners_bottom .banner_grande
{
	width: 728px;
	height: 90px;
	float: left;
	margin: 10px 5px 10px 0px;
}

#banners_bottom .banner_mini
{
	width: 237px;
	height: 90px;
	float: left;
	margin-top: 10px;
}

#banners_mini
{
	width: 970px;
}

#banners_mini li
{
	display: inline;
	list-style: none;
	padding: 3px;
}

#banners_mini li img
{
	border: 0px;
	width: 235px;
	height: 100px
}

/** PEU START **/

/* Espai peu pagina */

#footer
{
	border-top: 1px solid #E0E2E1;
	margin: 20px 0px 140px 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-family: "Trebuchet MS", arial;
	font-size: 1.2em;
	color: #999;
	font-weight: none;
}

/* Menu inline 1 nivell */
#footer ul#menu_primer_nivell
{
	margin: 10px 0px 0px 0px;
	text-align: center;
	font-family: "Trebuchet MS", arial;
	color: #999;
	list-style: none;
}

#footer ul#menu_primer_nivell li
{
	display: inline;
	padding: 0px 10px 0px 10px;
}

#footer ul#menu_primer_nivell li a
{
	color: #999;
}

#footer ul#menu_primer_nivell li img
{
	vertical-align: top;
}

/* Menu inlist amb 2 nivells (seccions) */
#footer ul#menu_segon_nivell
{
	margin: 20px auto 0px auto;
	text-align: center;
	font-family: "Trebuchet MS", arial;
	color: #999;
	list-style: none;
}

/* Enllaços Pares */
#footer ul#menu_segon_nivell li
{
	float: left;
	padding: 0px 8px 0px 8px;
	width: 90px;
}

#footer ul#menu_segon_nivell li a
{
	color: #79B4C7;
	text-decoration: none;
}

/* Enllaços Fills */
#footer ul#menu_segon_nivell li ul
{
	margin: 5px 0px 0px 0px;
	text-align: center;
	font-family: "Trebuchet MS", arial;
	color: #999;
	list-style: none;
}

#footer ul#menu_segon_nivell li ul li
{
	float: none;
	margin-bottom: 0.8em;
	width: 78px;
}

#footer ul#menu_segon_nivell li ul li a
{
	color: #999;
	font-size: 0.99em;
	text-decoration: underline;
}
/** PEU END **/

.banner_f_mini
{
	width: 320px;
	float: left;
	margin-right: 4px;
}
/*# X #*/

/*freetour_viewer*/
#freetour_viewer
{
	margin-top: 10px;
}

#freetour_viewer .col1
{
	width: 600px;
	float: left;
	overflow: hidden;
}

#freetour_viewer .col2
{
	width: 352px;
	float: right;
	overflow: hidden;
}

#freetour_viewer .col2 .banner
{
	margin-bottom: 5px;
}

#freetour_viewer .background_freetour_viewer
{
	background: #FFF url(/images/background_freetour_viewer.png) repeat-y top left;
	font-family: arial;
	font-size: 1.3em;
	min-height: 40px;
}

#freetour_viewer #background_img
{
	background: #FFF url(/images/bg_galeria_pase.png) repeat top left;
	margin: 3px 0px 3px 0px;
}

#freetour_viewer .background_freetour_viewer h1
{
	color: #FFFFFF;
	font-family: helvetica,arial;
	font-size: 2.4em;
	font-weight: bold;
	padding: 4px 0px 0px 8px;
	float: left;
}

#freetour_viewer .background_freetour_viewer h2
{
	float: left;
	font-family: helvetica,arial;
	padding: 4px 0px 4px 8px;
	color: #FFF;
	font-size: 1.3em;
	font-weight: normal;
}

#freetour_viewer .background_freetour_viewer .link
{
	margin-top: 8px;
}

#freetour_viewer .background_freetour_viewer ul
{
	float: right;
	list-style: none;
	margin: 15px 5px 0px 0px;
}

#freetour_viewer .background_freetour_viewer li{
	float: left;
	margin: 0px 5px 0px 0px ;
}

#freetour_viewer .background_freetour_viewer .b_left a
{
	background: transparent url(/images/freetour_viewer_b_left.png) no-repeat top left;
	padding: 0px 0px 0px 20px;
	color: #FFF;
	text-decoration: none;
}

#freetour_viewer .background_freetour_viewer .b_right a
{
	background: transparent url(/images/freetour_viewer_b_right.png) no-repeat top right;
	padding: 0px 20px 0px 0px;
	color: #FFF;
	text-decoration: none;
}

#freetour_viewer #foto
{
	width: 400px;
	margin: 5px 100px 5px 100px;
}

#title_section
{
	padding-bottom: 20px;
	font-family: "Trebuchet MS";
	font-size: 24px;
	color: #85B9C9;
}

/*freetour_viewer*/
ul.arbolweb
{
	margin-left: 55px;
}

ul.arbolweb li
{
	margin: 20px;
	padding: auto;
	font-size: 14px;
}

ul.arbolweb>li
{
	clear: both;
}

ul.arbolweb li ul li
{
	float: left !important;
	list-style: none;
}

ul.arbolweb li ul li a
{
	color: #A13A31 !important;
}

.producido
{
	margin-top: 15px;
}

.producido a
{
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	font-size: 10px;
}


/* Definicio de caixa basica */
.box
{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	text-decoration: none;
}

.box *
{
	border: 0px;
}

/** Zona_1 Box START **/
.zone_box_1 .box
{
	width: 342px;
	height: 312px;
	overflow: hidden;
	border: 4px solid #A84C43;
	background: url("../images/fondo_mundo.gif") no-repeat right bottom;
}

.zone_box_1 ul
{
	margin-top: 40px;
	color: #6B6B6B;
	font-size: 1.2em;
	font-family: "Trebuchet MS", Arial;
	padding: 10px;
}

.zone_box_1 li
{
	list-style: none;
	padding-bottom: 5px;
	line-height: 1.4em;
}

.zone_box_1 .box h3
{
	color: #FFF;
	background-color: #6A6A6A;
	font-size: 1.6em;
	font-family: helvetica, arial;
	font-weight: normal;
	overflow: hidden;
	background: url("../images/bg_cab_mundo.gif") no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 335px;
	height: 32px;
	margin: 4px;
	padding: 10px;
}

.zone_box_1 li h4
{
	color: #9F382F;
	font-size: 1.4em;
	font-family: "Trebuchet MS", Arial;
}

.zone_box_1 li h4 a
{
	color: #9F382F;
	text-decoration: none;
}

.zone_box_1 li h4 a:hover
{
	color: #9F382F;
	text-decoration: underline;
}

.zone_box_1 li.mas
{
	color: #9F382F;
	font-size: 1.1em;
	font-family: "Trebuchet MS", Arial;
	text-align: right;
}

.zone_box_1 li.mas a
{
	color: #9F382F;
	text-decoration: none;
}

.zone_box_1 li.mas a:hover
{
	color: #9F382F;
	text-decoration: underline;
}

.zone_box_1 .box img
{
	width: 40px;
	height: 40px;
	border: 0px;
	margin-right: 5px;
	float: left;
	margin-bottom: 10px;
}
/** Zona_1 Box END **/

/** Zona_0 Box START **/
.zone_box_0 .box
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	display: none;
}

.zone_box_0
{
	width: 100%;
	height: 318px;
	position: relative;
	top: 0px;
	left: 0px;
}

.zone_box_0 .navegador
{
	background-color: #171717;
	text-align: right;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 23px;
}

.zone_box_0 .navegador .counter
{
	float: right;
	padding: 5px 8px 0px 0px;
	font-weight: bolder;
	color: #FFF;
	font-family: verdana;
}

.zone_box_0 .box .linkzone
{
	position: absolute;
	z-index: 1000;
	width: 550px;
	height: 290px;
}

.zone_box_0 .navegador .bottons
{
	float: right;
	padding: 4px 10px 0px 0px;
}

.zone_box_0 .box
{
	width: 610px;
	height: 295px;
	overflow: hidden;
}

.zone_box_0 .box h3
{
	font-size: 3em;
	margin-top: 20px;
}

.zone_box_0 .box h3 a
{
	color: #FFF;
	font-family: "Trebuchet MS", Arial;
	margin-top: 30px;
}

.zone_box_0 .box h4
{
	font-size: 1.6em;
	margin-top: 20px;
}

.zone_box_0 .box h4 a
{
	color: #FFF;
	font-family: "Trebuchet MS", Arial;
	margin-top: 10px;
}

.zone_box_0 .box img
{
	width: 610px;
	height: 295px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px;
}

.zone_box_0 .selected
{
	display: block;
}

.zone_box_0 .box .space
{
	width: 165px;
	height: 295px;
	position: absolute;
	top: 0px;
	right: -200px;
	background: #000;
	opacity: .80;
	filter: alpha(opacity=80);
	text-align: right;
	padding: 0px 8px 0px 20px;
}

.zone_box_0 .box .space a
{
	text-decoration: none;
}

/** Zona_4 Box START **/
.zone_box_4 .box
{
	width: 350px;
	height: 320px;
	overflow: hidden;
	background: #F3F3F3 url("../images/bg_conejito.gif") no-repeat right bottom;
	position: relative;
	top: 0px;
	left: 0px;
}

.zone_box_4 .star
{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 135px;
	background: transparent url("../images/ultimo_num.png") no-repeat top left !important;
	background: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/ultimo_num.png");
}

.zone_box_4 .box h3
{
	color: #792118;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.6em;
	padding-left: 10px;
	margin-top: 20px;
}

.zone_box_4 .box .content
{
	color: #1D1D1D;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 5px;
	line-height: 1.1em;
}

.zone_box_4 .box img
{
	border: 0px;
	float: left;
	margin: 10px 25px 10px 10px;
	/*width: 184px;
	height: 240px;
	*/
}

.zone_box_4 .box .buttons
{
	width: 100%;
	padding-left: 50px;
	height: 25px;
	float: left;
	margin: 20px 10px 0px 0px;
	color: #fff;
	font-size: 1.3em;
	font-family: "Trebuchet MS", Arial;
}

.zone_box_4 .box .buttons a
{
	color: #fff;
	font-family: "Trebuchet MS", Arial;
	text-decoration: none;
}

.zone_box_4 .box .buttons .suscribete
{
	width: 103px;
	height: 25px;
	background: url("../images/bg_suscribete.gif") no-repeat left top;
	padding: 5px;
	float: left;
}

.zone_box_4 .box .buttons .ver
{
	width: 157px;
	height: 20px;
	background: url("../images/bg_ver.gif") no-repeat left top;
	padding: 5px;
	float: left;

}
/** Zona_4 Box END **/

/** Zona_3 Box START **/
.zone_box_3 .box
{
	width: 296px;
	height: 212px;
	overflow: hidden;
	background: url("../images/bg_destacadas.jpg") no-repeat left bottom;
	border: 3px solid #F1f1f1;
	margin-bottom: 5px;
}

.zone_box_3 .over
{
	border: 3px solid #68B9CC;
}

.zone_box_3 .box h3
{
	color: #68BBCB;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.6em;
	padding: 5px 5px 0px 5px;
	overflow: hidden;
}

.zone_box_3 .box h3 a
{
	color: #68BBCB;
	text-decoration: none;
}

.zone_box_3 .box h4
{
	color: #282727;
	font-family: "Trebuchet MS", Arial;
	font-size: 1.2em;
	padding: 5px 5px 0px 5px;
	overflow: hidden;
	line-height: 1.1em;
}

.zone_box_3 .box img
{
	border: 0px;
	width: 300px;
	height: 150px;
}
/** Zona_3 Box END **/

/** Zona_5 Box START **/
.zone_box_5
{
	width: 350px;
	height: 275px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url("../images/bg_destacado_fotos.gif") no-repeat left top;
	margin-bottom: 5px;
	margin-top: 10px;
	overflow: hidden;
}

.zone_box_5 .box
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 256px;
	display: none;
}

.zone_box_5 .selected
{
	display: block;
}

.zone_box_5 .box h4
{
	width: 350px;
	height: 1.3em;
	position: absolute;
	top: 237px;
	left: 0px;
	background: #000;
	opacity: .70;
	filter: alpha(opacity=70);
	text-align: left;
	font-family: helvetica, Arial;
	font-size: 1.2em;
	padding: 3px 8px 0px 8px;
}

.zone_box_5 .box h4 a
{
	color: #fff;
	text-decoration: none;
}

.zone_box_5 .box h3{
	font-size: 1.6em;
	margin: 0px;
	padding: 0px;
}

.zone_box_5 .box h3 a
{
	color: #FFF;
	font-family: "Trebuchet MS", Arial;
	overflow: hidden;
	padding: 2px 0px 0px 10px;
	margin: 0px;
	text-decoration: none;
	display: block;
	font-size: 1em;
}

.zone_box_5 .box img
{
	border: 0px;
	width: 350px;
	height: 232px;
	margin: 2px 0px;
}

.zone_box_5 .navegador
{
	text-align: right;
	position: absolute;
	top: 252px;
	left: 0px;
	width: 350px;
	height: 23px;
}

.zone_box_5 .navegador .counter
{
	float: right;
	padding: 7px 8px 0px 0px;
	font-weight: bolder;
	color: #535353;
	font-family: verdana;
}

.zone_box_5 .box .linkzone
{
	position: absolute;
	z-index: 1000;
	width: 350px;
	height: 230px;
}

.zone_box_5 .navegador .bottons
{
	float: right;
	padding: 6px 2px 0px 2px;
}

.zone_box_5 .navegador .bottons img
{
	width: 14px;
	height: 14px;
}

.zone_box_5 .navegador .text
{
	font-family: "Trebuchet MS", Arial;
	font-size: 1.3em;
	color: #535353;
	float: left;
	padding: 7px 0px 0px 8px;
}

.zone_box_5 .navegador .text a
{
	color: #535353;
	text-decoration: none;
}
/** Zona_5 Box END **/

/** Zona_6 Box START **/
.zone_box_6 .box
{
	padding-bottom: 5px;
	overflow: hidden;
	background: #792118;
	margin-bottom: 5px;
}

.zone_box_6 .box h3
{
	color: #FFF;
	font-size: 1.6em;
	font-family: helvetica, arial;
	font-weight: normal;
	overflow: hidden;
	width: 335px;
	margin: 4px;
	padding: 5px 0px 0px 5px;
}

.zone_box_6 .box h4
{
	color: #FFF;
	font-size: 1.4em;
	font-family: helvetica, arial;
	font-weight: normal;
	margin-left: 10px;
	padding-bottom: 5px;
}

.zone_box_6 .box h4 a
{
	color: #FFF;
	text-decoration: none;
}

.zone_box_6 .box p
{
	color: #FFF;
	font-size: 1.2em;
	font-family: helvetica, arial;
	font-weight: normal;
	margin-left: 10px;
	padding-bottom: 5px;
}

.zone_box_6 .box .video
{
	width: 340px;
	height: 214px;
	margin: 0px 0px 15px 0px;
}

.zone_box_6 .box .videos_destacados
{
	width: 190px;
	padding: 5px;
	float: left;
	margin-right: 3px;
	position: relative;
	top: 0px;
	left: 0px;
}

.zone_box_6 .box .videos_destacados img
{
	width: 190px;
	height: 86px;
}

.zone_box_6 .box .videos_destacados p
{
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
/** Zona_6 Box END **/

/** Zona_7 Box START **/
.zone_box_7 .box
{
	width: 296px;
	height: 88px;
	overflow: hidden;
	border: 2px solid #85B9C9;
	margin-bottom: 5px;
	padding: 2px;
}

.zone_box_7 .box h3
{
	color: #85B9C9;
	font-size: 1.6em;
	font-family: helvetica, arial;
	font-weight: normal;
	overflow: hidden;
	padding: 5px 0px 5px 5px;
}

.zone_box_7 .box h3 a
{
	color: #85B9C9;
	text-decoration: none;
}

.zone_box_7 .box .bg_destacados
{
	background-color: #F3F8F9;
	width: 163px;
	float: right;
	margin-top: 3px;
	padding-bottom: 5px;
	height: 78px;
}

.zone_box_7 .box p
{
	color: #B4B4B4;
	font-size: 1.2em;
	font-family: helvetica, arial;
	font-weight: normal;
	padding: 0px 0px 0px 5px;
}

.zone_box_7 img
{
	width: 125px;
	height: 84px;
	float: left;
	padding: 3px 5px 0px 3px;
}
/** Zona_7 Box END **/

/** Formulario revista **/
.box_revista
{
	background: url("../images/bg_revista2.jpg") no-repeat top left;
	height: 360px;
	padding-top: 25px;
	padding-left: 80px;
	margin-bottom: 10px;
	position: relative;
	top: 0px;
	left: 0px;
}

.box_revista .digital
{
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #A13A31;
	font-size: 1.2em;
	position: absolute;
	bottom: 12px;
	left: 230px;
}

.box_revista .digital a,
.box_revista_gold .digital a
{
	color: #000;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
}

.box_revista_gold
{
	background: url("../images/bg_revista_gold.jpg") no-repeat top left;
	height: 360px;
	padding-top: 25px;
	padding-left: 80px;
	margin-bottom: 10px;
	position: relative;
	top: 0px;
	left: 0px;
}

.box_revista_gold .digital
{
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	color: #A13A31;
	font-size: 1.2em;
	position: absolute;
	bottom: 42px;
	left: 220px;
}

.form_revista
{
	border: 1px solid #DADADA;
	margin-bottom: 20px;
	padding: 10px;
}

.form_revista .fieldWithErrors
{
	border: 1px solid #A13A31;
	background-color: #A13A31;
	width: 236px;
	height: 25px;
}

.form_revista h2
{
	/*border-bottom: 1px solid #DADADA;*/
	font-size: 1.6em;
	color: #A13A31;
	padding-bottom: 3px;
	margin-top: 20px;
}

.form_revista .promociones
{
	margin-left: 10px;
	float: left;
	width: 90%
}

.form_revista .subindex
{
	color: #7E7E7E;
	font-size: 1em;
}

.form_revista #condiciones
{
	height: 10em;
	overflow: auto;
	border: 1px solid #DADADA;
	margin: 5px 0px 10px 0px;
}

.form_revista label
{
	font-size: 1.2em;
	color: #7E7E7E;
}

.form_revista ul
{
	width: 50%;
	list-style: none;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 1.2em;
	color: #7E7E7E;
}

.form_revista p
{
	font-size: 1.1em;
	color: #7E7E7E;
	padding: 10px;
}

.form_revista li
{
	margin-bottom: 5px;
	margin-top: 5px;
}

.form_revista input.textfield
{
	width: 230px;
	height: 18px;
	margin-bottom: 10px;
}

.form_revista input.account_bank,
.form_revista .account_num .fieldWithErrors input.account_bank,
.form_revista input.account_branch,
.form_revista .account_num .fieldWithErrors input.account_branch
{
	width: 40px;
	height: 18px;
	float: left;
	margin-right: 6px;
}

.form_revista input.account_dc,
.form_revista .account_num .fieldWithErrors input.account_dc
{
	width: 20px;
	height: 18px;
	float: left;
	margin-right: 6px;
}

.form_revista input.account_num,
.form_revista .account_num .fieldWithErrors input.account_num
{
	width: 100px;
	height: 18px;
	float: left;
	margin-right: 6px;
}

.form_revista .acc_number .fieldWithErrors
{
	width: auto;
	height: auto;
	border: none;
}

.form_revista input.account0,
.form_revista input.account1,
.form_revista input.account2,
.form_revista input.account3
{
	float: left;
	margin-right: 6px;
}

.form_revista input.account0
{
	width: 40px;
}

.form_revista input.account1
{
	width: 40px;
}

.form_revista input.account2
{
	width: 20px;
}

.form_revista input.account3
{
	width: 100px;
}

.form_revista input#enviar
{
	background: url("../images/enviar.jpg") no-repeat;
	width: 77px;
	height: 25px;
	border: 0px;
	padding-left: 8px;
	color: #FFF;
	cursor: pointer;
	float: right;
	text-align: left;
}

.form_revista #errorExplanation h2
{
	padding: 10px 0px 0px 0px;
	font-size: 1.4em;
	border: none;
}

.form_revista #errorExplanation ul
{
	margin: 0px;
	list-style-type: square;
	padding-left: 15px;
}

.form_revista #errorExplanation p
{
	padding: 5px 0px 0px 0px;
}

.form_revista .formError
{
/* 	font-size: 11px; */
	color: #A13A31;
	display: block;
/* 	width: 215px; */
}

/** START Formulario de alta **/
.form_alta
{
	background: #000 url("../images/bg_alta.jpg") no-repeat bottom left;
	margin-bottom: 20px;
	padding: 0px 0px 50px 0px;
	/*height: 666px;
	overflow: hidden;
	*/
}

.form_alta a
{
	font-size: 10px;
	color: #DADADA;
	padding-left: 5px;
}

.form_alta .box_alta
{
	width: 610px;
	font-size: 1.2em;
	color: #DADADA;
	border: 1px solid #DADADA;
	position: relative;
	top: 10px;
	left: 325px;
	padding: 10px;
}

/*codi nou*/
.form_alta .box_alta label,
.form_alta .box_alta input,
.form_alta .box_alta select
{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}

.form_alta .box_alta input.checked
{
	width: auto;
	height: auto;
}

.form_alta .box_alta label
{
	text-align: right;
	width: 120px;
	padding-right: 20px;
}

.form_alta .box_alta .formError
{
	font-size: 11px;
	color: #FF0000;
	margin-left: 1em;
	display: block;
	float: left;
	width: 215px;
}

.form_alta .box_alta br
{
	clear: left;
}

.form_alta .box_alta .fieldWithErrors
{
	display: inline;
	border: 0px;
}

.form_alta .box_alta .fieldWithErrors input,
.form_alta .box_alta .fieldWithErrors select
{
	border: 2px solid red;
}
/*fi codi nou*/

.form_alta .box_alta .zona2
{
	margin: 0px;
	padding: 0px;
	float: left;
	_margin-left: 10px;
}

.form_alta .box_alta .zona2 div
{
	margin-left: 10px;
}

.min_height_alta
{
	height: 600px;
}

.form_alta .box_alta .zona2 ul.logos
{
	float: right;
	width: 190px;
	margin-top: 0px !important;
	margin-right: 20px;
	_margin-right: 10px;
}

.form_alta .box_alta .zona2 ul.logos li
{
	padding-right: 5px;
	padding-bottom: 0px;
	float: left;
}

.form_alta .box_alta .zona2 ul.logos li img
{
	border: 0px;
}

.form_alta .box_alta .zona2 .aviso
{
	width: 530px;
	background-color: #FFF;
	color: #7E7E7E;
	font-size: 0.9em;
	line-height: 1.2em;
	height: 5em;
	overflow: auto;
	margin: 5px 0px 20px 0px !important;
	padding: 10px;
}

.form_alta .box_alta .zona2 .enviar input
{
	float: right;
	padding: 2px 39px 10px 0px;
	margin-top: 10px;
	width: auto;
	height: auto;
}

.form_alta .box_alta .zona2 .enviar a
{
	text-decoration: none;
	font-size: 12px !important;
}

.form_alta .box_alta li
{
	padding-bottom: 7px;
	list-style: none;
}

.form_alta .box_alta ul
{
	/*width: 280px;*/
	margin-top: 10px;
	margin-left: 20px;
	font-size: 1.2em;
}

.form_alta .box_alta ul.alta
{
	width: 100%;
}

.form_alta .box_alta .zona2 select
{
	width: 55px;
}

.form_alta .box_alta .zona2 input.num
{
	width: 50px;
}

.form_alta .box_alta .zona2 input.targeta
{
	width: 160px;
}

.form_alta .box_alta h2
{
	font-size: 1.6em;
	color: #DADADA;
	padding-bottom: 5px;
}

.form_alta .box_alta h3
{
	font-size: 1.4em;
	color: #DADADA;
	padding-bottom: 5px;
	border-bottom: 1px solid #DADADA;
	margin: 20px 10px 10px 10px;
}

.form_alta .box_alta .txt
{
	font-size: 0.999em;
	color: #DADADA;
	line-height: 1.4em;
	margin: 0px 10px 20px 10px;
}

.form_alta .box_alta input,
.form_alta .box_alta select
{
	width: 240px;
	height: 20px;
	border: 0px;
}

.form_alta .fieldWithErrors
{
	border: 1px solid #fd1818;
	background-color: #fd1818;
	width: 239px;
}

.form_alta .fieldWithErrors input,
.form_alta .fieldWithErrors select
{
	width: 238px;
}

.form_alta .confirm_title
{
	color: #FFF !important;
	font-size: 14px !important;
}

.form_alta .title_confirm_title
{
	border-bottom: 1px solid #D3D3D3;
	display: block;
	margin: 15px 20px 10px 0px;
}

.form_alta .box_alta .empty_input
{
	height: 20px;
}

.form_alta .box_alta .empty_spacer
{
	height: 10px;
}

.form_alta .box_alta li.li_provincia input
{
	width: 150px;
}

.form_alta .box_alta li.li_provincia .fieldWithErrors
{
	width: 149px;
}

.form_alta .box_alta li.li_provincia .fieldWithErrors input
{
	width: 148px;
}

.form_alta .box_alta li.li_cp .fieldWithErrors
{
	width: 74px;
}

.form_alta .box_alta li.li_cp .fieldWithErrors input
{
	width: 73px;
}

.form_alta .box_alta .no_width
{
	width: auto;
	margin: 0px;
	padding: 0px;
}
/** END Formulario de alta **/

/** START Box login en pagina de alta **/
.box_login_alta
{
	background-color: #000;
	color: #dadada;
	font-family: arial;
	font-size: 1.2em;
	padding: 10px 13px 0px 325px;
}

.box_login_alta_logo
{
	padding: 0px;
	margin: 0px;
	float: left;
	position: relative;
	top: 15px;
	left: 15px;
}

.box_form_login_alta h2
{
	font-size: 1.6em;
	padding-bottom: 5px;
}

.box_form_login_alta
{
	border: 1px solid #DADADA;
	padding: 10px;
}

.box_login_alta .box_form_login_alta ul
{
	margin-top: 10px;
	margin-left: 20px;
}

.box_login_alta .box_form_login_alta li
{
	padding-bottom: 7px;
	list-style: none;
}

.box_login_alta .box_form_login_alta input
{
	width: 240px;
	height: 20px;
	border: 0px;
}

.box_login_alta .box_form_login_alta .enviar input
{
	margin: 30px 0px 0px 0px;
	width: auto;
	height: auto;
}
/** END Box login en pagina de alta **/

.remember_password_link,
.remember_password_link a,
.remember_password_link a:visited,
.remember_password_link a:active,
.remember_password_link a:hover
{
	background-color: #000;
	color: #dadada;
	margin-left: 10px;
}

.login_feedback
{
	background-color: #000;
	color: #fd1818;
	font-family: arial;
	font-size: 1.2em;
	padding: 10px 0px 0px 325px;
}

.login_feedback h2
{
	font-size: 1.2em;
	font-family: arial;
	font-weight: bold;
	padding-bottom: 5px;
}

.login_feedback .div_error
{
	width: 610px;
	padding: 5px 10px;
	border: 1px solid #fd1818;
}

#errorExplanation ul
{
	padding: 2px 0px 0px 15px;
}

.boxinmagazine h3
{
	overflow: visible !important;
	padding: 5px 5px 0px !important;
}

.login_feedback a,
.login_feedback a:visited
{
	color: #ddd;
	text-decoration: none;
}

.login_feedback a:active,
.login_feedback a:hover
{
	text-decoration: underline;
}


img
{
	border: 0px;
}

#freetour_preview
{
	background: #626469 url("../images/bg_acceso.jpg") repeat-x top left;
	width: 100%;
	float: left;
}

#freetour_preview #col_left
{
	width: 330px;
	float: left;
	color: #FFF;
}

#freetour_preview #col_right
{
	width: 640px;
	float: left;
	color: #F5D006;
}

#freetour_preview #col_right .texto
{
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.3em;
	width: 585px;
	height: 60px;
}


*
{
	margin: 0;
	padding: 0;
}

#contenido-extra
{
	width: 970px;
	height: 736px;
}

#contenido-extra #box1
{
	width: 970px;
	height: 430px;
	background: url("../images/bg_box1.jpg") no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}

#contenido-extra #box1 a.link
{
	width: 970px;
	height: 430px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#contenido-extra #box1 h1 span
{
	display: none;
}

#contenido-extra #box1 img
{
	margin-left: 70px;
}

#contenido-extra #box1 h2
{
	width: 600px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	padding: 20px;
	padding-top: 100px;
	padding-left: 70px;
	text-align: center;
}

#contenido-extra #box1 ul
{
	color: #FFF;
	font-family: helvetica, arial, sans-serif;
	list-style: none;
	padding-left: 70px;
	font-size: 14px;
}

#contenido-extra #box1 li
{
	width: 185px;
	float: left;
	padding: 15px 15px 0px 15px;
}

#contenido-extra #box2
{
	width: 970px;
	height: 300px;
	background: url("../images/bg_box2.jpg") no-repeat;
}

#contenido-extra #box2 h1
{
	color: #BB2427;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	padding: 20px;
}

#contenido-extra #box2 #banners_vod
{
	text-align: center;
}

#contenido-extra #box2 #banners_vod img
{
	margin: 10px;
	border: 0;
}
