	/***************************************************************************
	//file:			karley.css
	//about:		especificaciones de estilo para karley
	//note:			Acordarme de depurar la chapuza de css que hicieron "estos"
	//***************************************************************************/


html,body{
	padding:0;
	margin:0;
	height:100%;
}

body{
	font-family: Arial;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	background-color: #f2e6a2;
	letter-spacing: 0px;
	margin: 0px 0px 0px 0px;
}

h3{
color:#FF9933;
margin:0px;
text-transform:uppercase;
}

h4{
padding:1px;
margin:0px;
margin-left:4px;
}

blockquote{
background-color:#009AB0;
width:480px;
margin:2px;
}
/*----------------------- REEMPLAZOS ----------------------*/
img{
	vertical-align: middle;
	border: 0px;
}

li{list-style-type: none;}

form, p, ul, li{
	padding: 0px;
	margin: 0px;
}

a:link{
	color: #f8b600;
	text-decoration: underline;
	font-weight: bold;
}

a:active{
	color: #f8b600;
	text-decoration: underline;
}

a:visited{
	color: #f8b600;
	text-decoration: underline;
}

a:hover{
	color: #f8b600;
	text-decoration: none;
}

input, textarea, select{
	font-family: Arial;
  font-size: 11px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/*----------------------- ESPECIFICOS ----------------------*/
.texto{
font-family: Arial;
font-size:12px;
text-indent:10px;
}

/*----------------------- COMPOSICIÓN ----------------------*/
#contenedor{
	margin-left: auto;
	margin-right: auto;
	width: 726px;
	text-align: left;
	background: url("../img/fondo_gral.gif");
	background-repeat: repeat;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#barra-top{
	width: 726px;
	padding: 0px;
	margin: 0px;
}

#barra-top-left{
	width: 500px !important;
	width/**/: 530px;
	height: 20px !important;
	height/**/: 25px;
	float: left;
	background-color: #333333;
	padding: 5px 0px 0px 30px;
	margin: 0px;
	background: url("../img/fondo_menu_util.gif");
	background-repeat: no-repeat;
	background-position: right top;
}

#barra-top-left li{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 0px;
	font-weight: bold;
	font-family: Arial;
}

#barra-top-left .activo{
	font-weight: bold;
}

#barra-top-left a{
	color: #FFFFFF;
	text-decoration: none;
}

#barra-top-left a:hover{
	color: #f8b600;
	text-decoration: none;
}

#barra-top-left .utilidades-cliente, #barra-top-left .utilidades-basico{
	float: left;
	padding: 0px 0px 0px 0px;
}

#barra-top-right{
	width: 196px;
	height: 2px;
	float: right;
	background: #ff0000;
	padding: 0px;
	margin: 0px;
	background: url("../img/barra_sup_logo.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content{
	width: 726px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-left{
	float: left;
	width: 530px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-left-imagen{
	width: 530px;
	height: 257px;
	margin: 0px;
	padding: 0px;
	background: url("../img/imag_cabecera.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content-left-contenido{
	position:relative;
	min-height: 594px;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	background: url("../img/sombra_inf_contenido.gif");
	background-repeat: no-repeat;
	background-color: #transparent;
	background-position: bottom;
}

*html #content-left-contenido{height: 620px;}

#content-left-top{
	margin: 0px;
	padding: 10px 20px 20px 20px;
	background: url("../img/sombra_inf_contenido.gif");
	background-repeat: no-repeat;
	background-color: #transparent;
	background-position: bottom;
}

#content-left-middle{
	margin: 0px;
	padding: 10px 20px 20px 20px;
	background-color: #ffffff;
	background: url("../img/sombra_inf_contenido.gif");
	background-repeat: no-repeat;
	background-color: #transparent;
	background-position: bottom;
}

#content-left-bottom{
	min-height: 190px;
	margin: 0px;
	padding: 10px 20px 20px 20px;
	background-color: #ffffff;
	background: url("../img/sombra_inf_contenido.gif");
	background-repeat: no-repeat;
	background-color: #transparent;
	background-position: bottom;
}

*html #content-left-bottom{height: 190px;}

#content-right{
	/*position:absolute;*/
	/*float: right;*/
	float:left;
	left:653px;
	_left:669px;
	top:5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content-right-menu{
	width: 196px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

#content-right-menu .menu-seccion li{
	display: block;
	width: 160px;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

#content-right-menu .menu-seccion li a
{
	display: block;
	width:100%;
	margin: 0px;
	padding: 2px 0px 2px 24px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("../img/bullet_seccion_off.gif");
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

#content-right-menu .menu-seccion li a:hover{
	display: block;
	margin: 0px;
	padding: 2px 0px 2px 24px;
	color: #333333;
	background: #f8b600;
	text-decoration: none;
	background-image: url("../img/bullet_seccion_on.gif");
	background-repeat: no-repeat;
	background-position: 8px 6px;
}

#content-right-mod{
	width: 196px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	overflow: hidden;
	word-wrap: break-word;
}

#imag_lateral_top{
	width: 100%;
	height: 163px;
	background: #333333 url("../img/imag_content_left_top.jpg");
	background-repeat: no-repeat;
	margin: 14px 0px 0px 0px;
	padding: 0px;
}

#imag_lateral_bottom{
	width: 100%;
	height: 158px;
	background: #333333 url("../img/imag_content_left_bottom.jpg");
	background-repeat: no-repeat;
	margin: 14px 0px 0px 0px;
	padding: 0px;
}

#content-right-idiomas-buscador{
	width: 196px;
	height: 88px;
	background: url("../img/fondo_idioma_buscador.gif");
	background-repeat: repeat;
}

#Idiomas{
	width: 196px;
	margin: 0px;
	padding: 12px 0px 0px 10px;
}

#Idiomas select{
	width: 100px;
	margin: 0px;
	padding: 0px;
	background-color: #48a7b9;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

.ver-mas{
	text-align: left;
	color: #f8b600;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url("../img/bullet_ver_mas.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.texto-intro{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #ffffff;
	background-color: transparent;
	background-image: url("../img/fondo_txt_intro.gif");
	background-repeat: repeat;
	background-position: 0px 0px;
}

.titulo-seccion{
	font-size: 18px;
	font-weight: bold;
	color: #f8b600;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
}

.imagen-lado{
	float: right;
	margin: 0px 0px 0px 20px;
	border: 1px solid #f8b600;
	padding: 3px;
}

#lista .clear, #datos .clear{
	padding: 6px !important;
	padding/**/: 0px;
}

#pie{
  /*width: 580px;*/
	width: 726px !important;
	width: 728px /**/;
	height: 30px !important;
	height/**/: 40px;
	bottom: 0;
	clear: both;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#pie p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	text-align: center;
	color: #f8b600;
	font-weight: bold;
}

#pie a:link, #pie a:visited{color: #f8b600;}

#pie img{
	display: inline;
	vertical-align: middle;
}

#pie .derecha{
	float: right;
	vertical-align: middle;
	margin-top: -20px;
	margin-left: 10px;
}

/*----------------------- EL BUSCADOR ----------------------*/
#buscador{
	width: 196px;
	margin: 0px 0px 0px 0px;
	padding: 23px 0px 0px 10px;
}

#buscador .text{
	width: 100px;
	height: 18px;
	vertical-align: middle;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background-color: #48a7b9;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}

#buscador .boton{
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

#texto .titulo{
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

#texto .texto{padding: 0px 0px 10px 0px;}
#texto .imagen-lado{margin-bottom: 20px;}
#lista .contenedor{	margin: 10px 0px 10px 10px;}

#lista li{
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#lista .titulo-lista{
	padding: 3px 0px 3px 10px;
	background-color: #f8b600;
	color: #333333;
	font-weight: bold;
}

#lista .titulo-elemento{
	padding: 3px 0px 3px 0px;
	font-weight: bold;
}

#datos .contenedor{margin: 10px 0px 10px 10px;}

#datos .titulo-elemento{
	padding: 3px 0px 3px 10px;
	background-color: #f8b600;
	color: #333333;
	font-weight: bold;
}

#datos .enlace-elemento{
	float: left;
	text-align: left;
	color: #f8b600;
	font-weight: bold;
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	background: url("../img/bullet_ver_mas.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#lista-alt
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	font-size: 11px;
	font-weight: bold;
	color: #f8b600;
}

#lista-alt .titulo-seccion{
	background-image: url("../img/bullet_sec_alt.gif");
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #transparent;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 32px;
}

#lista-alt .titulo-elemento{
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

#lista-alt a{
	color: #f8b600;
	font-size: 10px;
	font-weight: bold;
}

#lista-alt .ver-mas a{
	color: #f8b600;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#datos-alt{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	font-size: 11px;
	color: #f8b600;
}

#datos-alt .titulo-seccion{
	background-image: url("../img/bullet_sec_alt.gif");
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #transparent;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 32px;
	text-transform: uppercase;
}

#datos-alt .titulo-elemento{
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #FF6600;
}

#datos-alt .texto-intro{
	padding: 0px 10px 0px 0px;
	background: transparent;
}

#datos-alt a{color: #4580C0;}

#datos-alt .ver-mas a{
	color: #f8b600;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#novedades-alt{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	font-size: 11px;
	color: #f8b600;
}

#novedades-alt .titulo-seccion{
	background-image: url("../img/bullet_sec_alt.gif");
	background-repeat: no-repeat;
	background-position: 10px 9px;
	background-color: #transparent;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 32px;
	text-transform: uppercase;
}

#novedades-alt .titulo-elemento{
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	color: #FF6600;
}

#novedades-alt .texto-intro{
	padding: 0px 10px 0px 0px;
	background: transparent;
}

#novedades-alt a{color: #4580C0;}

#novedades-alt .ver-mas a{
	color: #f8b600;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#resultados-buscador{margin: 0px 0px 10px 0px;}

#resultados-buscador .titulo-resultados{
	padding: 6px 0px 6px 0px;
	font-weight: bold;
}

#resultados-buscador .texto, #resultados-buscador .titulo{margin: 10px 0px 10px 0px;}

#formulario{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#formulario label{
	font-weight: bold;
	width: 126px !important;
	width/**/: 140px;
	float: left;
	height: 20px;
	padding: 0px 0px 0px 14px;
}

#formulario .caja{
	padding: 0px 0px 0px 4px;
	margin: 0px;
	width: 250px;
}

#formulario .clear{
	clear: both;
	margin: 0px;
	padding-top: 2px;
}

#formulario .texto-intro{
	margin: 0px 0px 30px 0px;
	padding: 0px;
}

#formulario .olvidar{
	position: absolute;
	left: -130px;
}

/*#buttons{
	float: left;
	margin: 10px 0px 0px 140px;
	padding: 2px;
	font-size: 11px;
}

#buttons .button{
	background-color: #f8b600;
	border: 0px;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}*/

.bt{
	background-color: #f8b600;
	border: 0px;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}

#navegacion{margin: 10px 0px 10px 0px;}

#navegacion a{
	padding: 0px 6px 0px 0px;
	font-weight: bold;
}

#navegacion li{display: inline;}

/*----------------------- CATALOGO ----------------------*/
/*
#catalogo{
	margin: 0px;
	padding: 0px;
}

#catalogo p{
	margin-left: 3px;
	padding: 0px;
}

#catalogo .titulo-seccion{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #f8b600;
}

#catalogo h1{
	font-size: 11px;
	background-color: #f8b600;
	padding: 3px 0px 3px 5px;
	margin: 10px 0px 10px 0px;
	color: #333333;
	font-weight: bold;
}

#catalogo h1 a{color: #333333;}

#catalogo h2{
	font-size: 11px;
	background-color: #4caed3;
	padding: 3px 0px 3px 5px;
	margin: 10px 0px 10px 0px;
	color: #333333;
}

#catalogo h2 a{
	color: #333333;
}

#catalogo .nivel2{
	margin-left: 10px;
	padding: 0px;
}

#catalogo .imagen-lado{
	float: right;
	margin: 0px 0px 10px 10px;
	border: 1px solid #f8b600;
}

#catalogo .mas-info{
	clear: both;
	margin: 0px 0px 10px 0px;
	float: right;
}

#catalogo .volver{
	margin: 5px 0px 20px 0px;
	float: left;
}

#catalogo .descargar{
	margin: 5px 0px 20px 0px;
	float: right;
}
*/
/*----------------------- VETE TU A SABER ----------------------*/
.clear{
	clear: both;
	padding: 0px;
	margin: 0px;
}

.required{
	margin-left: 2px;
	color: #f8b600;
}

.menu-seccion .simbolosi, .menu-seccion .simbolono{
	position: absolute;
	margin: 4px 0px 0px -25px;
}

.simbolosi, .simbolono{
	margin: 0px 2px 0px 0px;
	vertical-align: middle;
}

* html #pie
{
	margin-bottom: -1px;
}

/*----------------------- DESTACADOS ----------------------*/
/*
#destacados table{
	width: 100%;
	font-family: Arial;
	font-size:  12px;
	border: 0px;
	background-color: #474747;
	margin-bottom: 5px;
	letter-spacing: 0px;
}

#destacados thead{
	font-weight: bold;
	background-color: #f8b600;
}

#destacados thead td{
	font-weight: bold;
	color: #333333;
	height: 20px;
	padding: 0px 0px 0px 10px;
}

#destacados tbody td{
	vertical-align: top;
	padding: 10px;
}

#destacados tbody a{
	font-size: 11px;
	font-weight: bold;
}

#destacados td.image{width: 150px;}

#destacados .imagen-lado{
	margin: 0px;
	float: none;
	width: 80%;
}

#catalogo .nombreProducto{
	display: block;
	float: left;
}

#catalogo .codigo{
	display: block;
	margin-right: 10px;
	float: right;
}

#catalogo h1{
	height: 15px;
}

#catalogo .derecha{
	float: right;
	vertical-align: middle;
}

#catalogo .principalderecha{
	padding: 5px 0px 0px 0px;
	float: right;
	vertical-align: middle;
}

#catalogo .principalderecha a{
	font-size: 11px;
	font-weight: bold;
}
*/
/*----------------------- CESTA ----------------------*/
/*
#cesta{width: 100%;}

#cesta input{width: 30px;}

#cesta table{
	width: 100%;
	font-family: Arial;
	font-size:  12px;
	border: 0px;
}

#cesta thead td{
	background-color: #f8b600;
	padding: 3px 0px 3px 10px;
	color: #333333;
	width: 25%;
	font-weight: bold;
}

#cesta tbody td{
	width: 25%;
	padding: 2px 0px 1px 8px;
}
#cesta tbody td.precio{text-align: right;}

#cesta tfoot td{
	width: 25%;
	font-weight: bold;
	padding-left: 10px;
}

#cesta .texto{
	background-color: #00869a;
	padding: 15px;
	margin: 10px 0px 10px 0px;
	border: 1px dashed #4fb0bf;
}

#cesta tfoot td.total{
	text-align: right;
	padding-bottom: 14px;
}

#cesta .volver, #cesta .reenviar{float: left;}
#cesta .pedido{float: right;}
#cesta .actualizar{float: left;}
*/
/*----------------------- CATEGORIAS PARA SIDEBAR ----------------------*/
#buttons {
position:absolute;
text-align:left;
width:440px;
/*top:285px;*/
left:10px;
/*background-color:#FFFFB0;*/
}

#buttons a {
color:#FFFFFF;
display:block;
font:16px Arial, sans-serif;
text-decoration:none;
font-variant:small-caps;
font-weight:bold;
padding:5px 5px 5px 10px;
border-bottom: 1px solid #D29900;
margin-bottom:7px;
text-transform:uppercase;
}

#buttons a:hover {
background-color:#f8b600;
color:#808000;
text-decoration:none;
/*border-left: 5px solid #D29900;*/
}

.tableproductos{
vertical-align:top;
}

.tableproductos{
background-color:#009AB0;
}

.tablepvp{
background-color:red;
margin:3px;
padding:3px;
background-color:#008395;
text-align:center;
}

.shopcar{
float:right;
font-weight:bold;
padding:2px;
}
