/* General Demo Style */

body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
    background: #fff url("../img/bg.png");
	color: #000;
	font-family: 'Handlee', cursive;	
	font-size: 1.2em;
}

a{
	color:#5CBF14;
	font-weight:600;
	text-decoration:none;
}

a:hover{
	color: #fff;
}

h1 {
	color:#090;
	font-size: 1.2em;
	padding: 1em 0 0.500em 0.500em;
	text-transform:uppercase;
}

h2{
	color:#090;
	font-size: 1.125em;
	font-weight:bold;
}

h3{
	color:#000;
	font-size: 1.2em;
	font-weight:bold;
}
h4{
	color:#ff6600;
	font-size: .938em;
	text-align:center;
	padding: 1.250em 0;
}
h5{ color:#701114; padding: 15px 0 5px 0; font-size: 1.2em; margin:0;}
h6{ color:#f60; padding: 10px 0; font-size: 1.2em; margin:0;}

ul{
	list-style:none;
}

hr {border: 1px dashed #ccc; height: 0; width: 60%; margin: 1em auto;}

p{
	text-align:justify;
	padding: 0 0.500em 0 0.500em;
}

figcaption {
	font-size: 0.85em;
	padding: 0.25em;
	text-align:center;
}

img, video{
	max-width: 100%;
}

.img_izq img{
	float:left;
	padding: 0px 15px 15px 0px;
}

.img_der img{
	float:right;
	padding: 0px 0px 15px 15px;
}


p.centro_img{
	padding: 1.250em 0;
	text-align:center;
}
.centro_text{text-align:center;}

.paginacion{ float:right;}
.paginacion a{ color:#fff; background:#f60; padding:5px 10px 2px 10px; margin: 0 5px;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;}
.paginacion a:hover{background:#F8B43F;}
#visited{background:#F8B43F;}

.tooltip {
    display: inline;
    position: relative;
  }
  .tooltip:hover:after {
    bottom: -10px;
    content: attr(title); /* este es el texto que será mostrado */
    right: 20%;
    position: absolute;
    z-index: 98;
    /* el formato gráfico */
    background: #C00; /* el color de fondo */
    border-radius: 5px;
    color: #FFF; /* el color del texto */
    font-size: 12px;
    padding: 5px 15px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    width: 150px;
  }
  .tooltip:hover:before {
    bottom: -10px;
    content: "";
    right: 50%;
    position: absolute;
    z-index: 99;
    /* el triángulo inferior */
    border: solid;
	 border-color: rgba(255,255,255, 0.2) transparent;
    border-width: 6px 6px 0 6px;
  }
  
.button{
	width:25%;
    background:#F60;
    color:#fff;
	font-size:14px;
    padding:10px;
	text-align:center;
	margin:15px auto;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.button a{color:#fff;}
.button a:hover{ color:#C00; font-size:16px;}

.compartir{width:100%; }
.compartir p{text-align:right;}
.compartir img{width:40px; height: auto; vertical-align: middle; padding-left:10px;padding-bottom:5px;}

.logos-compras{display:inline-block;width:120px;margin:10px 5px;}
.logos-compras img{width:100%;height:auto;}
/*-----------------------------------------------------------------*/

#contenedor{
	width:100%;
	position:absolute;
}
.top{
	width:100%;
	height:40px;
	background: #E9AA3B  url("../img/yellow_bg.png");
	position:fixed;
	top:0;
	z-index:9000;
	
	box-shadow: 0 0 15px -4px #000;
   -webkit-box-shadow: 0 0 15px -4px #000;
   -moz-box-shadow: 0 0 15px -4px #000;
}

.top > section button {
	border: none;
	width:125px;
	height:40px;
	background: url(../img/menu_sprite.png) no-repeat;
	display: block;
	cursor: pointer;
	float:left;
	position:fixed;
	left:0;
	outline:0px;
}

.top > section button:hover {
    background-position:center;
}

.top > section button.active {
	background-position:bottom;
}

.top > section button.disabled {
	background: #fff;
	pointer-events: none;
}

/*-----botón inglés-----*/
.top_ing{
	width:100%;
	height:40px;
	background: #E9AA3B  url("../img/yellow_bg.png");
	position:fixed;
	top:0;
	z-index:9000;
	
	box-shadow: 0 0 15px -4px #000;
   -webkit-box-shadow: 0 0 15px -4px #000;
   -moz-box-shadow: 0 0 15px -4px #000;
}

.top_ing > section button {
	border: none;
	width:125px;
	height:40px;
	background: url(../img/menu_sprite_ing.png) no-repeat;
	display: block;
	cursor: pointer;
	float:left;
	position:fixed;
	left:0;
	outline:0px;
}

.top_ing > section button:hover {
    background-position:center;
}

.top_ing > section button.active {
	background-position:bottom;
}

.top_ing > section button.disabled {
	background: #fff;
	pointer-events: none;
}

.flags img{
	display:inline;
	padding:5px;
	float:right;
}

header{
	margin-left: 18%;
	position: fixed;
	z-index: 11000;	
}
section#logo{
	margin: 0 auto;
	max-width: 100%;
	background: #fff  url("../img/paper_bg.png");
	padding:10px;
	
	-webkit-border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	
	box-shadow: 0 0 15px -4px #000;
   -webkit-box-shadow: 0 0 15px -4px #000;
   -moz-box-shadow: 0 0 15px -4px #000;
}

.phone_logo{
	width: 100%;
	display:none;
	padding: 40px 15px 15px 15px;
	text-align:center;
	}
	
section#contenido{
	background: #fff  url("../img/paper_bg.png");
	margin: 0px auto;
	margin-top:20px;
	max-width: 70%;
	text-align:center;
	
    box-shadow: 0 0 15px -4px #000;
   -webkit-box-shadow: 0 0 15px -4px #000;
   -moz-box-shadow: 0 0 15px -4px #000;
}

footer{
	font-family: 'Open Sans', sans-serif;
	background: #E9AA3B  url("../img/wine_bg.png");
	color:#fff;
	margin: 0 auto;
	text-align:center;
}
/*-----------------------------------------------------*/

section#principal{
	background: #;
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	vertical-align: top;
	width: 100%;
}

article#textos, aside{
	background: #;
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	padding: 0.25em 0;
	vertical-align: top;
	width: 100%;
}

article#slide{
	margin-top:0;
	padding:0;
	width: 100%;
	
}

article#img_slide{
	background: #000;
	margin:0;
	padding:0;
	width: 100%;
}
article#img_slide img{
	margin:0;
	padding:0;
}

section#hoja{
	width: 100%;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-o-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}

section#wrapper_principal{
	display:inline-block;
	margin-top: 0.5em;
	text-align:center;
}

article#textos{
	margin: 0.5em;
	padding: 0.5em;
	text-align:center;
}

aside{
	border-left: 2px dashed #ccc;
	padding-left:25px;
	margin: 0.5em 0.5em 0 0;
	width: 30%;
}

aside p{
	padding: 0 1.375em;
	text-align:center;
}

aside img{
	border-radius: 0.5em;
	width:86%;height:auto;margin-top:50px;
}
aside a:hover{opacity:0.5;transition:linear 0.3s;}

section#caja_ico{
	display:inline-block;
	margin-left: .500em;
	padding: .750em 0;
	text-align: center;
	vertical-align: middle;
}
section#caja_text{
	display:inline-block;
	padding: .750em .375em;
	text-align:left;
	vertical-align: middle;
}

/*-------------------------------------------------*/
.gal_wrapped{
	overflow:hidden;
}
.gal{
	max-width: 100%;
	height:460px;
	border: 0px solid #ccc;
	display:inline-block;
	text-align:center;
	margin:10px;
	vertical-align:bottom;
}

.gal h1{
	position:relative;
	text-align:center;
	padding:0;
	margin:0;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gal h2{
	color:#f60;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
}
.gal p{
	text-align:center;
	font-size: 16px;
}

.gal2{
	max-width: 100%;
	height:340px;
	border: 0px solid #ccc;
	display:inline-block;
	text-align:center;
	margin:10px;
	vertical-align:bottom;
}

.gal2 h1{
	position:relative;
	text-align:center;
	padding:0;
	margin:0;
	
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gal2 h2{
	color:#f60;
	font-weight:bold;
	margin:0;
	padding:0;
	text-align:center;
}
.gal2 p{
	text-align:center;
	font-size: 16px;
}

.award{width:100%; padding:0; position:absolute; bottom:0; right:-20px; z-index:50; text-align:right;}
.flag{width:100%; padding:0; position:absolute; top:0; left:0px; z-index:50; text-align:left;}

.links{
	width:100%;
	font-size:16px;
	display:block;
	background: url(../img/yellow_bg.png);
	margin:0 auto;
	overflow: hidden; 
	}

.bloque_links{
	width:32%;
	background:#;
	border-right: 1px dashed #fff;
	display:inline-block;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:1%;
	line-height:2.5em;
}
.bloque_links a{color:#fff;}
.bloque_links a:hover{color:#f60;}

.bloque_last{
	width:32%;
	background:#;
	display:inline-block;
	float:left;
	margin-top:5px;
	margin-bottom:15px;
	margin-left:1%;
	line-height:2.5em;
}
.bloque_last a{color:#fff;}
.bloque_last a:hover{color:#f60;}

footer{
	font-size: 0.750em;
	padding: 0.75em 0;
	text-shadow: 1px 1px 1px #000;
}

.fade{
	opacity:1;
	filter: alpha(opacity=10);
	-ms-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.fade:hover{
	opacity:0.5;
	filter: alpha(opacity=5);
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#feed{
	padding:10px;
	  border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	
	box-shadow: 0 0 15px -4px #000;
    -webkit-box-shadow: 0 0 15px -4px #000;
    -moz-box-shadow: 0 0 15px -4px #000; 
}
#feed a{color: #701114; text-decoration:underline;}
#feed a:hover{color: #F8B43F; text-decoration:none;}
.feedburnerFeedBlock ul{padding:0 5px;}
#creditfooter{display:none;}
.date{text-align:center;}
.twitter-timeline{margin:0 auto;}


/*---------------------------------------------------------*/

.modalmask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(107,115,36,1) url(../img/bg_green.png);
	z-index: 99999;
	opacity:0;
	overflow: auto;
	
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalmask:target {
	opacity:1;
	pointer-events: auto;
}
.modalbox{
	width:70%;
	position: relative;
	padding: 5px 20px 13px 20px;
	-webkit-transition: all 500ms ease-in;
	-moz-transition: all 500ms ease-in;
	transition: all 500ms ease-in;
	
}

.modalbox p{
	width:50%;
	color:#fff;
	text-align:justify;
	margin:0 auto;
}

.modalbox li{width:50%; color:#fff; margin:0 auto; text-align:left;  list-style-type: disc;}

.movedown {
	margin: 0 auto;
}

.modalmask:target .movedown{		
	margin:5% auto;
}

.close {
	background: #f60;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	border-radius:3px;
	font-size:16px;
}

.close:hover { 
	background: #FAAC58; 
	color:#222;
}

.gallery_title{ width:100%; text-align:center;font-size:24px; font-weight:bold; color:#069; clear: both; margin-top:20px;}


/* de 1081px hacia arriba */
@media(min-width:1081px){
	
	section#wrapper_principal{
		width: 63%;
	}
	article#textos{
		width: 80%;
	}
	section#caja_ico{
		width:20%;
	}
	section#caja_text{
		width:65%;
	}
/*----------galeria------------*/
   .gal{
	width:25%;
    }
	.gal2{
	width:25%;
    }

}
/* de 1080px hasta 800px */
@media(max-width: 1080px){
	header{
	margin-left: 14%;
	}
	section#logo{
	width: 70%;
    }
	.flags img{
	width: 6%;
	}
	article#slide{
	width: 100%;
	}
	section#wrapper_principal{
	width: 55%;
	}
	article#textos{
	width: 100%;
	}
	aside{
	width: 40%;
	padding-left:15px;
	}
	aside img{
	width: 70%;
	}
	section#caja_ico{
	margin-left: 0;
	width:40%
	}
	section#caja_text{
	text-align:center;
	width:90%;
    }
	.links{
		font-size:14px;
	}
/*----------galeria------------*/
   .gal{
	width:42%;
    }
	.gal2{
	width:42%;
    }
}

/* de 800px a 600px*/
@media(max-width:800px){
	header{
	margin-left: 10%;
	}
	section#logo{
	width: 50%;
    }
	.flags img{
		width: 8%;
	}
	h3{
	font-size: 1.375em;
    }
	.button{width:70%;}
   .flex-direction-nav{display:none;}
/*---------------------*/
	article#slide{
	max-width: 100%;
	}
	section#wrapper_principal{
	width: 94%;
	}
	article#textos{
	width: 100%;
	}
	.img_izq img{display:block; float:none; margin: 0 auto ;padding: 0 0 20px 0; text-align:center;}
	.img_der img{display:block; float:none; margin: 0 auto ;padding: 0 0 20px 0; text-align:center;}
	aside{
	border-left: 0;
	border-top: 2px dashed #ccc;
	padding-top:25px;
	margin: 0.5em;
	width: 80%;
    }
	aside img{
	width: 90%;
	}
	section#caja_ico{
	text-align:left;
    }
	section#caja_text{
	text-align:left;
	font-size: .813em;
	width:50%;
    }
	.bloque_links{width:98%; margin:0 1%; border-right: 0; border-bottom: 1px dashed #fff;}
	.bloque_last{width:98%; margin:0 1%; border-right: 0; }
/*----------galeria------------*/
   .gal{
	width:100%;
	height:auto;
	margin: 0 auto;
    }
	.gal2{
	width:100%;
	height:auto;
	margin: 0 auto;
    }
	.award{right:20%;}
}
/* de 600px hacia abajo*/
@media(max-width:600px){
	body {
    overflow-x: hidden;
    }
	header{
		display:none;
	}
	.phone_logo{
		display:block;
	}
	.flags img{
		width: 12%;
	}
	.flex-direction-nav{display:none;}
	.flex-control-nav {display:none;}
		

/*---------------------*/

    p{ padding: 0 20px;}
	section#contenido{
		max-width: 98%;
	}
	section#principal{
		margin-bottom: 0.2em;
	}
	section#principal, aside{
		display:block;
        margin: 0 auto;
		width: 100%;
    }
	section#wrapper_principal{
		width: 100%;
	}
    article#textos{
		margin: 0;
	}
	section#caja_ico{
	text-align:center;
	width: 90%; 
    }
	section#caja_ico img{
	text-align:center;
	width: 64px; 
    }
	section#caja_text{
	text-align:center;
	width:90%;
    }
	aside{
	width: 100%;
	margin: 0 auto;
	padding: 25px 5px 0 5px;
    }
/*----------------------------*/
    .modalbox {
	width:90%;
}
	.modalbox p{
	width:100%;
}
.award{right:15%;}

}

