/*Estilos para Billares Sam - www.billaressam.com*/

@import url("/mant/up/secciones-en.css"); 

/*Reseteo de Estilos..........................................................................................*/
* {
	margin:0;
	padding:0;
}
table {
   border-collapse:collapse;
   border-spacing:0;
}
fieldset,img {
   border:0;
}
address,caption,cite,code,dfn,/*em*/,strong,th,var {
   font-style:normal;
   font-weight:normal;
}
ol,ul {
   list-style:none;
}
caption,th {
   text-align:left;
}
h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}
abbr,acronym { border:0;}
.clear {clear:both;}

/*--------------------------------LINKS-------------------------------------------------------------------*/
a, a:visited{
	color: #000;
}

a:hover{
	color: #fc0;
}

/*--------------------------------ACCESIBILIDAD-----------------------------------------------------------------------------------*/
hr{
	display: none;
}

#skip {
	visibility: hidden;
	position: absolute; /*Solucionamos el problema con el background de la cabecera*/
	left: -9999px;
}

legend {
	visibility: hidden;
}

/*--------------------------------EMPIEZA MAQUETACIÓN-------------------------------------------------------------------*/
body {
	background: #666 url(../img/en/bg.jpg) repeat-x left top;
	font: 62.5% Verdana, Arial, Helvetica, sans-serif; 
	color: #000000;
	text-align: center;
}
#index {
	background: #666 url(../img/en/bg-index.png) repeat-x left top;
}

#container {
	width: 79.7em; /*797px*/
	background-color: #666;
	text-align: left;
	margin: 0 auto;
	
}

/*--------------------------------CABECERA -------------------------------------------------------------------------------*/
#header {
	background: #000 url(../img/en/bg-header.png) repeat-x left top;
	border-bottom: 0.1em solid #787878;
	padding: 1em 0 0 0;
}

#logo {
	width: 16.5em;
	padding: 0 4.3em 0 4.3em;
	float:left;
}

#header h1 { 
    width: 165px; 
    height: 100px; 
	/*Hack para que funcione PNG transparente en IE6*/
    background: url(../img/en/logo.png) no-repeat left top !important; 
	background-image: none; 
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo.png');   
	} 
 
#header h1 a { 
	text-indent: -9999px; 
	width: 164px; 
	height: 78px; 
	display: block;
	overflow: hidden; /*Punteado link solo afecta al logo*/
   }

/*-------------------------------- MENÚ ------------------------------------------------------------------------------------------*/
#menu {
	width: 54.6em;
	height: 2.6em;
	float: right;
	}

#main-menu {
	float: right;
	}

#main-menu ul{
	background: url(../img/en/bg-main-menu.gif) no-repeat left center; 
	height: 3em;
	width: 54.4em;
	z-index:9999;
	}

#main-menu li{
	float: left;
	color: #fff;
	text-decoration: underline;
	margin: 0.6em 0 0 0;
	text-indent: -9999px;
}

/*Menú desplegable*/
#main-menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	color: fff;
	padding-top: 0.7em;
}

#main-menu li>ul {
	top: auto;
	left: auto;
}

#menu-secfase{
	background-color:#000; 
	width:320px;;
	height:22px;
	margin:0px auto auto 216px; 
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px ; 
	color:#666;
	text-transform: uppercase;
	text-align:right; 
	padding-right:10px;
	padding-top:6px;
}

#menu-secfase a{
	color:#FFFFCC;
	text-decoration:none;
}

#menu-secfase a:hover{
	color:#FFCC00;
}

#menu-secfase .no{
	text-decoration:line-through;
	color:#333333;
}


#main-menu li:hover ul, #nav li.over ul {
	display: block;
	width: 14em;
	height: 9.5em;
}

#main-menu li li {
	display: block;
	background: url(../img/bg-main-menu2.gif) repeat-x left bottom;
	text-indent: 0;
	height: 2.2em;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
	margin:0;
		}

#main-menu #nav li li a {
	color: #ccc;
	padding: 0.4em 0 0 0.8em;
	}

#main-menu #nav li li a:hover { 
	color: #fff;
	background: none;
}
#m-company ul{
	margin-left:1px;
}
/* Botones menú principal*/
#m-company {background: url(../img/en/m-company-off.gif) no-repeat left top; width: 71px; height: 20px;}
#m-novelties {background: url(../img/en/m-novelties-off.gif) no-repeat left top; width: 81px; height: 20px;}
#m-offers {background: url(../img/en/m-offers-off.gif) no-repeat left top; width: 64px; height: 20px;}
#m-billards {background: url(../img/en/m-billiards-off.gif) no-repeat left top; width: 70px; height: 20px; }
#m-airhockeys {background: url(../img/en/m-airhockeys-off.gif) no-repeat left top; width: 87px; height: 20px;}
#m-futbolines {background: url(../img/en/m-futbolines-off.gif) no-repeat left top; width: 81px; height: 20px;}
#m-accesories {background: url(../img/en/m-accesories-off.gif) no-repeat left top; width: 86px; height: 20px;}

/* para dar ancho a los menus en dropdown */
#m-company a{width: 94px; height: 20px; display: block; overflow:hidden;}
#m-novelties a{width: 79px; height: 20px; display: block; overflow:hidden;}
#m-offers a{width: 62px; height: 20px; display: block; overflow:hidden;}
#m-billards a{width: 78px; height: 20px; display: block; overflow:hidden;}
#m-airhockeys a{width: 83px; height: 20px; display: block; overflow:hidden;}
#m-futbolines a{width: 81px; height: 20px; display: block; overflow:hidden;}
#m-accesories a{width: 84px; height: 20px; display: block; overflow:hidden;}

#m-company a:hover {background: url(../img/en/m-company-on.gif) no-repeat left top; width: 94px; height: 20px;}
#m-novelties a:hover{background: url(../img/en/m-novelties-on.gif) no-repeat left top; width: 81px; height: 20px;}
#m-offers a:hover{background: url(../img/en/m-offers-on.gif) no-repeat left top; width: 64px; height: 20px;}
#m-billards a:hover{background: url(../img/en/m-billiards-on.gif) no-repeat left top; width: 78px; height: 20px;}
#m-airhockeys a:hover{background: url(../img/en/m-airhockeys-on.gif) no-repeat left top; width: 83px; height: 20px;}
#m-futbolines a:hover{background: url(../img/en/m-futbolines-on.gif) no-repeat left top; width: 81px; height: 20px;}
#m-accesories a:hover{background: url(../img/en/m-accesories-on.gif) no-repeat left top; width: 86px; height: 20px;}

/*Menú secundario*/
#secundary-menu {
    background: url(../img/bg-secundary-menu.gif) no-repeat left top ; 
	margin: 1em 0 0 22.9em;
	padding: 0.6em 0 0 0.7em;
	}

#secundary-menu ul{
	height: 2.6em;
	width: 30.4em;
	}

#secundary-menu li{
	float: left;
	color: #fff;
	text-decoration: underline;
	text-indent: -9999px;
}
/*Botones menú secundario*/
#sm-index{background: url(../img/en/sm-index.gif) no-repeat left top; width: 42px; height: 12px; padding-right: 1.5em;}
#sm-english{background: url(../img/en/sm-english.gif) no-repeat left top; width: 44px; height: 12px; padding-right: 1.5em;}
#sm-languages{background: url(../img/en/sm-languages.gif) no-repeat left top; width: 63px; height: 12px; padding-right: 1.5em;}
#sm-contact{background: url(../img/en/sm-contact.gif) no-repeat left top; width: 61px; height: 12px; padding-right: 1.5em;}
#sm-map{background: url(../img/en/sm-map.gif) no-repeat left top; width: 72px; height: 12px;}

#sm-index a {width: 42px; height: 12px; display: block; overflow:hidden;}
#sm-english a{width: 44px; height: 12px; display: block; overflow:hidden;}
#sm-languages a{width: 65px; height: 12px; display: block; overflow:hidden;}
#sm-contact a{width: 61px; height: 12px; display: block; overflow:hidden;}
#sm-map a{width: 72px; height: 12px; display: block; overflow:hidden;}

/*-------------menú desplegable/empresa------------------ */
#m-quienessomos{width: 105px; height: 12px; padding-right: 1.5em;} 
#m-comollegar{width: 105px; height: 12px; padding-right: 1.5em;}
#m-cafebillar{width: 105px; height: 12px; padding-right: 1.5em;}

#m-quienessomos a{width:105px; height: 12px; padding-right: 1.5em;}
#m-comollegar a{width: 105px; height: 12px; padding-right: 1.5em;}
#m-cafebillar a{width:105px; height: 12px; padding-right: 1.5em;}

#m-quienessomos a:hover{width: 105px; height: 12px; padding-right: 1.5em;}
#m-comollegar a:hover{width: 105px; height: 12px; padding-right: 1.5em;}
#m-cafebillar a:hover{width: 105px; height: 12px; padding-right: 1.5em;}
/*-------------------------------------------ZONA DE CONTENIDO--------------------------------------------------------------------------*/
#content{
	border: 0.1em solid #B7B7B7;
	/*border-top: none;*/
	background: #666 url(../img/en/bg-content.gif) repeat-y;
}
	
#secundary-column{
	width: 25.3em;
	float: left;
	/*border-right: 0.1em solid #9F9F9F;*/
}
	
/*1er bloque destacado*/
#outstanding1{
	height:141px; 
	border-bottom:#333 solid 3px; 
	cursor:pointer;
}

#outstanding1 h2{
/*Hack para que funcione PNG transparente en IE6
    background: url(../img/en/tit-cosmic.png) no-repeat left 7.6em !important; 
	background-image: none; 
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/tit-cosmic.png'); 
	*/	
	text-indent: -9999px;
}

#outstanding1 span{
	display:block;
	overflow:hidden;
	height:153px;
	width:256px;
	cursor:hand;
}
	
#outstanding1 h3{
	text-indent: -9999px;
}
	
/*Configurador*/
#index #configurator {
	height: 10.5em;
	background: url(../img/en/bg-configurator.gif) no-repeat left top;
	border-top: 0.5em solid #333;
}

#configurator h2{
	height: 10.7em;
	background: url(../img/en/tit-configurator.gif) no-repeat 7em 0.8em;
	height: 3em;
	text-indent: -9999px;
}

#configurator-form {
	height: 10.7em;
	text-align: right;
	margin: 0 1.4em 0 0;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#configurator-form select{
	border: 1px solid #4F4F4F;
	color:#FFCC00;
	font: 1.3em Verdana, Arial, Helvetica, sans-serif;
	padding: 0.2em 0 0.2em 0;
	width: 12.5em;
	background-color:#666666;
	margin:6px auto auto -2px;
	}
#configurator-form input {
	background: url(../img/en/btn-configurator.gif) no-repeat left top;
	border: none;
	width: 16.6em;
	height: 2.8em;
	margin: 0.8em 0 0 0;
	padding: 0 0 6 0;	
	cursor: hand;
	color:#CCCCCC;
	text-transform:uppercase;
	font-size:10px;
	}

#configurator-form p {
	text-align: left;
	font-size: 0.9em;
	margin: -2.3em 0 0 1.8em;
	}

/*2ndo bloque destacado*/
#outstanding2{
	height:141px; 
	border-bottom:#333 solid 3px; 
	cursor:pointer;
	}

#outstanding2 h2{ 
/*Hack para que funcione PNG transparente en IE6
    background: url(../img/en/tit-cosmic.png) no-repeat left 7.6em !important; 
	background-image: none; 
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/tit-cosmic.png'); 
	*/	
	text-indent: -9999px;
	}

#outstanding2 span{
	display:block;
	overflow:hidden;
	height:153px;
	width:256px;
	cursor:hand;
}

#outstanding2 h3{
	text-indent: -9999px;
	}

/*Novedades*/
#novelties {
   background: #999 url(../img/en/bg-novelties.gif) repeat-x left top; 
   height: 16em;
}

#novelties h2{
	background: url(../img/en/tit-novelties.gif) no-repeat 2.5em 1.2em; 
	height: 4.5em;
	width: 13.5em;
	text-indent: -9999px;
	float: left;
   }
   
#novelties h3 {
	font-size: 1.2em;
	font-weight:bold;	
	text-transform: uppercase;
	color:#FFCC66;
	margin: 0.5em 0 0 0;
}

#novelties h3 a{
	color:#FFCC66;
	text-decoration:none;
}

#novelties h3 a:hover{
	color:#FFFFCC;
	text-decoration:underline;
}

#novelties p {
	float: right;
	margin: 1.5em 3em 0 0;
}
#novelties li {
	width: 9em;
	float: left;
	margin: 0 1em 0 2.5em;
	}

#novelties li h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #333;
	margin: 0.5em 0 0 0;
	}

#novelties ul li p {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #ffc;
	padding: 0;
	margin: 0;
	float: none;
	}

/*-------------------------------------------COLUMNA PRINCIPAL----------------------------------------------------------------------*/
#main-column{
	width: 54.1em;
	float: right;
	}
	
#main-promo {
	width: 54.1em;
	height: 41.8em;
	text-indent: -9999px;
	z-index:9999;
	}
/*
	background: #000 url(../img/en/magno1.jpg) no-repeat right top; 
*/

#main-promo span {
	display:block;
	height:418px;
	overflow:hidden;
	width:533px;
}


#news {
	width: 32.4em;
	height: 17.2em;
	float: right;
	background-color: #EBEBEB;
	}

#news h2{
	background: url(../img/en/tit-news.jpg) no-repeat 1.5em bottom; 
	text-indent: -9999px;
	height: 4em;
}
#news h3{
	margin: 1em 1.5em 0 1.5em;
	padding: 0.6em 0 0 0;
	background: url(../img/en/sep-news.gif) repeat-x left top; 
	}
	
#news h3 a{
	color: #333;
	text-decoration: none;
	}
#news h3 a:hover{
	color: #AC0000;
	text-decoration: none;
	}

#news p {
	text-align: right;
	margin:-2.5em 1.5em 0 0;
	padding: 0 0 0.8em 0;
	color: #666;
	}
#news p a, #news p a:visited{
	color: #666;
	}
#news p a:hover{
	color: #fc0;
	}

/*------------------------------------------------PAGINA DETALLE PRODUCTO--------------------------------------------------------------*/

#configurator {
	height: 9.7em;
	background: url(../img/en/bg-configurator.gif) no-repeat left top;
}
/*Accesorios*/
#accesories{
	background-color: #fff;
	height: 21em;
	border-top: 0.4em solid #333;
}

#accesories h2{
	background: url(../img/en/tit-accesories.gif) no-repeat 1.3em 1em;
	height: 3.2em; 
	text-indent: -9999px; 
}

#accesories a {
	color: #000;
	}

#accesories ul {
	width: 22em;
	margin: 0 0 0 1.3em;
	color: #000;
	}

#accesories li {
	width:10.8em;
	float: left;
	margin: 0.4em 0 0.6em 0;
}

#accesories li a {
	color: #000;
	margin: 0 0 5em 0;
	font-size:9px;
	text-decoration:none;
		}

#accesories li img{
	border: 1px solid #666;
	margin: 0 0.3em 0 0;
	vertical-align: middle;
	float:left;
}

/*Tipos de paño y medidas*/

#configuration-options{
	background-color:#EAEAEA;
	border-top:0.4em solid #333333;
	height:17.8em;
}	

#configuration-options-air{
	background-color: #eaeaea;
	height: 31.75em;
	border-top: 0.4em solid #333;
}	

#configuration-options-air h2{
	background: url(../img/en/tit-patas.gif) no-repeat 1.3em 1em;
	height: 3.2em; 
	text-indent: -9999px; 
	margin-bottom:20px;
}	

#configuration-options-air a {
	color: #000;
	}

#configuration-options-air ul {
	width: 22em;
	margin: 0 0 0 1.3em;
	color: #000;
	}

#configuration-options-air li {
	width:10.8em;
	float: left;
	margin: 0.4em 0 0.6em 0;
}

#configuration-options-air li a {
	color: #000;
	margin: 0 0 5em 0;
	font-size:9px;
	text-decoration:none;
		}

#configuration-options-air li img{
	border: 1px solid #666;
	margin: 0 0.3em 0 0;
	vertical-align: middle;
	float:left;
}

#pano {
	background: url(../img/en/sep-configuration-options.gif) repeat-x left bottom;
	height: 7.8em;
	margin: 0 1em 0 1em;
}
#pano h2{ 
	background: url(../img/en/tit-pano.gif) no-repeat 0.9em 1em;
	height: 3.2em; 
	text-indent: -9999px; 
}
#pano ul {
	width: 25em;
	margin: 0 0 0 1em;
	}

#pano li {
	width: 3.2em;
	float: left;
	margin: 1em 0 1em 0;
}

#medidas h2{
	background: url(../img/en/tit-medidas.gif) no-repeat 1.9em 1em;
	height: 3.2em; 
	text-indent: -9999px; 
}
#medidas ul {
	width: 20em;
	margin: 0 0 0 2em;
	}

#medidas li {
	width: 9em;
	float: left;
	margin: 0.4em 0 0.4em 0;
	letter-spacing: -0.1em;
}

/*Breadcrumbs*/
#breadcrumbs{
	background: #fff url(../img/en/bg-breadcrumbs.jpg) repeat-y top right;
	height: 1.8em; 
	text-transform: uppercase;
	color: #000;
	}
#breadcrumbs p{	
	padding: 0.2em 0 0 0.5em;
}

#breadcrumbs a{	
	color: #000;
	}
/*Detalle del Producto*/
#product{
	background-color: #9f9f9f;
	height: auto; /* 31.2em*/ 
	text-transform: uppercase;
	}					
#product h1{
	height: 4.8em; 
	text-indent: -9999px;
	color: #fc0;
	/* font: 320.5% "Lucida Grande","Lucida Sans Unicode",sans-serif; 
	letter-spacing:-0.05em; */
	padding-top: 8px;
	margin: 0px auto auto 12px;
	}
#product p{
	text-align: right;
	background-color: #000;
}

/*Descripcion de producto*/
#description{
	background:  url(../img/en/tit-description.gif) no-repeat left 0.9em; /*titulo sobre scroll*/
	width: 27.1em;
	height: auto; 
	float: left;	
}

#description h2{
	text-indent: -9999px;
}

#description #mod {
	visibility: hidden; /*ocultamos palabra modelo*/
}
#description h2 {
	color: #ffd;
	font-size: 1.5em;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0.8em 0 0 1.6em;
}
#description #type {
	font-size: 0.7em;
	font-weight: normal;
	padding: 0 0 0 1.8em;
	color: #fff;
	}
#description p {
	color: #fff;
	margin: 1.2em 10px 20px 1.5em;
}
/*Más información - Catalogo y fotos*/


#more-info{
	padding-top:26px;
	float: right;
	width: 27em;
	height: 12.6em; 
	color: #000;
	text-transform:uppercase;
	background: #fff url(../img/en/bg-descargas.gif) no-repeat top center;
}	
#more-info a{
	color: #666;
}
#more-info h2 {
	margin: 0.2em 0 0 2em;
	padding: 1.4em 0 1.4em 3.5em;
}

#descargas{
	background: url(../img/en/tit-descargas.gif) no-repeat left 0.6em; /*titulo sobre descargas*/
	width: 27.1em;
	height: 3em; 
	z-index:9999;
	margin-top:-28px;
}

#descargas h2{
	text-indent: -9999px;
}

#catalogue {
	background: url(../img/en/icon-catalogue.gif) no-repeat left center;
}

#catalogueko {
	background: url(../img/en/icon-catalogueko.gif) no-repeat left center;
}


#photos {
	background: url(../img/en/icon-photos.gif) no-repeat left center;
}

#photosko {
	background: url(../img/en/icon-photosko.gif) no-repeat left center;
}

#recambios {
	background: url(../img/en/icon-catalogue.gif) no-repeat left center;
}

#recambiosko {
	background: url(../img/en/icon-catalogueko.gif) no-repeat left center;
}

/*-------------------------------------------------SECCIÓN DE PRODUCTO-----------------------------------------------------------------*/
#models {
	background: #ccc url(../img/en/bg-models.jpg) repeat-x left top;
	padding: 2.2em 0 0.4em 6em;
	}
	
	
#models h1 {
	margin-left:0px;
	height: 3em;
	text-indent: -9999px; 
}
		
#models ul {
	background: url(../img/en/sep-title-models.gif) no-repeat left 0.4em;
	width: 47em;
	padding: 2em 0 0 0;
	}

#models li {
	width: 9.2em;
	padding: 0 6em 2em 0;
	float: left;
	}

#models h2 {
	color: #ffd;
	font-size: 1.4em;
	text-transform:uppercase;
	font-weight: bold;
}

#models h2 a{
	text-decoration: none;	color: #fff;
}
#models h2 a:hover{
	text-decoration: underlined; color: #fc0;
}
#models p{
	color: #333;
	font-size: 0.9em;
	/*text-transform:uppercase;*/
}


#listmodels {
	background: #ccc url(../img/en/bg-models.jpg) repeat-x left top;
	padding: 2.2em 0 0.4em 6em;
 	min-height: 387px;
  	height: auto !important;
 	min-height: 387px;
	}
	
#listmodels ul {
	background: url(../img/en/sep-title-models.gif) no-repeat left 0.4em;
	width: 47em;
	padding: 4em 0 0 0;

	}

#listmodels li {
	width: 9.2em;
	padding: 0 6.2em 0em 0;
	float: left;
	min-height: 175px;
  	height: auto !important;
 	min-height: 175px;
	}

#listmodels h2 {
	color: #ffd;
	font-size: 1.4em;
	text-transform:uppercase;
	font-weight: bold;
}

#listmodels h2 a{
	text-decoration: none;	color: #fff;
}
#listmodels h2 a:hover{
	text-decoration: underlined; color: #fc0;
}
#listmodels p{
	color: #333;
	font-size: 0.9em;
	/*text-transform:uppercase;*/
}


.seccion1{
	background: url(../img/en/tit-novedades.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
	}
	
.seccion2{
	background: url(../img/en/tit-ofertas.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
}

.seccion3{
	background: url(../img/en/tit-accesorios.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
}
.seccion4{
	background: url(../img/en/tit-resultadosbusqueda.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
}

.seccion5{
	background: url(../img/en/tit-airhockeys.gif) no-repeat left center;
	height: 1.2em;
	text-indent: -9999px; 
	padding-top:12px;
	font: 150% Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFDD;
}

.seccion57{
	background: url(../img/en/tit-airhockeys-220.gif) no-repeat left center;
	height: 1.2em;
	text-indent: -9999px; 
	padding-top:12px;
	font: 150% Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFDD;
}

.seccion59{
	background: url(../img/en/tit-airhockeys-baby.gif) no-repeat left center;
	height: 1.2em;
	text-indent: -9999px; ; 
	padding-top:12px;
	font: 150% Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFDD;
}

.seccion56{
	background: url(../img/en/tit-airhockeys-doble.gif) no-repeat left center;
	height: 1.2em;
	text-indent: -9999px;  
	padding-top:12px;
	font: 150% Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFDD;
}

.seccion58{
	background: url(../img/en/tit-airhockeys-yukon.gif) no-repeat left center;
	height: 1.2em;
	text-indent: -9999px;  
	padding-top:12px;
	font: 150% Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFDD;
}

.seccion6{
	background: url(../img/en/tit-futbolines.gif) no-repeat left top ;
	height: 1.2em;
	text-indent: -9999px; 
	padding-top:12px;
	font: 150% Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFDD;
}

.seccion612{
	background: url(../img/en/tit-futbolines-linares.gif) no-repeat left top ;
	height: 1.2em;
	text-indent: -9999px; 
	padding-top:12px;
	font: 150% Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFDD;
}

.seccion611{
	background: url(../img/en/tit-futbolines-tempo.gif) no-repeat left top ;
	height: 1.2em;
	text-indent: -9999px; ; 
	padding-top:12px;
	font: 150% Verdana, Arial, Helvetica, sans-serif; 
	color: #FFFFDD;
}

/* aquí poner el estilo accesorios */

.airhockeys{
	background: url(../img/en/tit-airhockeys.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
}


.billares1{
	background: url(../img/en/tit-billarespool.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
}

.billares2{
	background: url(../img/en/tit-billarespool51.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
}

.billares3{
	background: url(../img/en/tit-billarescarambola.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
}

.billares4{
	background: url(../img/en/tit-billaresespeciales.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
}

.billares5{
	background: url(../img/en/tit-billaresdomesticos.gif) no-repeat left center;
	height: 3em;
	text-indent: -9999px; 
}

#navegation {
	background: url(../img/en/bg-navigation.gif) no-repeat left top;
	text-align: center;
	margin: 0 0 0 8.5em;
	padding: 0 0 0 0.5em;	
	width: 260px;
	height: 5em;
	color: #ccc;
}

#navegation p {
	padding: 1.3em 0 1em 0;
	color: #ccc;
	font-size: 0.9em;
	}
#navegation a {
	color: #ffd;
	text-decoration: none;
}
.prev{
	margin: 0 0.8em 0 0;
	padding: 0 0 0.2em 1.3em;
	background: url(../img/en/icon-prev.gif) no-repeat left top;
	
}
.next{
	margin: 0 0 0 0.8em;
	padding: 0 1.3em 0.2em 0;
	background: url(../img/en/icon-next.gif) no-repeat right top;

}
/*----------------------------SECCION DE EMPRESA------------------------------------*/
/*-----------------------------PRIMER CUADRO-------------------------------------*/

#caja{
	height:141px; /*padding-top:10px; padding-left:10px;*/ 
	background:transparent url(../img/en/cafe_billar_empresa.jpg); 
	border-bottom:#333 solid 3px; 
	cursor:pointer;
}

/*#caja h2{text-indent: -9999px; }
*/

#caja .transparent{
	text-indent:-9999px;
}

#caja span{
	display:block;
	overflow:hidden;
	height:153px;
	width:256px;
	cursor:hand;
}

/*---------------------------SGUNDO CUADRO--------------------------------------------*/

#caja2{
	height:141px; /*background-color:#FFF;*/ /*padding-top:10px; padding-left:10px;*/
	background:transparent url(../img/en/dani_sanchez.jpg);
	border-bottom:#333 solid 3px;cursor:pointer;
}
#caja2 .transparent{
	text-indent:-9999px;
}
/*#caja2 h2{background: url(../img/en/txt_patrocinio.jpg) no-repeat left center;height: 3em;text-indent: -9999px; }*/
#caja2 span{display:block; overflow:hidden; height:153px; width:256px;cursor:hand;} 
/*------------------------------------TERCER CUADRO-----------------------------------------*/
#caja3{height:153px; /*background-color:#EAEAEA; padding-top:10px; padding-left:10px;*/ background:transparent url(../img/en/mapa_empresa.jpg); border-bottom:#333 solid 3px;cursor:pointer;}
/*#caja3 h2{background:url(img/mapa_empresa.jpg) no-repeat left center;height: 3em;text-indent: -9999px; }*/
#caja3 .transparent{text-indent:-9999px;}
#caja3 span{display:block; overflow:hidden; height:153px; width:256px;cursor:hand;}
/*------------------------------------TERCER CUADRO-----------------------------------------*/
#caja4 {height:153px;  background:transparent url(../img/en/empresa_sam.jpg); border-bottom:#333 solid 3px;cursor:pointer;}
/*#caja4 h2{background:url(img/empresa_sam.jpg) no-repeat left center;height: 3em;text-indent: -9999px; }*/
#caja4 .transparent{text-indent:-9999px;}
#caja4 span{display:block; overflow:hidden; height:153px; width:256px;cursor:hand;}
/*--------------------------------------TEXTOS DE CONTENIDO----------------------------------*/
/*.entradilla{
width:310px; text-transform:none; font-size:14px; float:right; padding-top:10px; line-height:13px;}*/
#presentacion{width:492px; padding-top:12px;
}
#presentacion p {padding-left:5px;}
#presentacion em{font-style: normal;font-weight: normal;text-transform: uppercase;}
.texto{
	padding:10px 0 10px 0;
	color:#000;
	width:500px;
	line-height:15px;
	color:#333333;
}

.texto em{
	font-size:1.2em;
}

.texto a{
	color:#000000;
}

#presentacion img{float:left; padding-right:5px;}

.billares-empresa{background-image:url(img/tit-billarsam.gif); margin-bottom:15px;}
.cuadro{height:230px;width:495px; background-color:#FFF;}
.cuadro h1{background:url(img/sam_mundo.jpg) no-repeat left center;height: 3em;text-indent: -9999px;}
/*-------------------------------------------------PIE-----------------------------------------------------------------------------------*/
#footer {
	background: #666 url(../img/en/bg-footer.png) no-repeat center top;
	height: 5em;
	text-align: center;
}

#footer ul {
	padding: 1.8em 0.3em 1.4em 0;
}

#footer li {
	float: left;
	background: url(../img/en/sep-footer-menu.png) no-repeat left center;
	font-size: 0.9em;
	padding: 0 0.9em 0.2em 1.1em;
	}
	
#footer .no-separator{
	background: none;
}

#footer li a {
	color: #999;
	text-decoration: none;
}

#footer li a:hover {
	color: #fff;
	text-decoration: underline;
}

#first {
	background: url(../img/en/logo-footer.jpg) no-repeat left center !important; /*Anula footer li */
	padding: 0 !important; /*Anula footer li */
	width: 58px; 
	height: 24px; 
	text-indent: -9999px; 
	margin: -0.7em 2em 0 2.6em;
		}

#first a {
	width: 58px; 
	height: 24px; 
	display: block; 
	overflow:hidden;
}


	
	
	/* ------------ scrolls -------------- */
	
	
.descripcionlarga {
	text-align:left;
	border: 0px;
	width: 260px;
	min-height: 116px;
	height: 116px;
	margin: 5px auto auto auto;
	padding-right: 10px;
	line-height: 12px;
	float: none;
	overflow: auto;
}

.accesorioscrol {
	text-align:left;
	border: 0px;
	width: 253px;
	min-height: 175px;
	height: 175px;
	margin: 3px auto auto auto;
	padding-right: 0px;
	line-height: 10px;
	float: none;
	overflow: auto;
}



/*______________________________________COMO LLEGAR___________________________________________________*/



#des_pdf {
		background: transparent url(../img/en/logo_pdf.png) no-repeat;
		height:25px;
		padding-left:30px;
		/*este centra el texto con el icono*/
		padding-top:5px;
		/*este separa el contenedor del mapa*/
		margin-top:25px;
		color:#000000;	
	}
	
	/*______________________________ENCUENTRA TU BILLAR________________________________________*/
	
	
#subillar{ 
	background:#CCCCCC url(../img/en/fondo_encuentra.png) no-repeat center top ; 
	height:124px;
	margin-top:0px;	
}
	
#subillar span{
	display:none;	
}

#encuentrebillar{
	padding-top:0px
}

#encuentrebillar select{ width: 160px; 
							margin-rigth: 70px;
							/*margin-bottom:15px;*/
							display:inline;							
}

.etiqueta{
			margin-left: 20px;
			font-weight:bold;
			padding-right:15px;
} 

#juego , #medida , #modelo{
		font-size:10px;
		width: 250px;
		margin-right:0px;
}

#btnenviar {	
		float:right;
		margin-right:12px;
		margin-top:10px;
		cursor:hand;	
}

#btnenviar input { 				
	background:transparent url(../img/en/btnMostrarresult.gif) no-repeat scroll left top;
	border:medium none;
	height:1.8em;
	margin: 0pt 0pt 0pt 0pt;
	padding:0pt;
	width:11.6em;
	cursor:hand;
}

#btnenviar span{
	height:25px;
	width:153px;
	cursor:hand;	
	display:block;
	overflow:hidden;
}

						
	/*______________________MODALIDADES DE JUEGO______________________________*/
	
	
#modalidadesdejuego{
	background:url(../img/en/bg-models.jpg) repeat-x #E0DFE3;
	height:164px;
	margin-top:-11px;
}
							
							
	#modalidadesdejuego li{	float:left;
							display:inline;
							margin-left:25px;
							margin-top:5px;
							width:102px; 
							height:102px;
							}
						
	#modatit { 
	height:40px; 
	padding-left:19px;
	padding-top:12px;}
	
	 

	
	#bamericano  #bingles  #bcarambola  #bespeciale  p{ margin-top:15px;}
	
.noticia a{
	font-size:1.3em;
	text-decoration:none;
}
.noticia a span{
	font-weight:bold;
}
.noticia a:hover{
	text-decoration:underline;
	color:#666666;
}
.noticialink a{
	text-decoration:none;
	color:#5B5B5B;
}
.noticialink a:hover{
	text-decoration:underline;
	color:#000;
}
.cubohome {
	text-align:left;
	border: 0px;
	width:510px;
	height: 351px;
	margin: 10px auto auto auto;
	padding: 0px;
	line-height: 14px;
	float: none;
	overflow: auto;
}

.legaltxt{
	position:relative;
	top:-15px;
	left:260px;
}

.legaltxt a{
	font-size:9px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#999;
}

.legaltxt a:hover{
	font-size:9px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
}
.llama{
	position:relative;
	top:-26px;
	left:340px;
	width:150px;
	font-size:15px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
}

.titcontacto{
	background-image:url(../img/en/tit-contacto.gif);
}