@charset "utf-8";
/* CSS Document */

input
{
	border: 1px solid #666667;
	background-color: #2B2B2B;
	color: #666667;
}

textarea
{
	border: 1px solid #666667;
	background-color: #2B2B2B;
	color: #666667;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

#reloj_div
{
	float: left;
	width: 200px;
	margin-top: 3px;
}

#temp_div
{
	float: left;
	width: 260px;
	margin-top: -2px;
}

#login_div
{
	float: right;
	width: 430px;
	text-align: right;
	margin-right: 15px;
}

#login_error
{
	display: inline;
}

#login_div a
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #CCC;
}

/* RETOQUES AL CSS ORIGINAL */

#header
{
	background-color: transparent;
}

.box .content
{
	font-family: Arial;
	font-size: 12px;
	padding: 10px;
	color: #CCCCCC;
}

.box .content h1
{
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 4px;
}

/* FIN RETOQUES */

/* NAVBAR DE LA IZQUIERDA */

.bar-content-links .sublink
{
	display: none;
}

/* FIN NAVBAR DE LA IZQUIERDA */

#navbar_2
{
	height: 32px;
	width: 922px;
	margin: auto;
	margin-top: 15px;
	background: transparent url(../images/backgrounds/navbar_top.png) no-repeat;
	clear: both;
	text-align: center;
	padding-top: 6px;
}

#navbar_2 a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

#navbar_2 a:hover
{
	text-decoration: underline;
}

#navbar_2 .separator
{
	color: #FFF;
	margin: 0px 5px;
}

/* BARRA DE LA DERECHA */

p
{
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	margin-bottom: 4px;
}

.box
{
	background:url(../images/box-bg.png) repeat-x top;
}

/* FIN BARRA DE LA DERECHA */



/* ********* ======== SECCIONES ========= ************/

/* PREGUNTAS FRECUENTES */

.preguntas
{
	padding: 5px;
	margin-top: 5px;
}

.preguntas li
{
	float: none;
	margin-left: 22px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.preguntas .pregunta
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #DD7801;
	padding-bottom: 9px;
}

.preguntas .respuesta
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: normal;
}

.preguntas ol li hr
{
	width: 375px;
	color: #FFF;
	margin-bottom: 20px;
}

/* FIN PREGUNTAS FRECUENTES */

/* IMAGENES DEL ESTABLECIMIENTO */

.bar-content-hot
{
	background: transparent;
	padding: 0;
}

.box .content .imagenes
{
	padding: 10px;
	width: 340px;
	margin: auto;
}

.box .content .imagenes a
{
	margin-bottom: 10px;
}

.imagenes .image img
{
	margin: 6px 0px 0px 7px;
	width: 130px;
	height: 130px;
	border: 1px solid #000;
}

.imagenes .image
{
	background:url(../images/item-hot-image2.png) no-repeat;
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 10px;
	margin-bottom: 20px;
}

/* FIN IMAGENES DEL ESTABLECIMIENTO */

/* CONTACTENOS */

#contactenos
{
	margin: auto;
	height: 640px;
}

#contactenos h1
{
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #202020;
	text-align: center;
	padding: 12px 10px 0px 10px;
	margin-bottom: 30px;
}

#contactenos #contactenos_res
{
	display: none;
	width: 400px;
	margin: 25px auto;
	font-weight: bold;
	color: #000;
	border: 1px solid #666667;
	padding: 10px;
}

#contactenos #contactenos_res p
{
	color: #666667;
}

/* FIN CONTACTENOS */

/* REGISTRO */ 

#registro_res
{
	display: none;
	width: 400px;
	margin: 25px auto;
	font-weight: bold;
	color: #000;
	border: 1px solid #666667;
	padding: 10px;
}

#registro_res p
{
	color: #666667;
}

/* FIN REGISTRO */

/* PRODUCTOS */

.arbol_categorias
{
	color: #DC7710;
	border: 1px solid #F8922E;
	background-color: #723B06;
	padding: 5px;
}

.arbol_categorias a
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

.arbol_categorias a:hover
{
	text-decoration: underline;
}

.precio
{
	font-family: Arial;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
}

#categorias_nav
{
	height: 32px;
	width: 904px;
	margin: 5px auto -15px auto;
	background: transparent url(../images/backgrounds/categorias.png) no-repeat;
	clear: both;
	text-align: left;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	color: #CCC; 
}

#categorias_nav a
{
	text-decoration: none;
	color: #CCC;
	font-weight: normal;
}

#categorias_nav a:hover
{
	text-decoration: underline;
}

.box .bar-content-items .item .image
{
	margin-bottom: 15px;
}

.box .bar-content-items .item .title a
{
	font-size: 12px;
	text-decoration: none;
	color: #80A2B0;
}

.box .bar-content-items .item .title a:hover
{
	text-decoration: underline;
}

.box .bar-content-items  .pagination
{
	border: 1px solid #666667;
	background-color: #202020;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #EB7B11;
	padding: 4px;
}

.box .bar-content-items .item .acciones
{
	margin-top: 25px;
}

.box .bar-content-items .item .acciones img
{
	margin-bottom: -3px;
}

.box .bar-content-items .item .acciones a
{
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
	text-align: right;
}

.box .bar-content-items .item .acciones a:hover
{
	text-decoration: underline;
}

.box .bar-content-items  .pagination a
{
	color: #EB7B11;
	text-decoration: none;
}

.box .bar-content-items  .pagination a:hover
{
	text-decoration: underline;
}

.box .bar-content-items  .pagination .current_page
{
	color: #B2B2B2;
	font-size: 14px;
	text-decoration: underline;
	padding: 0px 0px 0px 3px;
}

.box .bar-content-items  .pagination .paginas
{
	color: #B2B2B2;
	font-size: 12px;
}

.cart
{
	width: 270px;
	height: 60px;
	color: #CCC;
	margin-top: 8px;
	float: left;
}

.cart .precio
{
	float: left;
}

.cart input
{
	float: left;
	margin-left: 4px;
}

.cart img
{
	float: left;
	margin-left: 2px;
}

.cart-options
{
	text-align: right;
	font-family: Verdana;
}

.cart-options a
{
	color: #CCC;
	text-decoration: none;
}

.cart-options a:hover
{
	text-decoration: underline;
}

.cart_result
{
	width: 100px;
	height: 20px;
	float: left;
}

.cart_result img
{
	float: left;
	width: 15px;
}

.cart_result .text
{
	float: left;
	width: 80px;
	margin-left: 2px;
}

#show_cart_res
{
	font-family: Verdana;
}

#show_cart_res .cart_lista
{
	margin-top: 10px;
	padding: 3px;
	overflow: scroll;
	background: #000;
	border: 1px solid #CCC;
	height: 100px;
}

#show_cart_res .cart_lista a
{
	color: #CCC;
	text-decoration: none;
}

#show_cart_res .cart_lista a:hover
{
	text-decoration: underline;
}

#show_cart_res .precio
{
	margin-top: 10px;
	text-align: right;
}

#show_cart_res .total
{
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-top: 10px;
	text-align: right;
}

#resultado_show_cart
{
	color: #EB7B11;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 2px;
}

#show_cart_res .cart_lista ol
{
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}

.title_detalle
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #EB7B11;
	margin-bottom: 5px;
}

.stock_titulo
{
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
	clear: both;
}

.hay_stock
{
	color: #427E30;
}

.no_hay_stock
{
	color: #934E45;
}

.producto_descripcion
{
	height: 40px;
}

.imagenes
{
	margin-top: 20px;
}

.imagenes .titulo
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #79A3B1;
	margin-bottom: 15px;
	padding: 2px;
	border-bottom: 1px solid #CCC;
}

.imagenes .img
{
	border: 1px solid #CCC;
	float: left;
	margin-right: 5px;
}

.link_back
{
	text-align: center;
	margin: 15px auto;
}

.link_back a
{
	color: #EB7B11;
	font-weight: bold;
	text-decoration: none;
}

.link_back a:hover
{
	text-decoration: underline;
}

.recomendado_title
{
	color: #CCC;
	font-size: 12px;
	padding: 2px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
}

.recomendado_title strong
{
	color: #EB7B11;
}

.variantes
{
	color: #CCC;
}

.variantes .titulo
{
	font-size: 12px;
	color: #79A3B1;
	padding: 2px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	margin-top: 20px;
}

.variantes ul
{
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.variantes ul a
{
	color: #DBB24F;
	font-weight: bold;
}

.item .col-left
{
	width: 110px;
	float: left;
}

.item .col-right
{
	width: 260px;
	float: left;
}

/* FIN PRODUCTOS */

/* ********* =========== FIN SECCIONES ======== ************/

/* IMAGENES */

.image_inside1
{
	float: left;
	height: 128px;
	width: 128px;
	margin: 0 4px 4px 0;
}

.image_inside_mid
{
	float: left;
	height: 96px;
	width: 96px;
	margin: 0 9px 4px 0;
}

.image_inside_small
{
	float: left;
	height: 64px;
	width: 64px;
	margin: 0 4px 4px 0;
}

.image_inside_galerias
{
	float: left;
	margin: 0 4px 14px 0;
	border: 1px solid #CCCCCC;
	width: 96px;
	height: 96px;
}

/* FIN IMAGENES */

/* HOME */

.box-home
{
	width: 208px;
	min-height: 150px;
	float: left;
	border: 1px solid #202020;
}

.box-home-col-left
{
	width: 75px; 
	float: left;
}

.box-home-col-left img
{
	width: 64px;
	height: 64px;
}

.box-home-col-right
{
	width: 100px; 
	float: left;
}

.box-home-col-right p
{
	min-height: 65px;
}

.box-home-col-right h3
{
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
	color: #EB7B11;
	margin-bottom: 10px;
}

.box-home .link
{
	text-align: right; 
	margin-top: 30px;
	clear: both;
}

.text_inside .link2
{
	border: 0;
	padding: 0;
	margin: 0;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	color: #EB7B11;
}

.text_inside .link2:hover
{
	text-decoration: underline;
}

.box-home-2
{
	width: 428px;
	min-height: 150px;
	float: left;
	background: none;
}

.box-home-2 .bar-content-links {
	background:url(../images/banners/favoritos.png) no-repeat top;
}

.box-home-2 .link
{
	text-align: right; 
	margin-top: 30px;
	clear: both;
}

.box-home-2-content .link
{
	text-align: left; 
	clear: both;
	padding: 0;
	margin: 0;
	display: inline;
	background: none;
	color: #CCC;
}

.box-home-2 .box-home-col-right
{
	min-height: 105px;
	width: 300px; 
}

.box-home-2 .box-home-col-right p
{
	min-height: 85px;
}

.box-home-2-content
{
	padding: 35px 0px 0px 120px;
	width: 260px;
	height: 55px;
}

/* FIN HOME */

/* EXTRAS */

.text_inside
{
	min-height: 130px;
}

fieldset {
	border:0;
	padding:7px;
	margin:10px;
	position:relative;
}
label {
	display:block;
	font:normal 12px/17px Arial;
	color: #CCC;
	font-weight: bold;
}

span.hint {
	font:normal 11px/14px verdana;
	background:#eee url(../images/bg-span-hint-gray.gif) no-repeat top left;
	color:#444;
	border:1px solid #888;
	padding:5px 5px 5px 40px;
	width:200px;
	position:absolute;
	right: 22px;
	margin: -12px 0 0 34px;
	display:none;
	min-height: 40px;
}


fieldset.welldone span.hint {
	background:#9fd680 url(../images/bg-span-hint-welldone.jpg) no-repeat top left;
	border-color:#749e5c;
	color:#000;
}
fieldset.kindagood span.hint {
	background:#ffffcc url(../images/bg-span-hint-kindagood.jpg) no-repeat top left;
	border-color:#cc9933;
}


fieldset.welldone {
	background:transparent url(../images/bg-fieldset-welldone.gif) no-repeat 224px 19px;
}
fieldset.kindagood {
	background:transparent url(../images/bg-fieldset-kindagood.gif) no-repeat 224px 19px;
}

.no_disponible
{
	font-family: Arial;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
}

.button_1
{
	color: #CCC;
	background-color: #5A6A70;
	border: 1px solid #666667;
	font-family: Arial;
	font-weight: bold;
}

.bar-content-hot .item .image img
{
	margin: 10px 0px 0px 13px;
	width: 130px;
	height: 133px;
}

.bar-small-nice-green {
	background:url(../images/bar-small-nice-green.png) no-repeat;
	height: 22px;
}

.bar-big-nice-1 {
	background:url(../images/bar-big-nice-1.png) no-repeat;
	height: 22px;
	padding: 3px;
	color: #FFF;
	padding-left: 8px;
	font-weight: bold;
}

.text_inside .link_normal
{
	margin: 0;
	padding: 0;
	border: 0;
	color: #EB7B11;
	display: inline;
	font-size: 12px;
	text-decoration: none;
}

.text_inside .link_normal:hover
{
	text-decoration: underline;
}

/* FIN EXTRAS */

/* FOOTER */

#footer
{
	height: 21px;
	background: transparent url(../images/footer-line.png) repeat-y;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer .inner
{
	text-align: center;
	margin: 0 auto;
	padding: 0;
	padding-top: 4px;
	color: #FFF;
	font-weight: bold;
}

#footer .inner a
{
	color: #FFF;
	text-decoration: none;
	border: none;
}

#footer .inner a:hover
{
	text-decoration: underline;
}

#footer .inner .separator
{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 11px;
}

/* FIN FOOTER */