/** Basicos */
* { margin: 0; padding: 0; }
ul, li {
	list-style: none;
}

.noenlace{
text-decoration: none;
font-weight:bold;
color: #990000;
}

a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

a.top {
	padding-left: 15px;
	background: url(../img/top.gif) no-repeat;
	font-size: 11px;
}
.clear {
	clear:both;
	display:block;
	height:0px;
	margin:0; padding:0;
	overflow:hidden;
	font-size:0px;
}
/** -- */
body {
	background-color: #025239;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
div#body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background: #025239 url(../img/bg_base.jpg) repeat-y center;
}
body#popups {
	background: url(../img/popup_bg.jpg) repeat-y left;
}
p, li {
	font-size: 13px;
	line-height: 1.7em;
}

/** Generales */
.enlace {
	padding-left: 35px;
	background: url(../img/flecha_link.gif) no-repeat left 50%;
	color: #970100;
	font-weight: bold;
	padding: 5px 0 5px 35px;
}

.photo_left {
	float: left;
	margin: 10px 20px 10px 0;
}
.photo_right {
	float: right;
	margin: 10px 0px 10px 20px;
}
.photo_right img,
.photo_left img {
	border: 1px solid #ccc;
}
.floatLeft {
	float: left;
	margin-right: 20px;
}
.floatRight {
	float: right;
	margin-left: 20px;
}
.marginTop {
	margin-top: 2em;
}
.marginBottom {
	margin-bottom: 2em;
}
.lbClose, #lbClose{
 display:block;
 position:absolute;
 top:22px;
 right:10px;
 text-decoration:none;
 float:right;
 padding-right: 20px;
 height:14px;
 background:url(../img/l_close.gif) top right no-repeat;
 font-size: 11px;
 font-weight: bold;
 color: #999;
 z-index:9001;
}
.lbClose:hover, #lbClose:hover{
  background:url(../img/l_close_hover.gif) top right no-repeat;
 color: #333;
}

div.columna_d,
div.columna_i {
	width: 320px;
	float: left;
}
.columna_d {
	margin-right: 20px;
}

/** Contenedor */
div#container {
	width: 932px;
	text-align: left;
	margin: -139px auto 0 auto;	
	clear: both;
	background: transparent;
	position: relative;
}
div#container_popups {
	width: 760px;
	text-align: left;
	margin: 0 auto 0 auto;
	clear: both;
	background: transparent;
}
/** -- */


/** Cabecera */
div#header {
	height: 186px;
	background: url(../img/header_bg_ie.jpg) no-repeat center top;
	position: relative;
}
html>body div#header {
	background: url(../img/header_bg.jpg) no-repeat center top;
	margin: 0;
	height: 186px;
}
div#header_container {
	width: 932px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
div#getemail {
	background: url(../img/susc_boton_bg.gif) no-repeat;
	width: 233px;
	height: 47px;
	float: right;
	padding: 0 5px;
	margin-right: 1px;
}
html>body div#getemail {
	margin-right: 0px;
}

div#getemail p {
	font-size: 11px;
	color: #fff;
	
}
div#getemail input {
	font-size: 11px;
}
div#getemail input#SubscriptionEmail {
	padding: 1px 2px ;
	font-size: 11px;
	width: 150px;
}
div#getemail input.texto_suave {
	color: #666;
	font-size: 14px;
}
div.logo {
	width: 200px;
	height: 110px;
	position: absolute;
	left: 0;
}
div.logo a {
	width: 200px;
	height: 110px;
	display: block;
	position: absolute;
	z-index: 100000;
}
div.logo2 {
	width: 200px;
	height: 110px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100000;
	background: url(../img/logo_trans.gif) no-repeat;
}
div.logo2 a {
	width: 200px;
	height: 110px;
	display: block;
	z-index: 100000;
}

div#header h1 {
	display: none;
}
/** -- */

/** Pie de pagina */
div#foot {
	height: 62px;
	background: #015138 url(../img/foot_bg.gif) no-repeat center top;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 30px;
}
div#foot span {
	margin-right: 20px;
	color: #fff;
	font-size: 11px;
}
div#foot span#logo_foot {
	background: url(../img/foot_k_logo.gif) left top no-repeat;
	text-transform: uppercase;
	padding-left: 20px;
	font-weight: bold;
	margin-left: 65px;
}
div#garantia {
	
}
div#garantia h4 {
	font-size: 12px;
	color: #005138;
}
div#garantia p {
	font-size: 10px;
}

/** Navegacion util */
div#navutil {
	float: left;
	padding-left: 250px;
	padding-top: 2px;
}
div#navutil ul li {
	float: left;
	margin-right: 10px;
}
div#navutil ul li a {
	background:url(../img/button_nav_util.gif) no-repeat left 0.7em;
	color: #fff;
	font-size: 11px;
	font-weight: normal;
	display: block;
	padding: 10px 0 0 30px;
}
div#atencioncliente {
	float: right;
}
	
/** Navegacion principal */
div#column {
	margin-top: 138px;
	width: 190px;
	float: left;
}
html>body div#column {
	margin-top: 134px;
}
/*
div#nav {
	border-bottom: 5px solid #000;
}
*/
div#nav ul li {
}

div#nav ul li a {
	display: block;
	height: 16px;
	padding: 8px 11px;
	background: url(../img/menu_bg.gif) no-repeat;
	color: #fff;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
}
html>body div#nav ul li a {
	padding: 12px 11px;
}
div#nav ul li a:hover,
div#nav ul li.current a {
	background: url(../img/menu_bg_over.gif) no-repeat;
	text-decoration: none;
}
div#nav ul li ul li{
}
div#nav ul li ul li a {
	background: url(../img/menu_bg_over.gif) no-repeat 5px 10px;
	height: 16px;
	padding: 4px;
	padding-left: 25px;
	text-transform: none; 
}
div#nav ul li ul li a:hover,
div#nav ul li ul li.current a {
	color: #999900;
}
	
/** Navegacion secundaria */
div.navsec {
	margin-bottom: 10px;
	font-size: 12px;
	border-bottom: 2px solid #ccc;
	padding: 4px 0;
}
div.navsec span,
div.navsec a {
	font-size: 12px;
	font-weight: bold;
}
div.navsec span {
	color: #005138;
}
div.navsec span.seccion {
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}
div.navsec a {
	color: #333333;
}
div.navsec a:hover {
	color: #990000;
}


/** Contenidos */
div#content {
	margin-left: 190px;
	padding-top: 128px;
	padding-left: 30px;
	
}
div.content_1 {
	background: url(../img/images/header_foto_1.jpg) no-repeat;
}
div.content_2 {
	background: url(../img/images/header_foto_2.jpg) no-repeat;
}
div.content_3 {
	background: url(../img/images/header_foto_3.jpg) no-repeat;
}
div.content_4 {
	background: url(../img/images/header_foto_4.jpg) no-repeat;
}
div.content_5 {
	background: url(../img/images/header_foto_5.jpg) no-repeat;
}
div.content_6 {
	background: url(../img/images/header_foto_6.jpg) no-repeat;
}
div.content_7 {
	background: url(../img/images/header_foto_7.jpg) no-repeat;
}
div.content_8 {
	background: url(../img/images/header_foto_8.jpg) no-repeat;
}
body.homes_index div#content {
	margin-left: 0;
	padding-left: 220px;
	padding-top: 44px;
	background: none;
}
/*
html>body div#content {
	position:	static;
}
*/
div#content_popups {
	padding: 20px;
}

div#content h1, 
div#content_popups h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E88B00;
	font-size: 26px;
	margin-bottom: .1em;
}
div#content h2 {
	font-size: 16px;
	margin-bottom: .9em;
}
div#content p {
	margin-bottom: .5em;
}
div#content a {
	text-decoration: none;
	font-weight: bold;
}

div#content a:hover {
	text-decoration:underline;
}

div#content div.zonafoto {
	float: right;
}
div#content div.zonafoto_l {
	float: left;
	
	margin-right: 15px;
}
div#content div.home {
	height: 277px;
	overflow: hidden;
}
div#content div#main {
	padding-right: 30px;
}
div#content div#main p strong {
	color: #004E33;
}
div#content div#main h4 {
	color: #004E33;
	float: right;
	font-size: 16px;
	width: 150px;
	color: #E88B00;
	margin: 20px 0 20px 30px;
	padding-left: 10px;
	border-left: 3px solid #ccc;
}
/** -- */

/** Home */
div#main_home {
	_width:739px;
	*width:739px;
	margin-top: -62px;
	_margin-top:-60px;
	*margin-top:0px;
	padding-bottom: 30px;
	margin-bottom: 0;	
	margin-left: -27px;
	_margin-left:-30px;
	*margin-left:-15px;
	padding-top: 10px;
	background-position:1px top;
	background-repeat: no-repeat;
}
html>body div#main_home {
	margin-left: -31px;
	padding-top: 10px;
	margin-top: -67px;
	
	
}

div.home_ {
	background-image:url(../img/images/fondo_home_21.jpg);
}
div.home_1 {
	background-image:url(../img/images/fondo_home_21.jpg);
}
div.home_2 {
	background-image:url(../img/images/fondo_home_22.jpg);
}
div.home_3 {
	background-image:url(../img/images/fondo_home_23.jpg);
}
/*div.home_4 {
	background-image:url(../img/images/fondo_home_21.jpg);
}div.home_5 {
	background-image:url(../img/images/fondo_home_5.jpg);
}
div.home_6 {
	background-image:url(../img/images/fondo_home_6.jpg);
}
div.home_7 {
	background-image:url(../img/images/fondo_home_7.jpg);
}
div.home_8 {
	background-image:url(../img/images/fondo_home_8.jpg);
}
div.home_9 {
	background-image:url(../img/images/fondo_home_9.jpg);
}
div.home_10 {
	background-image:url(../img/images/fondo_home_10.jpg);
}*/

/* Antes del FORM de ATLETISMO */

/*
div.home_1 {
	background-image:url(../img/images/fondo_home_12.jpg);
}


html>body div#main_home {
}
div#main_home h1,
div#main_home  h2 {
	position: relative;
	padding-left: 15px;
	display: none;
}
div#home_zonas {
	margin: 50px 0 0 42px;
}
div.zona_home {
	width: 175px;
	height:90px;
	margin-left:510px;
}
div.zona_home a {
	display:block;
	font-size: 15px;
	color: #000;
	text-align: center;
	text-decoration:none;
}

div.zona_home a:hover {
	color: #000;
	text-decoration:underline;
}



div#home_zonas div#zon1 a {
*margin-top:8px;
}
div#home_zonas div#zon2 a {
margin-top:5px;
*margin-top:12px;
}
div#home_zonas div#zon3 a {
margin-top:-8px;
*margin-top:7px;
}  */

/* DESPUES FORM ATLETISMO   */

div.home_1 {
	background-image:url(../img/images/fondo_home_21.jpg);
	_width:700px;
	_float:left;
	_position:relative;
}


html>body div#main_home {
}
div#main_home h1,
div#main_home  h2 {
	position: relative;
	padding-left: 15px;
	display: none;
}
div#home_zonas {
	width:740px;
	*width:740px;
	*height:333px;
	margin-bottom:0px;
	*margin-bottom:0px;
}
div.zona_home {
	width: 175px;
	height:150px;
	margin-left:500px;
	margin-top:-130px;
}
div.zona_home a {
	display:block;
	font-size: 15px;
	color: #000;
	text-align: center;
	text-decoration:none;
}

div.zona_home a:hover {
	color: #000;
	text-decoration:underline;
}

div.zona_home div#zon1 a {
margin-top:5px;
*margin-top:0px;
*margin-left:20px;
}
div.zona_home div#zon2 a {
margin-top:60px;
margin-left:0px;
*margin-top:60px;
}
div#home_zonas div#zon3 a {
margin-top:-8px;
*margin-top:7px;
}

div.zona_home2 {
	width: 140px;
	margin: 12px 0 0 50px;
	_margin: 20px 0 0 10px;
	*margin: 15px 0 0 15px;
}
div.zona_home2 a {
	display:block;
	font-size: 15px;
	color: #000;
	text-align: center;
	text-decoration:none;
}

div.zona_home2 a:hover {
	color: #000;
	text-decoration:underline;
}


/** Llamada al catalogo */
div#banner_float {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 30;
}
html>body div#banner_float {
	top: -5px;
}


/** Banners */
div#promo {
	margin-top: -48px;
	_margin-top:-20px;
	padding-top: 4px;
	/*background: #fff url(../img/promo_border.gif) repeat-x top;*/
	border-top:5px solid #333;
	border-bottom:5px solid #333;
	height: 199px;
	margin-bottom:10px;
	_padding-left:2px;
}
html>body div#promo {
	margin-top: -51px;
	border-top: 5px solid #333333;
	padding-top: 0;
	background: #fff;
}
div#promo div.banner_promo {
	width: 212px;
	height:170px;
	float: left;
	text-decoration: none;
	overflow: hidden;
	margin-right:8px;
	_margin-right:6px;
}

div.banner_promo a {
		display: block;
}

div.banner_promo a:hover {
color:#000;
}

div#promo h2 {
	font-size: 16px;
	margin-bottom: 5px;
}

div#promo h3{
	font-size: 14px;
}

div#promo p {
	font-size: 12px;
	word-spacing:0px;
	line-height:15px;
}
div#banner_1 {
	margin:8px 0 0 0;
	padding:5px 5px 0 8px;
	border-top:3px solid #3399FF;
	border-bottom:3px solid #3399FF;
}
div#banner_1 h2 {
	color: #3399FF;
}

div#banner_1 h3{
	color: #000;
}

div#banner_1 p {
	color: #6699FF;
	margin-top:8px;
}

div#banner_1 p.pdf {
	color: #3399FF;
	margin-top:17px;
}

div#banner_1 img, div#banner_2 img, div#banner_3 img, div#banner_4 img{
width:118px;
height:165px;
float:right;
}

div#banner_2 {
	margin:8px 0 0 0;
	padding:5px 5px 0 8px;
	border-top:3px solid #FF9900;
	border-bottom:3px solid #FF9900;
}
div#banner_2 h2 {
	color: #FF9900;
}

div#banner_2 h3{
	color: #000;
}

div#banner_2 p {
	color: #FF9900;
	margin-top:8px;
}

div#banner_2 p.pdf {
	color: #FF9900;
	margin-top:17px;
}

div#banner_3 {
	margin:8px 0 0 0;
	padding:5px 5px 0 8px;
	border-top:3px solid #669933;
	border-bottom:3px solid #669933;
}
div#banner_3 h2 {
	color: #669933;
}

div#banner_3 h3{
	color: #000;
}

div#banner_3 p {
	color: #669933;
	margin-top:8px;
}

div#banner_3 p.pdf {
	color: #669933;
	margin-top:5px;
}

div#banner_4 {
	margin:8px 0 0 0;
	padding:5px 5px 0 8px;
	border-top:3px solid #C80000;
	border-bottom:3px solid #C80000;
}
div#banner_4 h2 {
	color: #C80000;
}

div#banner_4 h3{
	color: #000;
}

div#banner_4 p {
	color: #C80000;
	margin-top:8px;
}

div#banner_4 p.pdf {
	color: #C80000;
	margin-top:21px;
}


/** paginas */
div.faqs p.pregunta {
	margin-top: 10px;
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
div.faqs h3 {
	margin-top: 20px;
	color: #005138;
	font-size: 14px;
}
div#content div.faqs h3 {
	margin-top: 15px;
	color: #666;
	background: #ccc;
	font-size: 13px;
	padding: 5px 10px;
	border-bottom: 1px solid #fff;
}
div.faqs ul {
	background-color: #ddd;
	padding: 10px;
}

/** Formularios */
div.formulario div.seguido {
	float:left;
	margin-right: 20px;
}
div.formulario h4 {
	font-size: 14px;
	margin-top: 15px;
}

div.formulario fieldset {
	padding: 15px 15px 15px 15px;
	border: 1px solid #ccc;
	font-weight: bold;
	width: 600px;
	margin-bottom: 10px;
	background: #f4f4f4;
}
div.formulario legend {
	color: #fff;
	font-size: 14px;
	background: #999;
	padding: 0 5px;
	border: 1px solid #ccc;
}
div.formulario p.explicacion {
	color: #999;
	font-size: 11px;
	line-height: 14px;
	margin-top: 0;
}
div.formulario p.label {
	font-size: 11px;
	color: #E88B00;
	font-weight: bold;
	margin-top: 10px;
}
div.formulario label.label {
	font-size: 11px;
	color: #E88B00;
	font-weight: bold;
}
div.formulario div.seguido {
	float:left;
	margin-right: 20px;
}
div.formulario div.atencion {
	padding: 10px;
	background: #f3f3f3;
	width: 500px;
	margin-bottom: 20px;
}
div.formulario div.atencion h3 {
	font-size: 16px;
	background: #999;
	color: #fff;
	margin: -10px -10px 0 -10px;
	position: relative;
	padding: 5px 10px;
}
div.formulario div.atencion h4 {
	margin-bottom: 5px;
}

div.formulario div.atencion p {
	line-height: 16px;
}
input.text,
textarea.text {
	border: 1px solid #999;
	padding: 2px 5px;
	margin: 0;
	background: url(../img/input_bg.gif) repeat-x bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div.encabezado_albaran {
	font-size: 12px;
	background: #999;
	color: #fff;
	padding: 3px 10px;
	width: 577px;
}
div.formulario div.link a {
	font-size: 12px;
}
div#albaran {
	margin-top: 20px;
}
div.formulario input.numero_small {
	width: 30px;
	text-align: right;
}
div.formulario input.nombre_articulo {
	width: 335px;
}
div.formulario input.numero_big {
	width: 50px;
	text-align: right;
}
div.formulario label.checkbox {
	font-size: 11px;
	color: #333;
	margin-right: 15px;
}
div.formulario div.checkbox_col {
	width: 105px;
	float: left;
}

/** Hoja de pedido */
div.pedidos {
}
div#content div.pedidos h1 {
	color: #970100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
div#content  div.pedidos h2 {
	color: #025038;
	font-size: 18px;
}
div.pedidos p.entradilla {
	font-size: 14px;
	font-weight: bold;
}
div.bloque_b {
	width: 50%;
	padding: 20px 0 10px 80px;
}
div.bloque {
	padding: 0 200px 10px 80px;
	margin-top: 20px;
	margin-bottom: 10px;
}
div.bloque p {
	line-height: 18px;
}
div.bloque h3 {
	font-size:16px;
}
div.pedidos div.bloque h3.titulo {
	color: #970100;
}
div.pedidos div.bloque h3.subtitulo {
	color: #333;
}
div.pedidos div#telefono {
	background:url(../img/pedidos_tel.gif) no-repeat top left;
}
div.pedidos div#catalogo {
	background:url(../img/pedidos_internet.gif) no-repeat top left;
}

div.pedidos div#internet {
	background:url(../img/pedidos_form.gif) no-repeat top left;
}
div.pedidos div#fax {
	background:url(../img/pedidos_fax.gif) no-repeat top left;
}

div.docs strong.strong {
	color: #015138;
}
div.docs div#uno {
	background:url(../img/pedidos_uno.gif) no-repeat top left;
}
div.docs div#dos {
	background:url(../img/pedidos_dos.gif) no-repeat top left;
}
div.docs div#tres {
	background:url(../img/pedidos_tres.gif) no-repeat top left;
}
div.docs div#cuatro {
	background:url(../img/pedidos_cuatro.gif) no-repeat top left;
}
div.docs div#cinco {
	background:url(../img/pedidos_cinco.gif) no-repeat top left;
}
div.docs div.advertencia {
	padding: 10px;
	background: #E6B8AB;
	border: 2px solid #990000;
	color: #990000;
	width: 500px;
}

/** docs */
div.docs h1 {
	margin-bottom: 20px;
}
div.docs h3 {
	font-size: 13px;
	margin: 15px 0 5px 0;
	color: #333;
}

/** Columna */
div.ayuda_pedidos {
	margin-top: 20px;
	padding: 15px;
	border: 2px solid #ccc;
}
div.ayuda_pedidos h4 {
	font-size: 16px;
}
div.ayuda_pedidos ul li {
	font-weight: bold;
	font-size: 12px;
	line-height: 13px;
	margin-top: 10px;
}
div.ayuda_pedidos ul li a {
	display: block;
	background:url(../img/flecha_link_l.gif) no-repeat;
	height: 14px;
	padding: 0px 0 3px 20px;
}
div.ayuda_pedidos p {
	line-height: 1em;
	margin-top: 5px;
}

/** Productos */
div.producto {
	width: 150px;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 10px;	
}
div.producto_solo {
	padding-left: 270px;
}
div.producto_solo_img {
	float: left;
}
div.producto p.imagen {
}
div.producto p.imagen img,
div.producto_solo_img img {
	border: 2px solid #025239;
}
div.producto p {
	line-height: 17px;
}
div.producto p.titulo {
	color: #9F1314;
	font-weight: bold;
	font-size: 14px;
	margin:0;
	line-height: 22px;
	margin-top: 20px;
}
p.pdf_big a {
	display: block;
	padding-left: 40px;
	padding: 6px 0 10px 40px;
	background: url(../img/pdf_big.gif) no-repeat left top;
	color: #999;
	font-weight: bold;
}
div.producto_secciones {
	border-left: 1px solid #ccc;
	margin-left: 18px;
}
div.producto_secciones p {
	font-weight: bold;
	padding-left: 15px;
}
div.producto_secciones ul li {
	padding: 7px 0 7px 15px;
	background: url(../img/linea_file.gif) no-repeat left 17px;
}
div.producto_secciones ul li a {
	display: block;
	height: 20px;
	padding-left: 24px;
	background: url(../img/pdf_small.gif) no-repeat left top;
	color: #999;
	font-weight: bold;
	line-height: 14px;
}
div#verano {
	background: url(../img/pdf_verano.jpg) no-repeat left top;
}
div#futbol {
	margin-top: -60px;
	padding-left: 150px;
	width: 420px;
	background: url(../img/pdf_futbol.jpg) no-repeat right top;
}
div#general {
	margin-top: -60px;
	background: url(../img/pdf_general.jpg) no-repeat left top;
}
div#atletismo {
	margin-top: -60px;
	padding-left: 150px;
	width: 420px;
	background: url(../img/pdf_atletismo.jpg) no-repeat right top;
}

div.contacto {
	padding: 10px;
	border: 3px solid #ccc;
	width: 300px;
	background: #f3f3f3;
}
div.contacto h3 {
	font-size: 16px;
	color: #990000;
	margin-bottom: 15px;
}

/** Mapa web */
div.mapaweb ul li {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
	margin-right: 15px;
}
div.mapaweb ul li a {
	color: #333;
}

div.mapaweb ul li  {
}
div.mapaweb ul li ul {
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
div.mapaweb ul li ul li {
	margin-top: 3px;
	float: none;
	margin-bottom: 0px;
}
div.mapaweb ul li ul li a {
	font-size: 12px;
	color: #999;
}

/** Validator */
div#formulariodisplayError {
	border: 2px solid #FFCC00;
	width: 600px;
	padding: 1px 25px;
	margin-bottom: 15px;
	background: #FFFF66 url(../img/field-alert.gif) no-repeat 5px 5px;
}
div#navBar {
	height: 3em;
	margin-bottom: 2em;
	width: 60em;
}

div#navBar li {
	background-color: #FFFFFF;
	border-color: #7E9FDA;
	border-style: solid;
	border-width: 0.1em;
	float: left;
	list-style: none;
	margin: 0.2em;
	padding: 0.5em;
	text-align: center;
	white-space: nowrap;
	width: 9em;
}

div#navBar li a, div#navBar li a:link{
	color: #3362B4;
	text-decoration: none;
}

div#navBar ul {
	margin-left: -1.0em;
}

div.docBlock {
	margin-bottom: 2em;
	min-width: 600px;
	padding: 0.8em !important;
}

div.docBlock .code {
	background-color: #FFFDE8;
	border-color: #003366;
	border-style: solid;
	border-width: 0.1em;
	color: #333333;
	font-family: "Lucida Console", "Courier New", Courier, monospace;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 130%;
	margin: 1em;
	padding: 1em;
}

div.docBlock h1, div.docBlock h3 {
	background-color: #FFFFFF;
	color: #3362B4;
	font-size: 1.0em;
	font-weight: bold;
	margin-left: 1em;
	margin-top: -1.8em;
	padding: 0.3em;
	white-space: nowrap;
	width: 75%;
}

div.docBlock table {
	background-color: #7E9FDA;
	width: 100%;
}

div.docBlock td {
	background-color: #FFFDDD;
	padding: 0.2em;
	vertical-align: top;
}


fieldset {
	padding: 1em;
}

.boxes {
	border: none;
}

.required {
	background-image: url(../img/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/** Ofertas */

div#ofertas {
	width: 700px;
}
div#ofertas p {
	line-height: 1.5em;
}
div#ofertas h2 {
	font-size: 14px;
}
div#ofertas .actual {
	font-size: 16px;
}
div#ofertas h4.destacado {
	font-size: 16px;
	color: #999999;
	border-bottom: 2px solid #ccc;
	margin: 10px 0;
}
div#ofertas h4.ladillo {
	color: #999;
	margin-bottom: 10px 0;
	font-size: 14px;
}
div.oferta {
	margin: 15px 0;
	padding-bottom: 15px;
	border-bottom: 2px solid #eee;
}
div#ofertas div.ultima {
	border: 0;
}
div.oferta p {
	line-height: 1.5em;
}
div.oferta h4 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
}
div.oferta h4.ladillo {
	font-size: 14px;
	color: #999999;
	margin: 10px 0px;
	font-weight: bold;
}
div.oferta p.body {
	margin-top: 10px;
	line-height: 1.3em;
}
div.oferta table {
	width: 600px;
}
div.oferta table th {
	background-color: #999999;
	font-size: 11px;
	color: #fff;
	padding: 4px 4px;
}
div.oferta table td {
	border-bottom: 1px solid #ccc;
}
div.oferta table td.precio {
	background: url(../img/ofertas_bg2.jpg) repeat-x;
		font-size: 14px;
	color: #CE1E1E;
	font-weight: bold;

}

div#content div.oferta h3 a,
div.oferta h3 {
	color: #C80000;
	font-size: 16px;
	text-decoration: none;
}
div#content div.oferta h3 a:hover {
	text-decoration: underline;
	color: #999999;
}

div.oferta h4 {
	font-size: 13px;
}
div.oferta h5 {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	letter-spacing: 0.05em;
	margin-bottom: 3px;
}
div.oferta p.image {
	float: right;
	margin: 0 0 20px 20px;
}
div.oferta div.image_componente {
	width: 460px;
	float: right;
	margin-left: 10px;
}

div.image_componente ul li {
	cursor: pointer;
	float: left;
	padding: 2px 5px;
	margin-right: 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
div.image_componente img {
	border: 2px solid #666;
}
div.image_componente p {
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
}
div.image_componente ul li.abierto {
	background-color: #666666;
}
div.image_componente ul li.cerrado {
	background-color: #ccc;
}
div.oferta p.image img {
	padding: 1px;
	border: 1px solid #ccc;
}
div.oferta p.sin img {
	padding: 1px;
	border: none;
}

div.precios,
div.precios_small {
	padding: 5px;
	background: url(../img/ofertas_bg2.jpg) repeat-x bottom;
	margin-top: 20px;
}
div.precios_small {
	width: 200px;
}
div.precios h4,
div.precios_small h4 {
	font-size: 12px;
	margin-bottom: 5px;
}
div.precios p,
div.precios_small p {
	font-size: 12px;
	line-height: 16px;
}
div.precios p strong,
div.precios_small p strong {
	font-size: 14px;
	color: #CE1E1E;
}
div.precios p strong.old_price,
div.precios_small p strong.old_price {
	text-decoration: line-through;
	font-size: 12px;
	margin: 0 5px;
	color: #999999;
}
div.precios ul,
div.precios_small ul {
	position: relative;
}
div.precios ul li,
div.precios_small ul li {
	font-size: 12px;
	font-weight: bold;
}
div.precios ul li.precio,
div.precios_small ul li.precio{
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 14px;
	color: #CE1E1E;
	font-weight: bold;
}
div.caract,
div.caract_small {
	width: 375px;
	margin-top: 20px;
	margin-bottom: 15px;
}
div.caract_small {
	width: 270px;
}
div.caract li,
div.caract_small li {
	padding-left: 17px;
	background: url(../img/ofertas_bullet.gif) no-repeat 0 5px;
	color: #025239;
	font-size: 11px;
	font-weight: bold;
}
div.caract h4,
div.caract_small h4,
div.funcions h4 {
	background: url(../img/ofertas_incluye_bg.gif) no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 4px 10px;
}
div.funcions li {
	padding-left: 20px;
	background: url(../img/bullet4.gif) no-repeat 0 5px;
	color: #025239;
	font-size: 11px;
	font-weight: bold;
}
div.caract_toggle {
	width: 340px;
	background: #CDDDD8;
	margin: 0 auto;
	padding: 10px;
}
div.caract_small div.caract_toggle {
	width: 250px;
}
div#ofertas div.listado {
	background: #eee;
	padding: 5px;
	width: 200px;
}
div#ofertas p.back a {
	display: block;
	background: url(../img/back.gif) no-repeat 0 5px;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 10px;
}	
div#ofertas p.button_back a {
	display: block;
	width: 120px;
	background: url(../img/button_back.gif) no-repeat 0 5px;
	font-weight: bold;
	margin-top: 10px;
	color: #fff;
	padding: 10px 10px 13px 50px;
	text-decoration: none;
}
div#ofertas p.button_back a:hover {
	background: url(../img/button_back_ov.gif) no-repeat 0 5px;
	color: #B3D2C2;
}

div#ofertas p.button_pedido a {
	display: block;
	width: 120px;
	background: url(../img/button_pedido.gif) no-repeat 0 5px;
	font-weight: bold;
	margin-top: 10px;
	color: #fff;
	padding: 10px 10px 13px 50px;
	text-decoration: none;
}
div#ofertas p.button_pedido a:hover {
	background: url(../img/button_pedido_ov.gif) no-repeat 0 5px;
	color: #B3D2C2;
}
div#content div#ofertas h2 a {
	text-decoration: none;
}
div#ofertas div.listado h4 {
	font-size: 12px;
}
div#ofertas div.listado li {
	font-size: 11px;
}

div#ofertas ul.list li {
	background: url(../img/bullet3.gif) no-repeat 0 2px;
	padding-left: 20px;
	font-size: 12px;
	margin-bottom: 7px;
	font-weight: bold;
	line-height: 15px;
}
div#ofertas ul.list li ul {
	margin-top: 5px;
}
div#ofertas ul.list li li {
	font-weight: normal;
	background: none;
}

div#ofertas div#localizador {
	padding-left: 20px;
	background: url(../img/destacados_estrella.gif) no-repeat;
	height: 16px;
	padding: 5px 0 5px 30px;
	margin-bottom: 10px;
}
div#localizador h3 {
	font-size: 14px;
}
div#localizador span {
	color: #999999;
}
div#localizador a {
	text-decoration: none;
	font-size:12px;
}
div#destacados_box {
	background: url(../img/destacados_box_bg.gif) repeat-y;
	margin: 15px 0 15px 0px;
	padding: 0px 10px 0 5px;
}
div#destacados_box h3 {
	position: relative;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background: url(../img/destacados_box_top.gif) no-repeat;
	height: 36px;
	margin: -5px -10px 0 -5px;
	padding-left: 35px;
	padding-top: 10px;
	text-transform: uppercase;
}
div.destacado_box_prod  {
	margin: 0 -10px 10px -5px;
	padding: 0 10px 10px 5px;
	background: url(../img/destacados_box_sep.gif) no-repeat left bottom;
}
div#destacados_box div#last {
	margin: 0 -10px 0 -5px;
	padding: 0 10px 10px 5px;
	background: url(../img/destacados_box_bg_bot.gif) no-repeat left bottom;
}
div.destacado_box_prod  img {
	float: left;
}
div.destacado_box_prod h2  {
	padding-left: 60px;
}
div.destacado_box_prod h2 a,
div.destacado_box_prod h2  {
	font-size: 12px;
	color: #626200;
	margin-bottom: 3px;
}
div.destacado_box_prod p {
	font-size:11px;
	line-height: 14px;
}
div.destacado_box_prod p.link a {
	display: block;
	background: url(../img/flecha_link_l.gif) no-repeat;
	padding-left: 20px;
	font-weight: bold;
	margin-top: 5px;
}
div.links_productos {
}
div.links_productos td {
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 5px 0;
	clear: both;
	vertical-align: middle;
	font-size: 12px;
}
div.links_productos td img {
	padding: 1px;
	border: 1px solid #ccc;
}
div#ofertas div.links_productos a {
	text-decoration: none;
}

div#ofertas div.links_productos a:hover {
	text-decoration: underline;
}

/** Susbscripciones e info a usuario */
div.info_usuario {
	margin: 25px 0 10px 0;
}
div.info_usuario h2 {
	color: #990000;
	font-size: 16px;
}

/** Zona multimedia */
div.multimedia {
	margin-bottom: 20px;
}
div.multimedia_block {
	float: left;
	width: 320px;
	margin-right: 10px;
}
div#content div.multimedia h2 {
	font-size: 24px;
	padding: 7px 0 7px 45px;
	color: #666;
	margin-top: 20px;
	position: relative;
}
div.multimedia h2.videos {
	background: url(../img/multimedia_videos.gif) no-repeat;
}
div.multimedia h2.screensavers {
	background: url(../img/multimedia_screensaver.gif) no-repeat;
}
div.multimedia h2.backgrounds {
	background: url(../img/multimedia_background.gif) no-repeat;
}
div.multimedia_block div.photo {
	float: left;
	width: 170px;
}
div.multimedia_block div.text {
	float: left;
	width: 150px;
}
div.multimedia_block h3 {
	font-size: 16px;
	margin-bottom: .5em;
}
div.multimedia_block p {
	line-height: 1.3em;
}
p.link_download a {
	display: block;
	float: left;
	margin-top: 5px;
	padding: 3px 0 5px 25px;
	background: url(../img/icon_download.gif) no-repeat;
}
p.link_play a {
	display: block;
	float: left;
	padding: 3px 0 5px 25px;
	background: url(../img/icon_play.gif) no-repeat;
}