/* CSS hecho por Antonio Domínguez 
para klae.es - 2009-2010 */

/* paleta colores:
- Amarillo claro: #FFF2BC;
- Marrón: #9C4C00;
- Amarillo enlaces claro: #F5B800;
- Amarillo enlaces oscuro: #DDA600;
- Negro: #1A0D00;
*/


/************** HTML ***************/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}

body {
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: georgia, serif;
	font-size: 11px;
	color: #1A0D00;
	background-color: #1A0D00;
	background-image: url(../img/fondo_klae.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: center;
	
	}
	
/*************** HTML _END ***************/

/*************** BOXES-LAYOUT **************/	

#contenedor {
	min-height: 100%;
	height: auto;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 
	/*border-right: 4px solid #DDA600;
	border-left: 2px solid #DDA600; 
	background-color: transparent;
	/* opera does not like 'margin:20px auto' */
	text-align: left; 
	/* part 2 of 2 centering hack */
	width: 960px; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 950px;
	}
	
 * html #contenedor {
 	height: 100%;
	width: 950px; 
	/* ie5win fudge ends */
	}
	
	#cabecera {
	background-color: #1A0D00;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	}
	
	#banner {
	background-color: transparent;	
	height: 250px;
	margin-top: 0px;
	padding: 2px 0px 0px 410px;
	text-align: left;
	width: 950px;	
	background-image: url("../img/logo_klae_new.png");
	background-position: 30px 35px;
	background-repeat: no-repeat;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 540px;
	/*border-bottom: 2px solid #CDFF92;*/
	}
	
	* html #banner {
	width: 540px; 
	/* ie5win fudge ends */
	}
	
	#banner { behavior: url(../scripts/iepngfix.htc) }
	
	/*div.banner {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../img/logo_klae_new.png', sizingMethod=crop);
	zoom:1;
	/*Dirty hasLayout hack for IE 6
	background:transparent;
	}*/
	
	#bannermarcas {
	background-color: transparent;	
	height: 250px;
	margin-top: 0px;
	padding: 2px 0px 0px 5px;
	text-align: left;
	width: 950px;	
	/*background-image: url("../img/logo_klae_new.png");
	background-position: 30px 35px;
	background-repeat: no-repeat;*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 943px;
	/*border-bottom: 2px solid #CDFF92;*/
	}
	
	* html #bannermarcas {
	width: 943px; 
	/* ie5win fudge ends */
	}
	
	#footer {
	clear: both;
	padding: 5px 5px 5px 5px;
	background-color: #9C4C00;	
	color: #FFF2BC;
	height: 25px;
	text-align: left;
	font-family: georgia, serif;
	font-size: 11px;
	}
	
/* menu principal - superior*/
	#navlist
	{
	margin: 0px;
	padding: 2px 0px 2px 10px;
	}

	#navlist ul, #navlist li
	{
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
	}

	#navlist a:link, #navlist a:visited
	{
	float: left;
	/*line-height: 14px;*/
	font-weight: bold;
	margin: 2px 10px 2px 10px;
	text-decoration: none;
	color: #F5B800;
	}

	#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
	{
	border-bottom: 4px solid #9C4C00;
	padding-bottom: 2px;
	background: transparent;
	color: #DDA600;
	}

	#navlist a:hover { color: #DDA600; }
	
	/* Menu lateral - derecha   */
	
	ul#shortlist
	{
	text-align: left;
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #1A0D00;
	font-size: 14px;
	/*width: 70%;*/
	}

	ul#shortlist li
	{
	display: block;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}
	

	#shortlist li a
	{
	display: block;
	/*width: 100%;*/
	padding: 10px 10px 10px 10px;
	/*border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;*/
	color: #1A0D00;
	text-decoration: none;
	font-weight: bold;
	background: #F5B800;
	}

	/*#bloquedcha>ul#shortlist li a { width: 100%; }*/

	li#active a
	{
	background: #F5B800;
	color: #1A0D00;
	}

	#shortlist li a:hover
	{
	color: #1A0D00;
	background: #DDA600;
	border-bottom: 4px solid #9C4C00;
	/*border-color: #aaab9c #fff #fff #ccc;*/
	}
	
	/*fin de menu*/
	
	/* MENU ARTICULOS MARCAS */
	
ul.menuproductos, ul.menuproductos ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  /*width: 15em;*/
}

ul.menuproductos a {
  display: block;
  text-decoration: none;	
  font-weight: bold;
}

ul.menuproductos li {
  margin-top: 2px;
}

ul.menuproductos li a {
  background: #F5B800;
	color: #1A0D00;
  padding: 0.5em;
}

ul.menuproductos li a:hover {
  color: #1A0D00;
  background: #DDA600;
  border-bottom: 2px solid #9C4C00;
}

ul.menuproductos li ul li a {
  background: #DDA600;
	color: #1A0D00;
  padding-left: 20px;
}

ul.menuproductos li ul li a:hover {
  background: #9C4C00;
  color: #F5B800;
  /*border-left: 5px #000 solid;*/
  padding-left: 15px;
}

	
/* fin menu productos marcas */
	
	#bloqueizda {
	float: left;
	height: 750px;
	width: 610px;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
	background-color: #FFF2BC;
	border-bottom: 2px solid #9C4C00;
	border-top: 2px solid #F5B800;
	/*background-image: url(../img/cabecera_noticias.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 600px;
	}
	
 * html #bloqueizda {
	width: 600px; 
	/* ie5win fudge ends */
	}

	#bloquedcha {
	float: right;
	height: 750px;
	width: 334px;
	margin: 5px 0px 5px 5px;
	padding: 0px 5px 5px 5px;
	background-color: #FFF2BC;
	border-bottom: 2px solid #9C4C00;
	border-top: 2px solid #F5B800;
	/*background-image: url(../img/cabecera_newsletter.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 324px;
	}
	
 * html #bloquedcha {
	width: 324px; 
	/* ie5win fudge ends */
	}
	
	#cajacontenidos {
	margin: 0px 0px 10px 10px;
 	padding: 5px 5px 5px 15px;
	overflow: auto;
	height: 700px;
	border-left: 1px dotted #F5B800;
		
	}
	
	/* GALERÍA IMAGENES */
	
	ul#portfolio {
	margin: 0px;
	border: 1px solid #FFF2BC;
	padding: 2px;
	}
	
	li#portfolio {
	margin: 0px;
	padding: 0px;
	}
	
	img#portfolio {
	margin: 0px;
	padding: 0px;
	border: none;
	}
	
	ul.white {
	margin: 5px 0px 10px 0px;
	padding:0px;
	list-style-type: none;
	border-bottom: 1px dotted #F5B800;
	}
	
	li.white {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	img.white {
	margin: 0px;
	padding: 0px;
	border: none;
	}

	/* FIN GALERÍA IMAGENES */
	
	/* fondos secciones */
	.menu {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_newsletter.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.noticias {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_noticias.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.legal {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_legal.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.empresa {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_empresa.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.dealers {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_dealers.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.enlaces {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_enlaces.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.descargas {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_descargas.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.team {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_team.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.faqs {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_faqs.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.contacto {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_contacto.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.marcas {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_marcas.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	.english {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	height: 35px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(../img/fondos-cabeceras/cabecera_english.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}
	
	/* FIN FONDOS SECCIONES */
	
	/* formato de texto y parrafos */	
	h1 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #9C4C00;
	/*background-color: #F5B800;*/
	/*line-height: 90%;*/
	margin: 10px 0 .4em 10px;
	padding: 5px 5px 5px 20px;
	/*letter-spacing: -2px;*/
	border-left: 3px solid #9C4C00;

	}
	h2 {
	background-color: transparent;
	color: #1A0D00;
	font-size: 8px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	}
	
	h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 14px;
	color: #1A0D00;
	/*background-color: #F5B800;*/
	/*line-height: 90%;*/
	margin: 10px 0 .4em 10px;
	padding: 5px 5px 5px 20px;
	/*letter-spacing: -2px;*/
	border-left: 3px solid #1A0D00;

	}
	
	h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:bold;
	color: #1A0D00;
	border-bottom: 1.1px dashed #1A0D00;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 5px 0px;
	}
	
	p {
	margin: 0px 0px 10px 0px;
 	padding: 2px 2px 2px 5px;
	text-align: left;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
   font-size: 12px;

	}
	.minip {
	margin: 0px 0px 0px 0px;
 	padding: 5px 5px 5px 5px;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
	
	/* fin formato de texto y parrafos */
	
	/* enlaces */
	a.simple:link{
	text-decoration: none;
	color: #F5B800;
	font-weight: normal;
	}
	a.simple:visited{
	text-decoration: none;
	color: #F5B800;
	font-weight: normal;
	}	
	a.simple:hover{
	text-decoration: underline;
	color: #F5B800;
	font-weight: bold;
	}		
	a.simple:active{
	text-decoration: none;
	color: #F5B800;
	font-weight: normal;
	}
	
	a.general:link{
	text-decoration: none;
	color: #9C4C00;
	font-weight: bold;
	}
	a.general:visited{
	text-decoration: none;
	color: #9C4C00;
	font-weight: bold;
	}	
	a.general:hover{
	text-decoration: underline;
	color: #1A0D00;
	font-weight: bold;
	}		
	a.general:active{
	text-decoration: none;
	color: #9C4C00;
	font-weight: bold;
	}
	
	a.sin:link{
	text-decoration: none;
	color: transparent;
	font-weight: normal;
	}
	a.sin:visited{
	text-decoration: none;
	color: transparent;
	font-weight: normal;
	}	
	a.sin:hover{
	text-decoration: none;
	color: transparent;
	font-weight: normal;
	}		
	a.sin:active{
	text-decoration: none;
	color: transparent;
	font-weight: normal;
	}
	
	a.boton:link{
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #F5B800;
	border: 1px solid #DDA600;
	color: #1A0D00;
	font-weight: normal;
	}
	a.boton:visited{
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #F5B800;
	border: 1px solid #DDA600;
	color: #1A0D00;
	font-weight: normal;
	}	
	a.boton:hover{
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #9C4C00;
	border: 1px solid #F5B800;
	color: #1A0D00;
	font-weight: bold;
	}		
	a.boton:active{
	text-decoration: none;
	padding: 5px 5px 5px 5px;
	background-color: #F5B800;
	border: 1px solid #DDA600;
	color: #1A0D00;
	font-weight: normal;
	}
	
	
	
	/* fin enlaces */
	
	/*** loader *****/ 
	.QOverlay {
	background-color: #1A0D00;
	z-index: 9999;
}

.QLoader {
	background-color: #FFF2BC;
	height: 5px;
}
	
/************ galerìa fotos productos ***********/






/************ fin galería fotos productos ****************/
	
	/******* formulario *******************/




/**************** fin formulario *********************/

	
	/******************* CONFIG TABLAS *******************/
	table { width:550px; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		background-color: #ffffff;
	}

	.tabla {
	width: 345px;
	border: 0px;
	}
	
	.bordebajotabla {
	border-bottom: 1.1px dashed #9c4c00;
	}

	.sold {
	color: #e51c19;
	font-weight: bold;
	}

	.availability {
 	height: 20px;
	padding-left: 5px;
	background-color: #1A0D00;
	color: #FFF2BC;
	font-weight: bold;
	}

	/******************* CONFIG TABLAS _END ***************/

	/******************** CONFIG IMAGENES *****************/
	.pic {
	border: 1px solid #518413;
 	}
	/* fin config imagenes */
	
	
