@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body {
	font-family:Helvetica;
	font-size:1em;
	background-image:url(img/bckgrd.jpg);
	}

#wrapper_principal{	
	width:100%; 
	min-height:600px;
	display:table; 
	}
	
#contenedor{
	width:100%; 
	max-width:1024px; 
	margin:0 auto;	
	}

#contenedor_index{
	width:100%; 
	max-width:1024px; 	
	margin:0 auto;	
	}		
	
header{
	
	width:100%; 
	max-width:1024px;
	display:table;
	margin-bottom:2em;
	}
	
.ft{
	height:90px;
	width:85px;
	position:relative;
	top:0px;
	left:1em;
	
	}
	


.logo{
	margin:0px auto;
	width:253px;
	height:149px;
	}
	
.logo img {	
	margin-top: 15px;
	width:253px;
	height:149px;	
}

.menu_responsive{
	width:100%;
	display:none;
}

.menu_completo{
	
	width:100%; 
	max-width:1024px; 
	height: 50px;
	background-image:url(img/barra_menu.png);
	margin:0 auto;
	margin-top: 35px;
	}
	
nav.menu1{
	width: 512px;
	height: 50px;
	float:left;
	}
	
nav.menu2{
	width: 512px;
	height: 50px;
	float:right;
	}	

nav.menu1 ul{
	list-style-type:none;
	float:left;
	margin-top:3px;
	margin-left:50px;
	padding:0;
	text-align:center;
	}

nav.menu1 ul li{
	display:block;
	float:left;
	padding:10px;
	}
nav.menu1 ul li a{
	text-decoration:none;
	font-family:Helvetica;
	font-size:1em;
	color:#600;
	}
nav.menu1 ul li a:hover{
	color:#900;
	}	

nav.menu2 ul{
	list-style-type:none;
	float:right;
	margin-top:3px;
	margin-right:50px;
	padding:0;
	text-align:center;
	}

nav.menu2 ul li{
	display:block;
	float:left;
	padding:10px;
	}
nav.menu2 ul li a{
	text-decoration:none;
	font-family:Helvetica;
	font-size:1em;
	color:#600;
	}
nav.menu2 ul li a:hover{
	color:#900;
	}

.banner {	
	width:100%;
	max-width:1024px;	
	max-height:541px;
	min-height:100px;
	position:relative;
	
	overflow:hidden;
	margin:20px 0px;
	
	background-image:url("../img/banner2.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	 
	
	}
	
.banner  div {
	display:none;
	
	}

.banner div img{
	width:100%;
	height:auto;
	
	
	
}
	
a.next, a.prev {
	z-index:99;
	display:block;
	}
.next {
	position:absolute;
	right:-2px;
	top:50%;
	}
.prev {
	position:absolute;
	left:-2px;
	top:50%;
	}
a.inactive {
	color:#ccc;
	background-color:#fff;
	border:1px solid #eee;
	outline:none;
	}
ul.navi {
	list-style:none;
	position:absolute;
	bottom:25px;
	right:5px;
	}
ul.navi li {
	float:left;
	margin-right:5px;
	}
ul.navi li a {
	background-color:#CCC;
	display:block;
	height:10px;
	width:10px;
	text-indent:-9999px;
	outline:none;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0px 0px 2px #000000;
	-moz-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 1px #000000;
	}
ul.navi li a.active {
	background-color:#fff;
	}

section{
	width:100%;
	max-width:1024px;
	height:241px;
	margin:1em 0px;
	padding:0px;
	display:table;
	clear:both;
	}

.mob_link_pedido{
	display:none;
	background:#EADA80 !important;
	padding:1em;
	width:100%;
	text-align:center;
	color:#333;
	font-family:Helvetica;
	text-decoration:none;
}

.nuestras_latas{
	width:33%;
	height:auto;
	float:left;
	}

.ocasiones{
	width:336px;
	height:241px;
	float:left;
	margin-left:8px;
	margin-right:8px;
	}
	
.nuestras_galletas{
	width:336px;
	height:241px;
	float:right;
	}

footer{
	background-image:url(img/footer.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	width:100%;
	height:auto;	
    clear:both;	
	margin-top:2em;
	}
	
	footer p{
		padding:0.5em;
		
	}

.info_footer{
	
	color:#666;	
	max-width:1024px; 
	min-width:333px;
	margin:0px auto;
	
	
	}
	
.footer_col{
	width:33%;	
	max-width:341px; 
	min-width:200px;
	display:inline-table;	
}
	



.historia{
	clear:both;
	padding:0px;
	margin-top:1em 0px;
	width:100%;	
	
	max-width:1024px;
	height:auto;
	display:table;
	}
	
.texto_historia{
	width:700px;
	height:auto;
	border:1px solid #CCC;
	float:right;
	display:table;
	}

.texto_historia p{
	font-family:Helvetica;
	
	color:#666;
	text-align:justify;
	margin:25px;
	}
	
.texto_historia h1{
	font-family:Helvetica;
	font-size:1.4em;
	color:#600;
	margin:15px;
	}

.img_historia{
	width:300px;
	height:450px;
	float:left;
	}

.lista_lateral{
	list-style-type:none;
	float:left;
	padding:0;
	text-align:left;
	border:1px solid #ccc;
	}

.lista_lateral ul{
	list-style-type:none;
	float:left;
	padding:0;
	text-align:left;
	margin:1em 0em;
	}

.lista_lateral ul li{
	display:block;
	font-family:Helvetica;
	font-size:1.2em;
	}

.lista_lateral ul li a{
  width:299px;
  height:25px;
  display:block;
  text-decoration:none;
  color:#600;
  padding-top:5px;
  padding-bottom:5px;
  padding-left:5px;
	}
.lista_lateral ul li a:hover{
	 background-color:#F2DF7E;
	 text-decoration:none;
  	 color:#900;
	}

.datos_contacto{
	width:300px;
	height:450px;
	float:left;
	border:1px solid #CCC;
	}

.datos_contacto p{
	font-family:Helvetica;
	font-size:1.2em;
	color:#666;
	margin:15px;
	}
	
.datos_contacto h1{
	font-family:Helvetica;
	font-size:1.4em;
	color:#600;
	margin:15px;
	}
	
.wrapper_contacto_page{
	clear:both;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	width:1024px;
	height:550px;
	}
	
.datos_contacto_lateral{
	width:300px;
	height:550px;
	float:left;
	border:1px solid #CCC;
	}

.datos_contacto_lateral p{
	font-family:Helvetica;
	font-size:1em;
	color:#666;
	margin:15px;
	margin-left:30px;
	}
	
.datos_contacto_lateral h1{
	font-family:Helvetica;
	font-size:1.4em;
	color:#600;
	margin:15px;
	}

.datos_contacto_general{
	width:700px;
	height:550px;
	border:1px solid #CCC;
	float:right;
	display:table;
	margin-bottom:2em;
	}
.datos_contacto_general p{
	font-family:Helvetica;
	font-size:1.2em;
	color:#666;
	text-align:justify;
	margin:25px;
	}
	
.datos_contacto_general h1{
	font-family:Helvetica;
	font-size:1.4em;
	color:#600;
	margin:15px;
	}

.formulario_contacto{
	width:650px;
	height:160px;
	margin:0 auto;
	}	
	
.formulario_contacto label{
	width:70px;
	display:block;
	font-family:Helvetica;
	font-size:1.2em;
	color:#333;
	padding:0px;
	margin:auto 0;
	}		

.formulario_contacto input[type="text"]{
	height:25px;
	width:250px;
	border:1px solid #CCC;
	font-family:Helvetica;
	font-size:1em;
	color:#333;
	background-color:#FFF;
	padding:5px;
	margin:5px;
	}
.formulario_contacto input[type="email"]{
	height:25px;
	width:250px;
	border:1px solid #CCC;
	font-family:Helvetica;
	font-size:1em;
	color:#333;
	background-color:#FFF;
	padding:5px;
	margin:5px;
	}
.formulario_contacto input[type="tel"]{
	height:25px;
	width:250px;
	border:1px solid #CCC;
	font-family:Helvetica;
	font-size:1em;
	color:#333;
	background-color:#FFF;
	padding:5px;
	margin:5px;
	}
.formulario_contacto textarea{
	height:75px;
	width:250px;
	border:1px solid #CCC;
	font-family:Helvetica;
	font-size:1em;
	color:#333;
	background-color:#FFF;
	padding:5px;
	margin:5px;
	}		
	

.formulario_contacto input[type="submit"] {
	background-color:#999;
	width:120px;
	height:25px;
	color:#FFF;
	border:none;
	cursor:pointer;

	margin:5px
	}		 
	
.formulario_contacto input[type="reset"] {
	background-color:#999;
	width:120px;
	height:25px;
	color:#FFF;
	border:none;
	cursor:pointer;
	
	margin:5px;
	}		

.formulario_contacto table{
	margin:0 auto;
	width:650px;
	height:160px;
	}
	
.mapa{
	width:650px;
	height:250px;
	margin:1em auto;
	}

/*galletas_ocasiones_especiales.html*/
#main{
	clear:both;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	width:1024px;
	min-height:400px;
	}

.wrapper {
  width: 800px;
  float:right;
}
	
.lista_productos_galleta{
	width:200px;
	height:auto;
	float:left;
	border:1px solid #CCC;
	}

.lista_productos_galleta p{
	font-family:Helvetica;
	font-size:1.2em;
	color:#666;
	margin:15px;
	margin-left:30px;
	}
	
.lista_productos_galleta h1{
	font-family:Helvetica;
	font-size:1.4em;
	color:#600;
	margin:15px;
	}

.wrapper_ocasiones_page{
	clear:both;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	width:1024px;
	height:450px;
	}
.dia_madre{
	width:800px;
	height:auto;
	border:1px solid #CCC;
	float:right;
	display:table;
	}
.dia_padre{
	width:800px;
	height:450px;
	border:1px solid #CCC;
	float:right;
	}
.dia_navidad{
	width:800px;
	height:450px;
	border:1px solid #CCC;
	float:right;
	}
.dia_pascua{
	width:800px;
	height:890px;
	border:1px solid #CCC;
	float:right;
	}			
.cuadro_detalle_lata{
	width:800px;
	height:auto;
	margin:1em 0em 1em 20px;
	display:table;
	}
.img_oca{
	width:237px;
	height:216px;
	float:left;
	}
.ingredientes{
	width:300px;
	height:auto;
	float:left;
	margin-left:20px;
	}	
.ingredientes h1{
	font-family:Helvetica;
	font-size:1.2em;
	color:#333;
	font-weight:bolder;
	margin:15px;
	}	
.ingredientes p{
	font-family:Helvetica;
	font-size:1em;
	color:#333;
	margin:3px;
	margin-left:15px;
	line-height: 1em;
	}
/*.ingredientes a{
	display:block;
	width:170px;
	height:20px;
	background-color:#B48D04;
	float:right;
	}	*/
.botones{
	width:200px;
	height:216px;
	float:right;
	}
.botones img{
	margin-top:15px;
	}			
	
	
	
@media (max-width: 1050px) {
    
	.logo{		
		width:100%;
		height:auto;
		display:table;
		}
		
		.logo a{		
			width:100%;
			height:auto;
			display:table;
		}
		
	.logo img {	
		margin: 15px 25%;
		width:50%;
		height:100%;	
	}

	.menu_completo{
		display:none;	
	}
	
	.menu_responsive{
		width:300px;
		display:block;
		position:absolute;
		top:1em;
		left:50%;
		margin-left:-160px;
		text-align:center;		
		z-index:100;
		font-size:1.2em;
		
	}
	.menu_btn{
		cursor:pointer;
		padding:0.5em;
		background:white;
		border:1px solid #ededed;
		width:100%;			
	}
	
	.menu_responsive a{
		text-decoration:none;
		color:#BB071E;
	}
	
	.menu_responsive ul {
		list-style:none;
		background:white;
		display:none;
		margin-left:25px;
		max-width:300px;
		
	}
	
	.menu_responsive ul li{
		background:#F4F4F4;
		margin:0.5em 0px;
		padding:0.5em 0px;
		
	}
	
	
	.banner {	
		margin-top:50px;
	
	}
	
	.footer_col{
		width:100%;			
		display:block;
		max-width:1024px;	
	}
	
	.footer_col img{
		width:100%;			
		height: auto;
		max-width:1024px;	
	}
	
	.footer_col .icon{
		width:50px;			
		height:46px;	
	}
	
	.img_historia{display:none;}
	
	.texto_historia{
		width:98%;			
		height: auto;
		margin:0px auto;
		float:none;
	}
	
	.lista_productos_galleta {
		width: 95%;
		height: auto;
		float: none;
		border: 1px solid #CCC;
	}
	
	#filter-buttons, #filter-buttons ul, #filter-buttons a{
		width: 100% !important;
		font-size:2em;
		height:auto;
	}
	
	#filter-buttons .secondary{
		display:none;
	}
	
	#main #filter-buttons .secondary{
		display:block;
	}
	
	#main #filter-buttons .main{
		display:none;
	}
	
	.dia_navidad, .wrapper, #main, .feature, .dia_pascua, .dia_madre, .dia_padre  {
		width: 100%;
		height: auto;		
		display:table;
		border: none;
		float: none;
	}
	.cuadro_detalle_lata{
		width:50%;
		min-width:300px;
		height:auto;		
		margin:0px auto;
		margin-bottom:2em;
		padding-bottom:2em;
		border-bottom:1px solid #ccc;
	}
	.img_oca{
		width:100%;
		height:auto;
		float:none;
		}
		
		.img_oca img{
		width:100%;
		height:auto;
		
		}
	.ingredientes{
		width:100%;
		height:auto;
		float:none;
		margin-left:0px;
		}
	.botones{
		display:none;
	}
	.feature {
	  width: 100%;
	  float:none;
	  border:none;
	  margin:1em 0px
	}
	
	.feature li {		
		width: 50%;
		margin:0px;
		text-align:center;
		display:block;
	}
	
	.wrapper_contacto_page {		
		
		margin-top: 1em;
		margin-bottom: 1em;
		width: 100%;
		height: auto;
		display:table;
	}

	.datos_contacto_lateral{
		display:none;
	}
	
	.datos_contacto_general {
		width: 90%;
		height: auto;
		border: none;
		float: none;
		display: table;
	}
	
	.formulario_contacto{
	width:100%;
	height:auto;
	margin:0px;
	}	
	.formulario_contacto table {
		margin:0px;
		margin-left:1em;
		width: 95%;
		height: auto;
	}
	
	.formulario_contacto input {
		margin:0px;
		width: 95%;
		height: auto;
	}
	.mapa, .mapa iframe{
		width: 100%;
		margin-left:1em;
		min-height:400px;
	}
	
	.mob_link_pedido{
		display:block;	
	}
}

@media (max-width: 500px) {
	.feature li {		
		width: 100%;
		display:block;
		
	}
}

@media (min-width: 700px) and (orientation: portrait) {
	.menu_responsive{
		
	}
	
	.menu_btn{
		font-size:1.6em;		
	}
	
	.menu_responsive ul {		
		
		background-color:#FFF;
		font-size:1.6em;
		padding:1em;
		
	}
	
	
}
