@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'bernardo_moda';
	src: url('../fonts/bernardo_moda/BernardoModaSemibold.eot');
	src:url('../fonts/bernardo_moda/BernardoModaSemibold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/bernardo_moda/BernardoModaSemibold.otf'),
		url('../fonts/bernardo_moda/BernardoModaSemibold.ttf') format('truetype'),
		url('../fonts/bernardo_moda/BernardoModaSemibold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Fortheenas';
	src: url('../fonts/Fortheenas/Fortheenas_01.eot');
	src:url('../fonts/Fortheenas/Fortheenas_01.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Fortheenas/Fortheenas_01.otf'),
		url('../fonts/Fortheenas/Fortheenas_01.ttf') format('truetype'),
		url('../fonts/Fortheenas/Fortheenas_01.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome_iconos/fontawesome-webfont.eot');
	src:url('../fonts/fontawesome_iconos/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fontawesome_iconos/fontawesome-webfont.otf'),
		url('../fonts/fontawesome_iconos/fontawesome-webfont.ttf') format('truetype'),
		url('../fonts/fontawesome_iconos/fontawesome-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
*, *:after, *:before {
	padding: 0; 
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
    font-family: 'Fortheenas';
    color: #fff;
    background-color: #333;
}
/* ///////////////////////////////////////////// TAMAÑOS DE LETRA //////////////////////////////////////////// */
h1, h2, h3, h4, h5, h6 {
	font-family: 'bernardo_moda';
}
a {
	color: #f0f0f0;
	text-decoration: none;
	padding: 0 5px;
	font-size: 18px;
}
a:hover {
	color: #fff;
	font-weight: bold;
	opacity: 0.8;
}
p {
	margin: 0 auto;
	padding-bottom: 3px;
	font-size: 28px;
	line-height: 1.5;
}
h1 {
	font-size: 50px;
	font-weight: lighter;
	}
h1:hover {
	font-size: 60px;
	font-weight: bold;
	opacity: 0.5;
	}
h2 {
	font-size: 52px;
	font-weight: lighter;
	margin: 0 0 0 0;
	text-align: left;	
}
h2:hover {
	font-size: 55px;
	font-weight: bold;
	margin: 0 0 0 0;
	text-align: left;	
	opacity: 0.6;
}
h3 {
font-size: 42px;
}
article {
	font-size: 22px;
	font-weight: bold;
}
article > p {
	font-size: 1.6em;
}
/* ////////////////////////////////////////// fin TAMAÑOS DE LETRA //////////////////////////////////////////// */
#size_separador1 {
width: 100px;
height: 25px;
}
#size_separador3 {
height: 25px;
}
#size_espiga_logo {
width: 100px;
height: 100px;
}
#size_location_icon {
width: 100px;
height: 100px;
}
ul {list-style: none;}
.container { height: 100%; }
.bl-main {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
}
.bl-main > section {
	position: absolute;
	width: 33.333333333%;
	height: 100%;
}
.bl-main > section:first-child {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8837.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bl-main > section:nth-child(2) {
	top: 0;
	left: 33.33333333%;
	background-color: #FFF;
	background-image: url("../images/productos_8663_bn.jpg");
	background-size: cover;
	background-position: left bottom;;
	background-repeat: no-repeat;
}
.bl-main > section:nth-child(3) {
	top: 0;
	left: 66.66666666%;
	background-color: #FFF;
	background-image: url("../images/IMG_8448.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bl-box {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 1;
	/* Centering with flexbox */
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.bl-icon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
}
.bl-icon:before {
	display: block;
	font-size: 200%;
	margin-bottom: 2%;
}
.bl-icon-about:before {
	content: "\e004";
}
.bl-icon-works:before {
	content: "\e001";
}
.bl-icon-blog:before {
	content: "\e002";
}
.bl-icon-contact:before {
	content: "\e003";
}
.bl-main > section .bl-icon-close {
	position: absolute;
	top: 10%;
	right: 5%;
	cursor: pointer;
	z-index: 100;
	opacity: 0;
	pointer-events: none;
}
.bl-icon-close:before {
	content: "\e005";
}
div.bl-panel-items > div > div {
	opacity: 0;
	pointer-events: none;
	overflow: hidden;
	overflow-y: visible;
	background-color: #FFF;
	padding: 5%;
	margin: 0;
	text-align: center;
}
.bl-content {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}
/*  ///////////////////////////////////////////      FILOSOFIA TEXTOS   ////////////////// */
.bl-content article#one {
	text-align: right;
	padding: 5%
	 2% 10% 5%;
}
.bl-content article#two {
	text-align: right;
	padding: 2%;
}
.bl-content article#three {
	text-align: right;
	padding: 12% 2% 0 0;
}
.bl-content article#four {
	text-align: right;
	padding: 2% 2% 10% 2%;
}
.bl-content article#five {
	text-align: center;
	padding: 2%;
}
.bl-content article a {
	color: rgba(0,0,0,0.2);
}
.bl-content > ul {
	list-style: none;
	padding: 0;
}
.bl-content > ul#bl-work-items {
	display: block;
	width: 30%;
	height: 25px;
	margin: 1%;
	padding: 2%;
}
.bl-content > a img {
	display: block;
	max-width: 100%;
}
div.bl-panel-items, div.bl-panel-items > div {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
div.bl-panel-items > div {
	padding: 0;
	margin: 0;	
	z-index: 0;
	opacity: 0;
		overflow-y: hidden;
		overflow-x: visible;
	-webkit-transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s ease-in-out, opacity 0s linear 1.5s;
	-moz-transform: translateY(0);
	-moz-transition: -moz-transform 0.5s ease-in-out, opacity 0s linear 1.5s;
	transform: translateY(0);
	transition: transform 0.5s ease-in-out, opacity 0s linear 1.5s;
	-ms-transform: translateY(0);
}
div.bl-panel-items > div > div {
	margin: 0 0 0 0;
	opacity: 1;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	pointer-events: auto;
}
div.bl-panel-items > div > div h3 {
	font-weight: lighter;
}
div.bl-panel-items > div > div img {
	max-width: 100%;
}
div.bl-panel-items {
	top: 100%;
	z-index: 9999;
}
div.bl-panel-items nav {
	position: fixed;
	color: #000;
	z-index: 9999;
	top: 5%;
	right: 2%;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out 0.5s;
	-moz-transition: opacity 0.4s ease-in-out 0.5s;
	transition: opacity 0.4s ease-in-out 0.5s;
}
div.bl-panel-items.bl-panel-items-show nav {
	opacity: 1;
}
div.bl-panel-items > div.bl-show-work {
	z-index: 1000;
	opacity: 1;
	-webkit-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	-moz-transform: translateY(-100%);
	-moz-transition: -moz-transform 0.5s ease-in-out;
	transform: translateY(-100%);
	transition: transform 0.5s ease-in-out;
	-ms-transform: translateY(-100%);
}
.bl-main > section {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.bl-main > section.bl-expand {
width: 100%;
height: 100%;
top:0;
left:0;
position: absolute;
}
.bl-main > section.bl-expand-top {
	z-index: 100;
}
.bl-main > section:first-child.bl-expand {
	background-color: #FFF;
	background-image: url("../images/IMG_8837.jpg");
	background-size: cover;
	padding: 0;
}
.bl-main > section:nth-child(2).bl-expand {
	background-color: #FFF;
	background-image: url("../images/productos_8663.jpg");
	background-size: cover;
	padding: 0;
}
.bl-main > section:nth-child(3).bl-expand {
	background-color: #FFF;
	background-image: url("../images/IMG_8448.jpg");
	background-size: cover;
	padding: 0;
}
.bl-box {
	-webkit-transition: opacity 0.2s linear 0.5s;
	-moz-transition: opacity 0.2s linear 0.5s;
	transition: opacity 0.2s linear 0.5s;
}
section.bl-expand .bl-box {
	opacity: 0;
	-webkit-transition: opacity 0s linear;
	-moz-transition: opacity 0s linear;
	transition: opacity 0s linear;
}
.bl-box h1 h2 h3 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.no-touch section:not(.bl-expand) .bl-box:hover h1 h2 h3 {
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
}
.bl-content, .bl-icon-close {
	-webkit-transition: opacity 0.1s linear 0s;
	-moz-transition: opacity 0.1s linear 0s;
	transition: opacity 0.1s linear 0s;
}
section.bl-expand .bl-content, section.bl-expand .bl-icon-close {
	pointer-events: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;
}
/*                                      DISEÑO CONTACTO                                   */
.footer_final {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 35px 0px 0px 0px;
	-moz-border-radius: 35px 0px 0px 0px;
	-webkit-border-radius: 35px 0px 0px 0px;
	position: absolute;
	margin-left: 50px;
	left: 0;
	bottom: 0;
	height: 75px;
	width: 100%;
	 animation-name: footer_final;
    animation-duration: 4s;
    z-index: 4;
}
@keyframes footer_final {
    from {height: 0px;}
    to {height: 75px;}
}
#article_texto_one {
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	padding: 5px;
	overflow-y: hidden;
	font-weight: bold;
	font-size: 1.5em;
	background-color: rgba(0,0,0,0.3);
	background-image: url("../images/foto1_contacto_8915.png");
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 500px;
	width: 600px;
	margin: 4;
	opacity: 0;		
	transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition-duration: 3s;
}
#encabezado_texto_one { 
		position: absolute;
		bottom: 0px;
		left: 10%;
		z-index: 5;
}
#encabezado_texto_one:hover + #article_texto_one {
	opacity: 1;
}
#encabezado_texto_two {
	position: absolute;
	bottom: 0px;
	left: 30%;
	z-index: 5;
}
#article_texto_two  {
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	padding: 5px;
	overflow-y: hidden;
	font-weight: bold;
	font-size: 1.5em;
	background-color: rgba(0,0,0,0.3);
	background-image: url("../images/foto1_contacto_0042.png");
	background-size: 100%;
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 500px;
	width: 600px;
	margin: 4;
	opacity: 0;		
	transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition-duration: 3s;
}
#encabezado_texto_two:hover + #article_texto_two {
	opacity: 1;
}
#encabezado_texto_three {
		position: absolute;
		bottom: 0px;
		left: 50%;
		z-index: 5;
}
#article_texto_three  {
	position: absolute;
	top: 5px;
	left: 5px;
	width: auto;
	padding: 5px;
	overflow-y: hidden;
	font-weight: bold;
	font-size: 1.5em;
	background-color: rgba(0,0,0,0.3);
	background-image: url("../images/foto1_contacto_0003.png");
	background-size: 60%;
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 500px;
	width: 600px;
	margin: 4;
	opacity: 0;		
	transition-duration: 3s;
	-moz-transition-duration: 3s;
	-webkit-transition-duration: 3s;
}
#encabezado_texto_three:hover + #article_texto_three {
	opacity: 1;
}
.resumen_datos {
position: absolute;
right: 0px;
bottom: 100px;
font-weight: bold;
text-align: left;
background-color: rgba(0,0,0,0.3);
padding: 10px;
}
/* ///////////////////////////////////// PRODUCTOS rotar //////////////////////////////// */
#f1_container {
  position: relative;
  margin: 1%;
  width: 600px;;
  height: 400px;
  z-index: 1;
}
#f1_container2 {
  position: relative;
  margin: 20%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
#f1_container, #f1_container2 {
  perspective: 1000;
  -webkit- perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 1.0s linear;
}
#f1_container:hover #f1_card, #f1_container2:hover #f1_card {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
  color: #000;
}
.face.back {
	display: block;
	transform: rotateY(180deg);
	box-sizing: border-box;
	-webkit-transform: rotateY(180deg);
	-webkit-box-sizing: border-box;
	padding: 10%;
	color: #000;
	 text-align: center;
	background-color: #fff;
  overflow: hidden;
	border: 0.2px solid black;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%PAN%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.window2_pan, .window3_pan, .window4_pan {
padding: 0;
margin: 0;
display: inline-block;
float: left;
}
.window1_pan {
padding: 0;
margin: 0;
display: inline-block;
float: right;
}
.window5_pan {
padding: 0;
margin: 0;
display: inline-block;
}
div.window2_pan p {
padding-top: 10%;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%empanada%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.window1_empanada {
padding: 0;
margin: 0;
display: inline-block;
float: left;
}
.window2_empanada, .window3_empanada {
padding: 0;
margin: 0;
display: inline-block;
float: right
}
.window4_empanada {
padding: 0;
margin: 0;
display: inline-block;
}
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%dulce%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
.window1_dulce {
padding: 0;
margin: 0;
display: inline-block;
float: left;
}
.window2_dulce {
padding: 0;
margin: 0;
display: inline-block;
float: right;
}
.window3_dulce, .window4_dulce {
padding: 0;
margin: 0;
display: inline-block;
}
/* ///////////////////////////////////// fin PRODUCTOS rotar //////////////////////////////// */
input[name="slider-select-element"] {
    display: none;
}
#slider-arrows {
    margin: -10% auto 0 auto;
    width: 80%;
}
#slider-box {
    height: 100%;
    width: 500%;
}
#slider-container {
    height: 20%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    width: 80%;
-webkit-box-shadow: 13px 17px 23px -11px rgba(0,0,0,0.77);
-moz-box-shadow: 13px 17px 23px -11px rgba(0,0,0,0.77);
box-shadow: 13px 17px 23px -11px rgba(0,0,0,0.77);
}
.element-one,
.element-two,
.element-three,
.element-four,
.element-five {
    min-height: 400px;
    max-height: 100%;
    width: 100%;
}
.element-one {
    background-image: url("../images/filosofia_9312.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-two {
    background-image: url("../images/IMG_8199.jpg");
    background-size: cover;
}
.element-three {
    background-image: url("../images/filosofia_8310.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-four {
    background-image: url("../images/filosofia_9241.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.element-five {
    background-image: url("../images/IMG_8215.jpg");
    background-size: cover;
}
.slider-element {
    float: left;
    width: 20%;
}
#element1:checked ~ #slider-arrows label:nth-child(2),
#element2:checked ~ #slider-arrows label:nth-child(3),
#element3:checked ~ #slider-arrows label:nth-child(4),
#element4:checked ~ #slider-arrows label:nth-child(5),
#element5:checked ~ #slider-arrows label:nth-child(1) {
    display: block;
    float: right;
}
#element1:checked ~ #slider-arrows label:nth-child(5),
#element2:checked ~ #slider-arrows label:nth-child(1),
#element3:checked ~ #slider-arrows label:nth-child(2),
#element4:checked ~ #slider-arrows label:nth-child(3),
#element5:checked ~ #slider-arrows label:nth-child(4) {
    display: block;
    float: left;
}
#element1:checked ~ #slider-arrows label:nth-child(2):before,
#element2:checked ~ #slider-arrows label:nth-child(3):before,
#element3:checked ~ #slider-arrows label:nth-child(4):before,
#element4:checked ~ #slider-arrows label:nth-child(5):before,
#element5:checked ~ #slider-arrows label:nth-child(1):before {
    color: white;
    content: "\f054";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}
#element1:checked ~ #slider-arrows label:nth-child(5):before,
#element2:checked ~ #slider-arrows label:nth-child(1):before,
#element3:checked ~ #slider-arrows label:nth-child(2):before,
#element4:checked ~ #slider-arrows label:nth-child(3):before,
#element5:checked ~ #slider-arrows label:nth-child(4):before {
    color: white;
    content: "\f053";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}
#element1:checked ~ #slider-container #slider-box {
    margin-left: 0;
}
#element2:checked ~ #slider-container #slider-box {
    margin-left: -100%;
}
#element3:checked ~ #slider-container #slider-box {
    margin-left: -200%;
}
#element4:checked ~ #slider-container #slider-box {
    margin-left: -300%;
}
#element5:checked ~ #slider-container #slider-box {
    margin-left: -400%;
}
#slider-arrows label {
    color: transparent;
    cursor: pointer;
    display: none;
    height: 20px;
    width: 20px;
    font-size: 2em;
}
#slider-box {
    -webkit-transition: all 0.75s ease;
    -moz-transition: all 0.75s ease;
    -ms-transition: all 0.75s ease;
    -o-transition: all 0.75s ease;
    transition: all 0.75s ease;
}
/* ////////////////////////////////// responsive //////////////////////////////////// */
@media (max-width: 480px) and (orientation:portrait) {
/* ///// TAMAÑO LETRA ///// */
a {
	font-size: 10px;
}
p {
	padding-bottom: 2px;
	font-size: 14px;
	line-height: 1.2;
}
h1 {
	font-size: 50px;
	}
h1:hover {
	font-size: 55px;
	}
h2 {
	font-size: 45px;
}
h2:hover {
	font-size: 50px;
}
h3 {
font-size: 28px;
}
article {
	font-size: 18px;
	font-weight: bold;
}
article > p {
	font-size: 1em;
}
/* ///////////////////////////////////// fin TAMAÑO LETRA //////////////////////////////// */
/* ////////responsive////320x480////portrait////// fin PORTADA //////////////////////////////// */
#size_separador1 {
width: 50px;
height: 12px;
}
#size_separador3 {
height: 12px;
}
#size_espiga_logo {
width: 50px;
height: 50px;
}
#size_location_icon {
width: 25px;
height: 25px;
}
/* ///////////////////////////////////// fin PORTADA //////////////////////////////// */
/* /////////responsive////320x480///portrait////// FILOSOFIA //////////////////////////////// */
.bl-main > section {
	position: absolute;
	width: 100%;
	height: 33.333333333%;
}
.bl-main > section.bl-expand {
	position: absolute;
	top: 0;
	left: 0;
}
.bl-main > section:first-child {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8837.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bl-main > section:nth-child(2) {
	top: 33.33333333%;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/productos_8663_bn.jpg");
	background-size: cover;
	background-position: left bottom;;
	background-repeat: no-repeat;
}
.bl-main > section:nth-child(3) {
	top: 66.666666666%;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8448.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bl-main > section.bl-expand-top {
	z-index: 100;
}
.bl-main > section:first-child.bl-expand {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8837.jpg");
	background-size: cover;
	padding: 0;
}
.bl-main > section:nth-child(2).bl-expand {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/productos_8663.jpg");
	background-size: cover;
	padding: 0;
}
.bl-main > section:nth-child(3).bl-expand {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8448.jpg");
	background-size: cover;
	padding: 0;
}
.bl-icon:before {
	display: block;
	font-size: 150%;
}
.bl-main > section .bl-icon-close {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.element-one,
.element-two,
.element-three,
.element-four,
.element-five {
    min-height: 400px;
    max-height: 100%;
    width: 100%;
}
.element-one {
    background-image: url("../images/filosofia_9312_portrait.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-two {
    background-image: url("../images/IMG_8199_portrait.jpg");
    background-size: cover;
}
.element-three {
    background-image: url("../images/filosofia_8310_portrait.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-four {
    background-image: url("../images/filosofia_9241_portrait.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.element-five {
    background-image: url("../images/IMG_8215_portrait.jpg");
    background-size: cover;
}
/* ///////////////////////////////////// fin FILOSOFIA //////////////////////////////// */
/* /////////responsive////320x480////portrait///////// PRODUCTOS //////////////////////////////// */
#f1_container, #f1_container2 {
  position: relative;
  margin: 0;
  width: 250px;;
  height: 200px;
  z-index: 1;
}
.window1_pan, .window2_pan, .window3_pan, .window4_pan, .window5_pan {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window1_empanada, .window3_empanada, .window4_empanada {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window2_empanada {
padding: 20% 0 0 0;
margin: 1%;
display: block;
float: none;
}
.window1_dulce, .window2_dulce, .window3_dulce, .window4_dulce {
padding: 0;
margin: 1%;
display: block;
float: none;
}
/* ////////////////////responsive////320x480////portrait///CONTACTO/////////////// */
.footer_final {
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	margin-left: 5px;
	height: 8%;
	width: 100%;
}
#article_texto_one, #article_texto_two, #article_texto_three {
	top: 20px;
	left: 40px;
	padding: 3px;
	font-size: 0.9em;
	background-size: 80%;
	height: 290px;
	width: 300px;
}
#encabezado_texto_one { 
	left: 5%;
}
#encabezado_texto_two {
	left: 35%;
}
#encabezado_texto_three {
	left: 65%;
}
.resumen_datos {
bottom: 8%;
padding: 3px;
}
}
@media (min-width: 480px) and (max-width: 768px) and (orientation:portrait) {
/* ///// TAMAÑO LETRA ///// */
a {
	font-size: 15px;
}
p {
	padding-bottom: 2px;
	font-size: 22px;
	line-height: 1.2;
}
h1 {
	font-size: 60px;
	}
h1:hover {
	font-size: 65px;
	}
h2 {
	font-size: 55px;
}
h2:hover {
	font-size: 60px;
}
h3 {
font-size: 48px;
}
article {
	font-size: 24px;
	font-weight: bold;
}
article > p {
	font-size: 1.4em;
}
/* ///////////////////////////////////// fin TAMAÑO LETRA //////////////////////////////// */
/* ////////responsive////600x800////portrait////// fin PORTADA //////////////////////////////// */
#size_separador1 {
width: 50px;
height: 12px;
}
#size_separador3 {
height: 12px;
}
#size_espiga_logo {
width: 50px;
height: 50px;
}
#size_location_icon {
width: 25px;
height: 25px;
}
/* ///////////////////////////////////// fin PORTADA //////////////////////////////// */
/* /////////responsive////600x800///portrait////// FILOSOFIA //////////////////////////////// */
.bl-main > section {
	position: absolute;
	width: 100%;
	height: 33.333333333%;
}
.bl-main > section.bl-expand {
	position: absolute;
	top: 0;
	left: 0;
}
.bl-main > section:first-child {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8837.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bl-main > section:nth-child(2) {
	top: 33.33333333%;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/productos_8663_bn.jpg");
	background-size: cover;
	background-position: left bottom;;
	background-repeat: no-repeat;
}
.bl-main > section:nth-child(3) {
	top: 66.666666666%;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8448.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bl-main > section.bl-expand-top {
	z-index: 100;
}
.bl-main > section:first-child.bl-expand {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8837.jpg");
	background-size: cover;
	padding: 0;
}
.bl-main > section:nth-child(2).bl-expand {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/productos_8663.jpg");
	background-size: cover;
	padding: 0;
}
.bl-main > section:nth-child(3).bl-expand {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8448.jpg");
	background-size: cover;
	padding: 0;
}
.bl-icon:before {
	display: block;
	font-size: 175%;
}
.bl-main > section .bl-icon-close {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.element-one,
.element-two,
.element-three,
.element-four,
.element-five {
    min-height: 600px;
    max-height: 100%;
    width: 100%;
}
.element-one {
    background-image: url("../images/filosofia_9312_portrait.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-two {
    background-image: url("../images/IMG_8199_portrait.jpg");
    background-size: cover;
}
.element-three {
    background-image: url("../images/filosofia_8310_portrait.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-four {
    background-image: url("../images/filosofia_9241_portrait.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.element-five {
    background-image: url("../images/IMG_8215_portrait.jpg");
    background-size: cover;
}
/* ///////////////////////////////////// fin FILOSOFIA //////////////////////////////// */
/* /////////responsive////600x800////portrait///////// PRODUCTOS //////////////////////////////// */
#f1_container, #f1_container2 {
  position: relative;
  margin: 0;
  width: 450px;;
  height: 300px;
  z-index: 1;
}
.window1_pan, .window2_pan, .window3_pan, .window4_pan, .window5_pan {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window1_empanada, .window3_empanada, .window4_empanada {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window2_empanada {
padding: 20% 0 0 0;
margin: 1%;
display: block;
float: none;
}
.window1_dulce, .window2_dulce, .window3_dulce, .window4_dulce {
padding: 0;
margin: 1%;
display: block;
float: none;
}
/* ////////////////////responsive////600x800////portrait///CONTACTO/////////////// */
.footer_final {
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	margin-left: 5px;
	height: 8%;
	width: 100%;
}
#article_texto_one, #article_texto_two, #article_texto_three {
	top: 20px;
	left: 40px;
	padding: 3px;
	font-size: 1.3em;
	background-size: 80%;
	height: 490px;
	width: 500px;
}
#encabezado_texto_one { 
	left: 5%;
}
#encabezado_texto_two {
	left: 35%;
}
#encabezado_texto_three {
	left: 65%;
}
.resumen_datos {
bottom: 8%;
padding: 3px;
}
}
@media (min-width: 768px) and (max-width: 1600px) and (orientation:portrait) {
/* ///// TAMAÑO LETRA ///// */
a {
	font-size: 15px;
}
p {
	padding-bottom: 2px;
	font-size: 35px;
	line-height: 1.2;
}
h1 {
	font-size: 80px;
	}
h1:hover {
	font-size: 85px;
	}
h2 {
	font-size: 75px;
}
h2:hover {
	font-size: 79px;
}
h3 {
font-size: 68px;
}
article {
	font-size: 24px;
	font-weight: bold;
}
article > p {
	font-size: 1.4em;
}
/* ///////////////////////////////////// fin TAMAÑO LETRA //////////////////////////////// */
/* ////////responsive////600x800////portrait////// fin PORTADA //////////////////////////////// */
#size_separador1 {
width: 100px;
height: 25px;
}
#size_separador3 {
height: 25px;
}
#size_espiga_logo {
width: 100px;
height: 100px;
}
#size_location_icon {
width: 25px;
height: 25px;
}
/* ///////////////////////////////////// fin PORTADA //////////////////////////////// */
/* /////////responsive////600x800///portrait////// FILOSOFIA //////////////////////////////// */
.bl-main > section {
	position: absolute;
	width: 100%;
	height: 33.333333333%;
}
.bl-main > section.bl-expand {
	position: absolute;
	top: 0;
	left: 0;
}
.bl-main > section:first-child {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8837.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bl-main > section:nth-child(2) {
	top: 33.33333333%;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/productos_8663_bn.jpg");
	background-size: cover;
	background-position: left bottom;;
	background-repeat: no-repeat;
}
.bl-main > section:nth-child(3) {
	top: 66.666666666%;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8448.jpg");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.bl-main > section.bl-expand-top {
	z-index: 100;
}
.bl-main > section:first-child.bl-expand {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8837.jpg");
	background-size: cover;
	padding: 0;
}
.bl-main > section:nth-child(2).bl-expand {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/productos_8663.jpg");
	background-size: cover;
	padding: 0;
}
.bl-main > section:nth-child(3).bl-expand {
	top: 0;
	left: 0;
	background-color: #FFF;
	background-image: url("../images/IMG_8448.jpg");
	background-size: cover;
	padding: 0;
}
.bl-icon:before {
	display: block;
	font-size: 175%;
}
.bl-main > section .bl-icon-close {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.element-one,
.element-two,
.element-three,
.element-four,
.element-five {
    min-height: 900px;
    max-height: 100%;
    width: 100%;
}
.element-one {
    background-image: url("../images/filosofia_9312.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-two {
    background-image: url("../images/IMG_8199.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-three {
    background-image: url("../images/filosofia_8310.jpg");
    background-size: cover;
    background-position: center left;
}
.element-four {
    background-image: url("../images/filosofia_9241.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.element-five {
    background-image: url("../images/IMG_8215.jpg");
    background-size: cover;
        background-position: center center;
}
/* ///////////////////////////////////// fin FILOSOFIA //////////////////////////////// */
/* /////////responsive////600x800////portrait///////// PRODUCTOS //////////////////////////////// */
#f1_container, #f1_container2 {
  position: relative;
  margin: 0;
  width: 590px;;
  height: 400px;
  z-index: 1;
}
.window1_pan, .window2_pan, .window3_pan, .window4_pan, .window5_pan {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window1_empanada, .window3_empanada, .window4_empanada {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window2_empanada {
padding: 20% 0 0 0;
margin: 1%;
display: block;
float: none;
}
.window1_dulce, .window2_dulce, .window3_dulce, .window4_dulce {
padding: 0;
margin: 1%;
display: block;
float: none;
}
/* ////////////////////responsive////600x800////portrait///CONTACTO/////////////// */
.footer_final {
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	margin-left: 5px;
	height: 8%;
	width: 100%;
}
#article_texto_one, #article_texto_two, #article_texto_three {
	top: 20px;
	left: 40px;
	padding: 3px;
	font-size: 1.8em;
	background-size: 80%;
	height: 650px;
	width: 700px;
}
#encabezado_texto_one { 
	left: 5%;
}
#encabezado_texto_two {
	left: 35%;
}
#encabezado_texto_three {
	left: 65%;
}
.resumen_datos {
bottom: 8%;
padding: 3px;
}
}
@media (max-width: 768px) and (orientation:landscape) {
/* ///// TAMAÑO LETRA ///// */
a {
	font-size: 10px;
}
p {
	padding-bottom: 0px;
	font-size: 12px;
	line-height: 1.2;
}
h1 {
	font-size: 35px;
	}
h1:hover {
	font-size: 38px;
	}
h2 {
	font-size: 33px;
}
h2:hover {
	font-size: 36px;
}
h3 {
font-size: 22px;
}
article {
	font-size: 18px;
	font-weight: bold;
}
article > p {
	font-size: 1em;
}
/* ///////////////////////////////////// fin TAMAÑO LETRA //////////////////////////////// */
/* ////////responsive////500////landscope////// fin PORTADA //////////////////////////////// */
#size_separador1 {
width: 50px;
height: 12px;
}
#size_separador3 {
height: 12px;
}
#size_espiga_logo {
width: 50px;
height: 50px;
}
#size_location_icon {
width: 25px;
height: 25px;
}
/* ///////////////////////////////////// fin PORTADA //////////////////////////////// */
/* /////////responsive////500///landscope////// FILOSOFIA //////////////////////////////// */
.bl-icon:before {
	display: block;
	font-size: 150%;
}
.bl-main > section .bl-icon-close {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.element-one,
.element-two,
.element-three,
.element-four,
.element-five {
    min-height: 250px;
    max-height: 100%;
    width: 100%;
}
.element-one {
    background-image: url("../images/filosofia_9312_portrait.jpg");
    background-size: cover;
    background-position: top center;
}
.element-two {
    background-image: url("../images/IMG_8199_portrait.jpg");
    background-size: cover;
}
.element-three {
    background-image: url("../images/filosofia_8310_portrait.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-four {
    background-image: url("../images/filosofia_9241_portrait.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.element-five {
    background-image: url("../images/IMG_8215_portrait.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
 }
/* ///////////////////////////////////// fin FILOSOFIA //////////////////////////////// */
/* /////////responsive////500////landscope///////// PRODUCTOS //////////////////////////////// */
.bl-content > ul#bl-work-items {
	display: block;
	width: 30%;
	height: 25px;
	margin: 2px;
	padding: 0;
}
#f1_container, #f1_container2 {
  position: relative;
  margin: 0;
  width: 400px;;
  height: 250px;
  z-index: 1;
}
.window1_pan, .window2_pan, .window3_pan, .window4_pan, .window5_pan {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window1_empanada, .window3_empanada, .window4_empanada {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window2_empanada {
padding: 20% 0 0 0;
margin: 1%;
display: block;
float: none;
}
.window1_dulce, .window2_dulce, .window3_dulce, .window4_dulce {
padding: 0;
margin: 1%;
display: block;
float: none;
}
/* ////////////////////responsive////500////landscope///CONTACTO/////////////// */
.footer_final {
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	margin-left: 5px;
	height: 8%;
	width: 100%;
}
#article_texto_one, #article_texto_two, #article_texto_three {
	top: 25px;
	left: 10px;
	padding: 3px;
	font-size: 0.7em;
	background-size: 100%;
	height: 280px;
	width: 280px;
}
#encabezado_texto_one { 
	left: 5%;
}
#encabezado_texto_two {
	left: 35%;
}
#encabezado_texto_three {
	left: 65%;
}
.resumen_datos {
bottom: 8%;
padding: 3px;
}
}
@media (min-width: 768px) and (max-width: 900px) and (orientation:landscape) {
/* ///// TAMAÑO LETRA ///// */
a {
	font-size: 14px;
}
p {
	padding-bottom: 0px;
	font-size: 25px;
	line-height: 1.2;
}
h1 {
	font-size: 55px;
	}
h1:hover {
	font-size: 58px;
	}
h2 {
	font-size: 45px;
}
h2:hover {
	font-size: 50px;
}
h3 {
font-size: 42px;
}
article {
	font-size: 25px;
	font-weight: bold;
}
article > p {
	font-size: 1.5em;
}
/* ///////////////////////////////////// fin TAMAÑO LETRA //////////////////////////////// */
/* ////////responsive////900////landscope////// fin PORTADA //////////////////////////////// */
#size_separador1 {
width: 100px;
height: 25px;
}
#size_separador3 {
height: 25px;
}
#size_espiga_logo {
width: 100px;
height: 100px;
}
#size_location_icon {
width: 50px;
height: 50px;
}
/* ///////////////////////////////////// fin PORTADA //////////////////////////////// */
/* /////////responsive////900///landscope////// FILOSOFIA //////////////////////////////// */
.bl-icon:before {
	display: block;
	font-size: 150%;
}
.bl-main > section .bl-icon-close {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.element-one,
.element-two,
.element-three,
.element-four,
.element-five {
    min-height: 500px;
    max-height: 100%;
    width: 100%;
}
.element-one {
    background-image: url("../images/filosofia_9312.jpg");
    background-size: cover;
    background-position: top center;
}
.element-two {
    background-image: url("../images/IMG_8199.jpg");
    background-size: cover;
}
.element-three {
    background-image: url("../images/filosofia_8310.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-four {
    background-image: url("../images/filosofia_9241.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.element-five {
    background-image: url("../images/IMG_8215.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
 }
/* ///////////////////////////////////// fin FILOSOFIA //////////////////////////////// */
/* /////////responsive////900////landscope///////// PRODUCTOS //////////////////////////////// */
.bl-content > ul#bl-work-items {
	display: block;
	width: 30%;
	height: 25px;
	margin: 1% 1% 1% 1%;
	padding: 2%;
}
#f1_container, #f1_container2 {
  position: relative;
  margin: 0;
  width: 700px;;
  height: 450px;
  z-index: 1;
}
.window1_pan, .window2_pan, .window3_pan, .window4_pan, .window5_pan {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window1_empanada, .window3_empanada, .window4_empanada {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window2_empanada {
padding: 20% 0 0 0;
margin: 1%;
display: block;
float: none;
}
.window1_dulce, .window2_dulce, .window3_dulce, .window4_dulce {
padding: 0;
margin: 1%;
display: block;
float: none;
}
/* ////////////////////responsive////900////landscope///CONTACTO/////////////// */
.footer_final {
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	margin-left: 5px;
	height: 8%;
	width: 100%;
}
#article_texto_one, #article_texto_two, #article_texto_three {
	top: 5px;
	left: 60px;
	padding: 3px;
	font-size: 1.2em;
	background-size: 80%;
	height: 330px;
	width: 380px;
}
#encabezado_texto_one { 
	left: 5%;
}
#encabezado_texto_two {
	left: 35%;
}
#encabezado_texto_three {
	left: 65%;
}
.resumen_datos {
bottom: 8%;
padding: 3px;
}
}
@media (min-width: 900px) and (max-width: 1600px) and (orientation:landscape) {
/* ///// TAMAÑO LETRA ///// */
a {
	font-size: 14px;
}
p {
	padding-bottom: 0px;
	font-size: 38px;
	line-height: 1.2;
}
h1 {
	font-size: 62px;
	}
h1:hover {
	font-size: 67px;
	}
h2 {
	font-size: 60px;
}
h2:hover {
	font-size: 65px;
}
h3 {
font-size: 50px;
}
article {
	font-size: 25px;
	font-weight: bold;
}
article > p {
	font-size: 1.5em;
}
/* ///////////////////////////////////// fin TAMAÑO LETRA //////////////////////////////// */
/* ////////responsive////900////landscope////// fin PORTADA //////////////////////////////// */
#size_separador1 {
width: 100px;
height: 25px;
}
#size_separador3 {
height: 25px;
}
#size_espiga_logo {
width: 100px;
height: 100px;
}
#size_location_icon {
width: 50px;
height: 50px;
}
/* ///////////////////////////////////// fin PORTADA //////////////////////////////// */
/* /////////responsive////900///landscope////// FILOSOFIA //////////////////////////////// */
.bl-icon:before {
	display: block;
	font-size: 150%;
}
.bl-main > section .bl-icon-close {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.element-one,
.element-two,
.element-three,
.element-four,
.element-five {
    min-height: 750px;
    max-height: 100%;
    width: 100%;
}
.element-one {
    background-image: url("../images/filosofia_9312.jpg");
    background-size: cover;
    background-position: top center;
}
.element-two {
    background-image: url("../images/IMG_8199.jpg");
    background-size: cover;
}
.element-three {
    background-image: url("../images/filosofia_8310.jpg");
    background-size: cover;
    background-position: bottom center;
}
.element-four {
    background-image: url("../images/filosofia_9241.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.element-five {
    background-image: url("../images/IMG_8215.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
 }
/* ///////////////////////////////////// fin FILOSOFIA //////////////////////////////// */
/* /////////responsive////900////landscope///////// PRODUCTOS //////////////////////////////// */
.bl-content > ul#bl-work-items {
	display: block;
	width: 30%;
	height: 30px;
	margin: 1% 1% 1% 1%;
	padding: 2%;
}
#f1_container, #f1_container2 {
  position: relative;
  margin: 5% 10% 0 15%;
  width: 600px;;
  height: 450px;
  z-index: 1;
}
.window1_pan, .window2_pan, .window3_pan, .window4_pan, .window5_pan {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window1_empanada, .window3_empanada, .window4_empanada {
padding: 0;
margin: 1%;
display: block;
float: none;
}
.window2_empanada {
padding: 20% 0 0 0;
margin: 1%;
display: block;
float: none;
}
.window1_dulce, .window2_dulce, .window3_dulce, .window4_dulce {
padding: 0;
margin: 1%;
display: block;
float: none;
}
/* ////////////////////responsive////900////landscope///CONTACTO/////////////// */
.footer_final {
	border-radius: 10px 0px 0px 0px;
	-moz-border-radius: 10px 0px 0px 0px;
	-webkit-border-radius: 10px 0px 0px 0px;
	margin-left: 5px;
	height: 8%;
	width: 100%;
}
#article_texto_one, #article_texto_two, #article_texto_three {
	top: 5px;
	left: 60px;
	padding: 3px;
	font-size: 1.5em;
	background-size: 75%;
	height: 430px;
	width: 600px;
}
#encabezado_texto_one { 
	left: 5%;
}
#encabezado_texto_two {
	left: 35%;
}
#encabezado_texto_three {
	left: 65%;
}
.resumen_datos {
bottom: 8%;
padding: 3px;
}
}
