@charset "utf-8";
/* CSS Agosto 2018 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i'); 								/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300italic,400,400italic,700,700italic'); 	/* font-family: 'Roboto Condensed', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two'); 										/* font-family: 'Shadows Into Light Two', cursive; */
@import url('https://fonts.googleapis.com/css?family=Vollkorn');													/* font-family: 'Vollkorn', serif; */

@font-face {
    font-family: 'constantia';
    src: url('/fonts/constantia.eot');
    src: url('/fonts/constantia.eot') format('embedded-opentype'),
         url('/fonts/constantia.woff2') format('woff2'),
         url('/fonts/constantia.woff') format('woff'),
         url('/fonts/constantia.ttf') format('truetype'),
         url('/fonts/constantia.svg#constantia') format('svg');
}
@font-face {
    font-family: 'constantia_bold';
    src: url('/fonts/constantia_bold.eot');
    src: url('/fonts/constantia_bold.eot') format('embedded-opentype'),
         url('/fonts/constantia_bold.woff2') format('woff2'),
         url('/fonts/constantia_bold.woff') format('woff'),
         url('/fonts/constantia_bold.ttf') format('truetype'),
         url('/fonts/constantia_bold.svg#constantia_bold') format('svg');
}

*, html {
	margin:0px;
	padding:0px;
}
body { background:#EEE;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}
a {
	text-decoration:none;
	outline:none;
}
a, :focus {
	outline:none !important;
}
::-moz-focus-inner {
  border: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  text-transform:uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  text-transform:uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  text-transform:uppercase;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;
  text-transform:uppercase;
}
li {
	list-style-type:none;
}
br {
	clear:both;
}
img {
	vertical-align:top;
	max-width:100%;
	height:auto;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
textarea {
	resize:none;
}
header, footer,#color, #copyright {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	max-width:600px;
	margin:0px auto;
	position:relative;
	z-index:1;
}
header {
	border-bottom:solid 1px #CCDE63;
}
/* #######################################
ANCHOS GENERALES */
#header, #footer {
	box-sizing:border-box;
	background-color:#FFF;
	width:100%;
	max-width:1110px;
	margin:0px auto;
	position:relative;
	z-index:2;
}

#listadoMovil {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#FFF;
	width:100%;
	max-width:800px;
	margin:0px auto;
	padding:49px 0 0 0;
}

#franjaVerde {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background:#6A8122;
	text-align:right;
	width:100%;
	height:49px;
	padding:0px 20px;
	position:fixed;
	top:0px;
	z-index:10;
}
#franjaVerde a {
	font-size:13px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	line-height:49px;
	padding:10px;
	
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	transition: all ease 300ms;
}
#franjaVerde a:hover {
	padding-right:20px;
}
/* #######################################
HEADER */
#header {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
}
#header a {
	color:#78860C;
	
	-webkit-transition: 	color ease 300ms;
	-moz-transition: 		color ease 300ms;
	transition: 			color ease 300ms;
}
#header a:hover {
	color:#757575;
}
	/* class */
	.head_logo, .head_despacho, .head_logo_noticia, .head_sello {
		position:absolute;
		z-index:3;
	}
	.head_logo {
		background:url(../imag/header_logo.png) no-repeat left top;
		display:block;
		width:226px;
		height:56px;
		top:37px;
		left:37.38738738738739%;
	}
	.head_despacho {
		display:inline-block;
		padding: 8px 0 2px 0;
		bottom:15px;
		right:5.7657657657657655%;
		pointer-event:none !important;
		cursor:default;
	}
	.head_logo_noticia {
		top:41px;
		left:4.774774774774775%;
	}
	.head_sello {
		bottom:34px;
		right:4.234234234234234%;
	}	

.fondo1 {
	background:url(../imag/header_fondo3.png) no-repeat top center;
	height:131px;
}


#headerOpciones {
	text-align:right;
	width:100%;
	position:absolute;
	z-index:3;
	top:16px;
	right:5.9459459459459465%; /* w: 66px */
}
#headerOpciones a {
	background: url(../imag/header_login_flecha.png) no-repeat left top 3px;
	font-family: 'constantia', serif;
	font-size:10px;
	display:inline-block;
	padding:0 0 0 11px;
	margin:0 0 0 2.0720720720720722%;
}
#headerOpciones a:hover {
	background-position:left 3px top 3px;
}

/* #######################################
BACK */
#back {
}

/* #######################################
LOGIN */
#loginContenedor {
	width:100%;
	max-width:1110px;
	margin:0px auto;
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	right:0px;
}
#headLogin {
	box-sizing:border-box;
	background:#D8DEC9;
	width:184px;
	height:211px;
	position:absolute;
	z-index:130;
	top:-230px;
	right:0px;
	
	box-shadow:rgba(0,0,0,0.3) 0px 0px 5px;
	
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-ms-border-radius: 0 0 10px 10px;
	-khtml-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
#headLogin form {
	padding:13px 24px 37px 27px;
}
#headLogin span {
	background:#ADC904;
	display:block;
	height:10px;
	margin:11px 0 0 0;
}
#headLogin label, #headLogin input {
	font-family: 'Open Sans', sans-serif;
	font-size:10px;
	color:#262626;
}
#headLogin label {
	text-transform:uppercase;
	display:block;
	margin:0px;
}
#headLogin input {
	background:#FFF;
	box-sizing:border-box;
	width:100%;
	height:21px;
	padding:0 5px;
	margin: 0 0 2px 0;
	border:none !important;
}
#headLogin input[type='checkbox'] {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	left:-9999px;
}
#headLogin input[type='checkbox'] + label::before {
	background: url(../imag/login_check.png) no-repeat left top;
	padding:0 0 0 5px;
	margin:1px 0 0 0;
	display:block;
	content:'';
	width:12px;
	height:12px;
	float:left;
	cursor:pointer;
}
#headLogin input[type='checkbox']:checked + label::before {
	background-position:left bottom;
}
#headLogin .loginBoton {
	font-family: 'Roboto Condensed', sans-serif;
	background:#EB4607;
	color:#FFF;
	font-size:11px;
	font-weight:700;
	line-height:23px;
	text-align:center;
	text-transform:uppercase;
	width:81px;
	height:23px;
	float:right;
	cursor:pointer;
	
	-moz-border-radius: 	3px;
	-webkit-border-radius: 	3px;
	-ms-border-radius: 		3px;
	-khtml-border-radius: 	3px;
	border-radius: 			3px;
	
	-webkit-transition: 	all ease 300ms;
	-moz-transition: 		all ease 300ms;
	transition: 			all ease 300ms;
}
#headLogin .loginBoton:hover {
	background:#6A8122;
}
#headLogin .loginCheck {
	text-transform:none !important;
	display:block;
	margin:5px 0 9px 0 ;
}
.loginOlvido {
	color:#6A8122;
	font-size: 11px;
	font-style:italic;
	position:absolute;
	z-index:132;
	left:28px;
	bottom:15px;
	
	-webkit-transition: 	all ease 300ms;
	-moz-transition: 		all ease 300ms;
	transition: 			all ease 300ms;
}
.loginOlvido:hover {
	color:#262626;
}
.loginCerrar {
	background:#6A8122 url(../imag/login_cerrar.svg) no-repeat left top;
	background-size:17px 17px;
	text-indent:-9999px;
	display:block;
	width:17px;
	height:17px;
	position:absolute;
	z-index:132;
	bottom:6px;
	right:8px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-transition: 	all ease 300ms;
	-moz-transition: 		all ease 300ms;
	transition: 			all ease 300ms;
}
.loginCerrar:hover {
	background-color:#EB4607;
}




/* INGRESAR */
#ingresar {
	padding:61px 9.72972972972973% 28px 10%;
	position:relative;
	z-index:4;
}
#ingresar p, #ingresar a {
	text-transform:uppercase;
	font-weight:700;
}
#ingresar a {
	color:#78850C;
	font-size:12px;
	
	-webkit-transition: 	all ease 300ms;
	-moz-transition: 		all ease 300ms;
	transition: 			all ease 300ms;
}
#ingresar a:hover {
	color:#EB4607;
}
#ingresar input {
	width:31.651%;
	margin: 0 25px 0 0;
	float:left;
}
	/* class */
	.ingresa_link {
		float:left;
		margin:43px 0 0 0;
	}
	.ingresa_registro {
		background:url(../imag/icono_lapiz.png) no-repeat right 6px top 17px;
		float:right;
		display:block;
		width:auto;
		margin:24px 55px 0 0;
		padding:17px 29px 0 6px;
		border-top:solid 1px #B1D0BD;
	}

/* REGISTRO */
#registro {
	background:#F7F9E5;
	display:none;
	padding:21px 9.72972972972973% 17px 10%;
	position:relative;
	z-index:4;
}
#registro form {
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
}
#registro label {
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:-0.5px;
	float:left;
}
#registro input {
	width:30.976430976430976%;
	margin:0 26px 6px 0;
}
#registro input[type='checkbox'] {
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	position:absolute;
	left:-9999px;
}
#registro input[type='checkbox'] + label::before {
	background: url(../imag/newsletter_check.png) no-repeat left top;
	padding:0 0 0 7px;
	margin:-2px 0 0 0;
	display:block;
	content:'';
	width:27px;
	height:23px;
	float:left;
	cursor:pointer;
}
#registro input[type='checkbox']:checked + label::before {
	background-position:left bottom;
}
	/* Div select */
	.selecss {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background:#FFF url(/imag/select_flecha.png) no-repeat right 10px center;
		width:30.976430976430976%;
		height:39px;
		margin:0 26px 6px 0;
		border: solid 1px #B1D0BD;
		overflow: hidden;
	}
	.selecss select {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: transparent;
		background-image: none;
		-webkit-appearance:none;
    	-moz-appearance:none;
    	appearance:none;
		color:#555;
		text-transform:uppercase;
		width:100%;
		height:100%;
		padding:0px 23px;
		border:none;
		cursor:pointer;
	}
	.selecss select:focus {
		outline: none;
	}
	/* Orden elementos */
	.reg1 {
		-webkit-order:1;
		order:1;
	}
	.reg2 {
		-webkit-order:2;
		order:2;
	}
	.reg3 {
		-webkit-order:3;
		order:3;
		margin-right:0px !important;
	}
	.reg4 {
		-webkit-order:4;
		order:4;
	}
	.reg5 {
		-webkit-order:5;
		order:5;
	}
	.reg6 {
		-webkit-order:6;
		order:6;
		margin-right:0px !important;
	}
	.reg7 {
		-webkit-order:7;
		order:7;
	}
	.reg8 {
		-webkit-order:8;
		order:8;
	}
	.reg9 {
		-webkit-order:9;
		order:9;
		margin-left:12.345679012345679% !important;
		margin-top:13px !important;
	}

/* CARRO */
#carro {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	padding:20px 10px;
	position:relative;
	z-index:4;
}
#carro h5 {
	background:url(../imag/icono_canasto.png) no-repeat right top;
	font-size: 16px;
	color:#6A8122;

	font-weight:400;
	text-transform:uppercase;
	display:inline-block;
	margin:0 0 16px 3px;
	padding:0 33px 0 0;
}
#carro input {
	font-family: 'Open Sans', sans-serif;
	text-indent:inherit;
	text-align:left;
	height:auto !important;
	padding:0px;
}
#carro table {
	width:100%;
	border-collapse:collapse;
}
#carro th {
	background:#CCDE63;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	font-weight:700;
	text-align:left;
	text-transform:uppercase;
	color:#4F3421;
	padding:8px 0 9px 0;
}
#carro th:first-of-type {
	padding-left:36px !important;
}
#carro th:nth-child(4) {
	text-align:right !important;
}
#carro td {
	padding:16px 0 17px 0;
	border-bottom:solid 1px #B1D0BD;
}
#carro td:first-of-type {
	padding-left:23px;
}
#carro td:last-of-type { 
	box-sizing:border-box;
	width:60px;
	text-align:center;
}
#carro input {
	font-size:15px;
	color:#555;
	width:27px;
	border:none;
}
	/* class */
	#carro .carro_producto, #carro .carro_total, #carro .carro_suma_final {
		font-family: 'constantia', serif;
	}
	#carro .carro_producto {
		font-size:14px;
		font-weight:700;
		text-transform:uppercase;
		color:#000;
	}
	#carro .carro_detalle {
		color:#525252;
		font-size:12px;
		font-weight:600;
	}
	#carro .carro_cantidad {
	}
	#carro .carro_total {
		font-size:16px;
		color:#777;
	}
	#carro .carro_mas, #carro .carro_menos, #carro .carro_borrar {
		box-sizing:border-box;
		background:url(../imag/botones_productos.svg) no-repeat;
		background-size:54px 38px;
		text-indent:-9999px;
		text-align:left;
		display:inline-block;
		width:20px;
		height:21px;
		margin:0px;
		border-width:1px;
		border-style:solid;
	}
	#carro .carro_mas {
		background-position:0px 0px;
		border-color:#ADC904;
	}
	#carro .carro_mas:hover {
		background-position:0px -19px;
		border-color:#FF5C26;
	}
	#carro .carro_menos {
		background-position:-18px 0px;
		border-color:#ADC904;
	}
	#carro .carro_menos:hover {
		background-position:-18px -19px;
		border-color:#FF5C26;
	}
	#carro .carro_borrar {
		background-position:-38px 0px;
		border-color:#FFF;
	}
	#carro .carro_borrar:hover {
		background-position:-38px -19px;
		border-color:#FFF;
	}
	#carro .carro_palabra_total {
		text-align:right;
		padding-right:0px;
	}
	
	#carro .botonRojo {
	background:#EB4607;
	font-family: 'Roboto Condensed', sans-serif;
	color:#FFF;
	font-weight:700;
	font-size:14px;
	line-height:39px;
	text-transform:uppercase;
	text-align:center;
	display:block;
	float:right;
	width:23.3447%;
	max-width:208px;
	height:39px;
	padding:0px;
	margin:25px 0 0 0;
	border:none;

	-webkit-transition: 	all ease 300ms;
	-moz-transition: 		all ease 300ms;
	transition: 			all ease 300ms;
}
#carro_total {
	background:#CCDE63;
	color:#4C3220;
	font-size:14px;
	font-weight:600;
	margin:20px 0 0 0;
}
#carro_total td {
	text-align:right;
	padding:0px !important;
	padding-top:4px !important;
	padding-bottom:5px !important;
	border:none;
	border-bottom: solid 1px #FFF;
}
#carro_total td:first-of-type {
	width:80%;
}
	/* class */
 	#carro_total .carro_suma_final {
		font-size:18px;
		color:#000;
	}
	#carro_total .carro_modal {
		box-sizing:border-box;
		background:#ADC904;	
		font-family: 'Roboto Condensed', sans-serif;
		color:#FFF;
		font-size:10px;
		font-weight:700;
		line-height:29px;
		text-align:center;
		text-transform:uppercase;
		display:block;
		width:100%;
		height:29px;
		
		-webkit-transition: all ease 300ms;
		-moz-transition: all ease 300ms;
		transition: all ease 300ms;
	}
	#carro_total .carro_modal:hover {
		background:#555;
	}
/* #######################################
FOOTER */
footer {
	border-top:solid 1px #CCDE63;
}
#footer {
	font-family: 'constantia', serif;

	
	text-align:center;
	
	height:auto;
	padding:73px 17% 51px 17%;
	
	
	display: -webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}
#footer a {
	-webkit-transition: 	color ease 300ms;
	-moz-transition: 		color ease 300ms;
	transition: 			color ease 300ms;
}
#footer a:hover {
	color:#757575;
}
#footer img {
	width:auto;
	height:auto !important;
}
#footer span {
	background:#444;
	display:block;
	width:5px;
	height:5px;
	margin:15px 0 0 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-khtml-border-radius:50%;
	border-radius:50%;
}
	/* class */
	.pie_correo, .pie_fono {
		margin:6px 0 0 0;
	}
	.pie_correo {
		color:#6A8021;
	}
	.pie_fono {
		color:#000;
		pointer-events: none;
    	cursor: default;
		
		-webkit-transition: 	all ease 300ms;
		-moz-transition: 		all ease 300ms;
		transition: 			all ease 300ms;
	}
	.pie_fono:hover {
		color:#EB4607;
	}

/* #######################################
COPYRIGHT  */
#copyright {
	background:url(../imag/footer_fondo.png) repeat-x left top;
	height:212px;
	border-top:solid 1px #CED4BA;
	border-bottom:solid 1px #CED4BA;
}
#copyright section {
	box-sizing:border-box;
	width:100%;
	height:212px;
	max-width:1110px;
	margin:0px auto;	
	position:relative;
	z-index:2;
}
#copyright section img {
	position:absolute;
	z-index:5;
	right:24px;
	bottom:17px;
}



/* CLEARFIX */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0; }
* html .clearfix { zoom: 1; }
*:first-child+html .clearfix { zoom: 1; }
@media only screen and (max-width : 800px) {
#header {
	min-height:150px;
}
.head_logo {
	background-image:url(/imag/header_logo_chico.png);
	width:224px;
	height:43px;
	top:40px;
	left:38px;
}
.head_despacho {
	bottom:15px;
	right:inherit;
	left:38px;
	pointer-event:inherit;
	cursor:pointer;
}
.fondo1 {
	background: url(/imag/fondo_header_manzana.jpg) no-repeat right 44px bottom 0px;
	background-size:101px 99px;
}
#footer {
	text-align:center;
	display:inherit;
	height:auto;
	padding:73px 17% 51px 17%;
}
#carro_total {
	height:32px;
	margin:0px !important;
}
#carro_total td {
	line-height: 32px;
	padding-right:7px !important;
	padding-left:7px !important;
	/* border:none; */
}
#footer div {
	margin:30px 0 27px 0;
}
#footer span {
	margin:0px;
}
#footer span:first-of-type {
	float:left;
	margin-top:62px;
}
#footer span:last-of-type {
	float:right;
	margin-top:-46px;
}
.pie_correo, .pie_fono {
	margin:0px;
}
}
@media only screen and (max-width : 480px) {
#header {
	min-height:104px;
}
.fondo1, .fondo2 {
	height:auto !important;
}
.fondo1 {
	background: url(/imag/fondo_header_manzana.jpg) no-repeat right 10px bottom 0px;
	background:none;
	background-size:20% auto;
}
.fondo2 {
	background-size:cover;
}
.head_logo {
	background-size:contain;
	width:171px;
	height:33px;
	left:7.916666666666666%;
}
.head_logo_noticia {
	top:20px;
	left:50%;
	margin-left:-111px;
}
.head_sello {
	right:50%;
	margin-right:-73.5px;
	bottom:20px;
}
.head_despacho {
	font-family: 'Vollkorn', serif; 
	font-size:22px;
	bottom:inherit;
	right:23px;
	left:inherit;
	top:28px;
}
.head_span {
	display:none;
}
#headerOpciones {
	border-bottom:solid 1px rgba(204,222,99,0.3);
	top:5px;
}
.card {
	min-height:65px;
}
#carro table th {
	display:none;
}
#carro table tr {
	display: block;
}
#carro table td {
	display: block;
	text-align: right;
	padding:8px 10px;
}
#carro table td:before {
	font-family: 'Open Sans', sans-serif;
	font-size:12px !important;
	color:#999;
	content: attr(data-label);
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#carro table td:last-child {
	height:35px;
	border-bottom: 0;
}
#carro td:first-of-type {
	padding-left:10px !important;
}
#carro td:last-of-type { 
	width:auto;
	text-align:inherit;
}
#carro .carro_separador {
	margin-bottom:10px;
	border:solid 3px #B1D0BD;
}
#carro .carro_borrar {
	float:right;
	margin-top:-3px !important;
}
#carro .botonRojo {
	width:100%;
	max-width:none;
}
#carro_total {
	height:32px;
	margin:0px !important;
}
#carro_total td {
	line-height: 32px;
	padding-right:7px !important;
	padding-left:7px !important;
	/* border:none; */
}
#carro_total td:first-of-type, #carro_total td:last-of-type {
	display:none;
}
}
@media only screen and (max-width : 350px) {
#header {
	text-align:center;
	min-height:auto;
}
.head_logo, .head_despacho {
	position:relative;
	bottom:inherit;
	right:inherit;
	left:inherit;
	top:inherit;
}
.head_logo {
	margin:20px auto 0 auto;
}
}