/* CAPAS */

html {
	height: 100%;
/*	height:auto !important;*/
	background: #DEE1DC;
}

body {
	height:100%;
/*	height:auto !important;*/
	background: #DEE1DC;
	overflow-x: hidden;
}

#madre {
	position: absolute;
	margin: 0px auto;
	height: 100%;
/*	min-height:100%;*/
	width: 100%;
	text-align: center;
	background: #DEE1DC;/*url(../images/fondo_madre.gif) repeat-y top left;*/
}

#container {
	position: relative;
	margin: 0px auto;
	width: 985px;
	min-height: 100%;
	text-align: center;
	background: #FFFFFF url(../images/fondo_container.jpg) repeat-y top left;
}

* html #container{
	height: 100%;
}

#header {
	position: relative;
	margin: 0px auto;
	height: 155px;
	width: 965px;
}

#sello {
	position: absolute;
	/*margin: 0px auto;*/
	width: 100px;
	height: 100px;
	right: 80%;
	top: 15px;
	text-align: center;
	background: #FFFFFF url(../images/sello.jpg);
	z-index: 5;
}


.fondos_feder{
	margin-top: 20px auto;
	text-align: center;
}

#cabecera {
	position: relative;
	text-align: center;
	height: 124px;
	width: 965px;
	background: #19AB62;
}

#icono_carro{
	position: absolute;
	margin: 0;
	padding: 0;
	top: 80px;
	left: 815px; /* Porque todo esta alineado al centro por lo que este valor es la mitad del left real */
	width: 150px;
	height: 40px;
	text-align: right;
	z-index: 1;
}

#menu {
	position: relative;
	height: 31px;
	width: 965px;
	text-align: left;
	background: #19AB62;
}

#contenido {
	position: relative;
	margin: 0px auto;
	width: 965px;
	height: 100%;
	min-height: 830px;
	overflow: hidden;
	background: #FFFFFF;
}

*html #contenido {
	height: 820px;
}

#izquierda {
	position: relative;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	width: 244px;
	overflow: hidden;
/*	height: 100%;*/
/*	min-height: 800px;*/
	float: left;
	background: #117644;
}
/*
* html #izquierda{
	height: 800px;
}
*/
#completo {
	position: relative;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	width: 721px;
	height: 100%;
	overflow: hidden;
/*		height: 650px;*/
	float: left;
	text-align: center;
	background: #FFFFFF;
}

#central {
	position: relative;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	top:5px;
	left:5px;
	width: 469px;
	height: 100%;
	text-align: left;
	float: left;
	background: #F2F2F2;
}

#derecha {
	position: relative;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
	top:5px;
	width: 242px;
	height: 100%;
	text-align: right;
	float: right;
}

* html #contenedor {
	position: relative;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	width: 721px;
	height: 830px;
	text-align: left;
	background: #FFFFFF url(../images/fondo_marihuana.jpg) no-repeat bottom right;
}

#contenedor {
	position: relative;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	width: 721px;
/*	height: 562px;
	height: 100%; */
	min-height: 830px;
	text-align: left;
	background: #FFFFFF url(../images/fondo_marihuana.jpg) no-repeat bottom right;
}

#contenido_izquierda {
	position: relative;
	width: 469px;
	height: 100%;
	float: left;
	text-align: left;
}

#contenido_derecha {
	position: relative;
	width: 242px;
	height: 100%;
	float: left;
	text-align: right;
	background: #F2F2F2;
	left: 10px;
}

#titular {
	position: relative;
	margin: 7px 0px 0px 0px;
	padding: 0px;
	width: 721px;
	height: 35px;
	text-align: left;
	background: #B3E9CE url(../images/fondo_titulo.jpg) no-repeat top right;
}

.listado_novedad {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 445px;
	height: 150px;
	clear: both;
}

.separador_novedad {
	position: relative;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 465px;
	clear: both;
}

#titulo_resumen_noticias {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 240px;
	height: 30px;
	background: #707F68;
}

#listado_resumen_noticias {
	position: relative;
	top:15px;
	left:15px;
	text-align: left;
	width: 240px;
	height: 560px;
}


#listado_resumen_noticias_titulos {
	position: relative;
	margin: 0px auto;
	text-align: center;
	width: 240px;
	height: 315px;
}

.listado_resumen_noticias_titulos {
	position: relative;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	width: 240px;
	height: 65px;
	background: #CFDED7;
}

#titulo_noticia {
	position: relative;
	left:35px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100px;
}

.listado_noticia {
	position: relative;
	left:35px;
	width: 420px;
	text-align: left;
	height: 70px;
	clear: both;
}

.listado_galeria {
	position: relative;
	left:10px;
	margin: 15px 22px 15px 22px;
	float: left;
	text-align: center;
	width: 175px;
	height: 160px;
	display: inline;

}

* html .listado_galeria{
	width: 175px;
	height: 160px;
	display: inline-block;
}

#titulo_productos {
	position: relative;
	height: 22px;
	width: 465px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #1D7B4D;
}

.listado_productos {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 465px;
	height: 70px;
	text-align: left;
	clear: both;
}

.foto_producto {
	position: relative;
	text-align: center;
	margin: 0px auto;
	width: 85px;
	height: 70px;
	min-height: 70px;
	float: left;
}

.datos_producto {
	position: relative;
	width: 380px;
	height: 70px;
	float: left;
}

div#central.titulo_producto {
	width: 465px;
}

.titulo_producto {
	position: relative;
	margin: 0px 0px 5px 0px;
	padding-top: 5px;
	width: 100%;
	height: 16px;
	background: #78847E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.compra_producto {
	position: relative;
	width: 100%;
	height: 49px;
	background: #96A59E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
}

.precio {
	position: relative;
	margin: 23px 0px 0px 5px;
	padding: 5px 0px 0px 0px;
	width: 115px;
	height: 15px;
	text-align: center;
	float:left;
	background: #CFDED7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.compra {
	position: relative;
	margin: 25px 0px 0px 0px;
	width: 240px;
	height: 15px;
	text-align: right;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align:middle;
}

.amplia_productos {
	position: relative;
	margin: 0px 5px 10px 0px;
	width: 110px;
	text-align: right;
	float:right;
	clear: both;
}

.detalle_producto {
	position: relative;
	margin: 0px 0px 10px 0px;
	width: 465px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align:middle;
	text-align: left;
	clear: both;
}

.detalle_producto p,h2,h4 {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

.foto_detalle_producto {
	position: relative;
	width: 200px;
	height: 165px;
	text-align: left;
	float: left;
}

.descripcion_detalle_producto {
	position: relative;
	width: 265px;
	height: 165px;
	float: left;
}

.datos_detalle_producto {
	position: relative;
	width: 100%;
	height: 25px;

}

.compra_detalle_producto {
	position: relative;
	width: 465px;
	height: 30px;
	background: #96A59E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: left;
	clear : both;
}

.precio_detalle {
	position: relative;
	margin: 6px 0px 0px 5px;
	padding-top: 3px;
	width: 110px;
	height: 18px;
	float:left;
	background: #CFDED7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

.compra_detalle {
	position: relative;
	margin: 5px 0px 0px 0px;
	width: 300px;
	height: 18px;
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align:middle;
	text-align: right;
}

.volver_listado {
	position: relative;
	margin: 10px 5px 10px 0px;
	width: 150px;
	text-align: right;
	float:right;
	clear: both;
}

#pasos_carro {
	position: relative;
	margin: 0px 0px 10px 0px;
	width: 711px;
	height: 35px;
}

#contenido_carro {
	position: relative;
	margin: 10px 0px 0px 0px;
	width: 711px;
}

#opciones_carro {
	position: relative;
	margin: 30px 0px 10px 0px;
	text-align: center;
}


.listado_carro {
	position: relative;
	margin: 0px 0px 10px 0px;
	left: 5px;
	width: 470px;
	height: 70px;
	clear: both;
}

#registro_usuarios {
	position: relative;
	margin: 0px 0px 5px 0px;
	width: 240px;
	height: 195px;
	background: #117644;
}

#formulario_registro {
	position: relative;
	margin: 10px 10px 10px 10px;
	width: 220px;
}

#registro_usuario {
	position: relative;
	margin: 0px 0px 10px 0px;
	width: 445px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	vertical-align:middle;
	clear: both;
}

#formulario_contacto {
	position: relative;
	left: 32px;
	width: 340px;
	float: left;
}

#datos_contacto {
	position: relative;
	width: 375px;
	float: left;
}

#formulario_paso1 {
	position: relative;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	width: 250px;
	border: 1px solid #117644;
}

#formulario_paso2 {
	position: relative;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	width: 600px;
	overflow:hidden;
	border: 1px solid #117644;
}

#formulario_paso3 {
	position: relative;
	margin: 10px 10px 10px 10px;
	padding: 10px;
	width: 600px;
	overflow:hidden;
	border: 1px solid #117644;
}


#formulario_paso4 {
	position: relative;
	margin: 10px 10px 10px 10px;
	width: 690px;
	border: 1px solid #117644;
}

.boton_continuar {
	width: 100%;
	clear: both;
}

#datoscliente_izquierda{
	position: relative;
	width: 50%;
	float:left;
}

#datoscliente_derecha{
	position: relative;
	width: 50%;
	float:right;
}

#resumen_datoscliente{
	position: relative;
	margin: 0px 0px 0px 10px;
	width: 40%;
	float:left;
}

#datos_envio{
	position: relative;
	width: 50%;
	float:right;
}

#resumen_datosenvio{
	position: relative;
	margin: 0px 0px 0px 10px;
	width: 40%;
	float:right;
}

#resumen_datosenvio_ancho{
	position: relative;
	top:10px;
	left:10px;
	width: 100%;
	float:right;
}

#tipopago{
	position: relative;
	top:10px;
	left:10px;
	width: 100%;
	float:right;
}

#resumen_listadocompra{
	position: relative;
	margin-top: 25px;
	left:10px;
	text-align: left;
	width: 100%;
	clear:both;
}

.resumen_unidades{
	position: relative;
	width: 60px;
	height: 18px;
	font-weight: normal;
	float:left;
}

.resumen_articulos{
	position: relative;
	width: 490px;
	height: 18px;
	font-weight: normal;
	float:left;
}

.resumen_precios{
	position: relative;
	width: 60px;
	height: 18px;
	font-weight: normal;
	float:left;
}

.resumen_total{
	position: relative;
	width: 60px;
	height: 18px;
	font-weight: normal;
	float:left;
}

#total{
	position: relative;
	top:10px;
	margin: 0px 20px 0px 10px;
	font-weight: normal;
	clear: both;
}

#total_izquierda{
	position: relative;
	width: 40%;
	float:left;
}

#total_derecha{
	position: relative;
	padding: 0px;
	width: 50%;
	float:right;
}

#pie {
	position: relative;
	font-weight: bold;
	width: 100%;
	height: 22px;
	text-align: center;
	background: #1B4328;
	/*padding-bottom: 0px;*/
}

*html #pie {
	margin-top: -22px;
}

#subpie {
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #117644;
	width: 100%;
	height: 20px;
	text-align: center;
	background:  url(../images/fondo_subpie.jpg) repeat-x top left;
/*	background: #1B4328;*/
	padding-top: 5px;
}
/*
*html #subpie {
	height: 200px;
	background:  #DEE1DC url(../images/fondo_subpie.jpg) repeat-x top left;
	overflow:hidden;
}
*/
.limpia {
clear: both;
}

.puntero{
	cursor: pointer;
}

.margen_noticia {
	margin: 0px 25px 5px 35px;
}

.caja {
	display: none;
	padding:5px;
	margin-right: 30px;
}

#mostrar{
	display:block;
	width:70%;
	padding:5px;
	border:2px solid #D0E8F4;
	background-color:#ECF8FD;
}


/* Menu de Acordeon */
/*	border: 1px solid #00B65B; */
/* A few IE bug fixes */
* { margin: 0px; padding: 0px; }
* html ul ul li a { height: 100%; }
* html ul li a { height: 100%; }
* html ul ul li { margin-bottom: -1px; }

#theMenu {
	position:relative;
	width: 244px;
/*	height: 600px; */
/*	height: 100%;	*/
	margin: 0px;
	padding: 0px;
}

/* Estilos del Menu */
ul li {
	width: 244px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background: url(../images/fondo_menu_subcategoria.jpg) repeat-x;
}

ul li a:hover {
	display:block;
	color: #000000;
	text-decoration: none;
	background: url(../images/fondo_menu_subcategoria_over.jpg) repeat-x;
}

li.subcategoria {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height:25px;
/*	border-top: 1px solid #00B65B;
	border-left: 1px solid #00B65B;
	border-right: 1px solid #00B65B;*/
}

li.subcategoria a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height:25px;
}

li.subcategoria a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	height:25px;
/*	border-top: 1px solid #00B65B;
	border-left: 1px solid #00B65B;
	border-right: 1px solid #00B65B;*/
}


texto_submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

texto_submenu a:hover {
	text-decoration: none;
}

h3.head a {
	color: #FFFFFF;
	display:block;
	background: url(../images/fondo_menu_categoria.jpg) repeat-x;
	background-position: 98% 50%;
/*	padding: 6px 0px 0px 0px;*/
	text-decoration: none;
	height: 31px;
}

h3.head a:hover {
	color: #FFFFFF;
	background: url(../images/fondo_menu_categoria_over.jpg) repeat-x;
	background-position: 98% 50%;
	text-decoration: none;
	height: 31px;
}

h3.head.selected a {
	color: #FFFFFF;
	background: url(../images/fondo_menu_categoria_over.jpg) repeat-x;
	background-position:98% 50%;
/*	padding: 3px 6px;*/
	height: 31px;
}

h3.head.selected a:hover {
	color: #FFFFFF;
	background: url(../images/fondo_menu_categoria_over.jpg) repeat-x;
	background-position:98% 50%;
	height: 31px;
}

h3.head_enlace a {
	color: #FFFFFF;
	display:block;
	background: url(../images/fondo_menu_categoria.jpg) repeat-x;
	background-position: 98% 50%;
/*	padding: 6px 0px 0px 0px;*/
	text-decoration: none;
	height: 31px;
}

h3.head_enlace a:hover {
	color: #FFFFFF;
	background: url(../images/fondo_menu_categoria_over.jpg) repeat-x;
	background-position: 98% 50%;
	text-decoration: none;
	height: 31px;
}

h3.head_enlace.selected a {
	color: #FFFFFF;
	background: url(../images/fondo_menu_categoria_over.jpg) repeat-x;
	background-position:98% 50%;
/*	padding: 3px 6px;*/
	height: 31px;
}

h3.head_enlace.selected a:hover {
	color: #FFFFFF;
	background: url(../images/fondo_menu_categoria_over.jpg) repeat-x;
	background-position:98% 50%;
	height: 31px;
}

/*
ul ul li {
	border: 1px solid 00B65B;
	width: 244px;
	margin: 0px;
	padding: 0px;
}

ul ul li a {
	display:block;
	color: #000;
	padding: 3px 6px;
	font-size: small;
}

ul ul li a:hover {
	display:block;
	color: #369;
	background-color: #eee;
	padding: 3px 8px;
	font-size: small;
}
*/
/* For the xtra menu
ul ul ul li { border-left: none; border-bottom: 1px solid #eee; padding: 0; width: 175px; margin-bottom: 0; }
ul ul ul li a { display:block; color: #000; padding: 3px 6px; font-size: small; }
ul ul ul li a:hover { display:block; color: #369; background-color: #eee; padding: 3px 8px; font-size: small; }
*/
li {
	list-style-type: none;
}

h2 { margin-top: 1.5em; }

/* Header links styling */
/* FUENTES */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.texto_blanco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.texto_blanco_aviso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 25px auto;
}

.texto_verde_aviso {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #117644;
	text-decoration: none;
	margin: 25px auto;
}

.texto_verde_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #117644;
	text-decoration: none;
	text-align: left;
}

.texto_novedad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #035B2F;
	text-decoration: none;
	text-align: left;
}

.precio_novedad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #9BBC45;
	text-decoration: none;
	text-align: left;
}

.texto_verde_contacto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #117644;
	text-decoration: none;
	text-align: left;
}

.texto_verde_chico {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #117644;
	text-decoration: none;
	text-align: left;
}

.texto_verde_marihuana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #C1D830;
	text-decoration: none;
}

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.texto_verde {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #117644;
	font-weight: bold;
	text-decoration: none;
}

.texto_pistacho {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B6CE38;
/*	#B6CE38;*/
	font-weight: bold;
	text-decoration: none;
}
.texto_verde_upper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #117644;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}


.texto_gris {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bcbcbe;
	text-decoration: underline;
}
/*
.texto_gris a
{
	color: #bcbcbe;
	text-decoration: none;
}
*/
/* INPUTS */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background : url(../images/fondo_input.jpg) repeat-x;
	color: #090730;
	border: 1px solid #DEDEDE;
}

.fondo_input_carro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background : url(../images/fondo_input_carro.jpg) repeat-x;
	color: #000000;
	border: 1px solid #87948E;
}

.fondo_input_carro_detalle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height:17px;
	background : url(../images/fondo_input_carro_detalle.jpg) repeat-x;
	color: #000000;
	border: 1px solid #87948E;
}

.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #117644;
	text-transform: uppercase;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #090730;
	border: 1px solid #DEDEDE;
	background : #FFFFFF url(../images/fondo_input.jpg) repeat-x top left;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #090730;
	border-top: 1px solid #DEDEDE;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}
