/*GENERAL*/
@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('../fonts/brandongrotesque-bold-webfont.eot');
    src: url('../fonts/brandongrotesque-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-bold-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-bold-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-bold-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-bold-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'brandon_grotesque_regularRg';
    src: url('../fonts/brandongrotesque-regular-webfont.eot');
    src: url('../fonts/brandongrotesque-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/brandongrotesque-regular-webfont.woff2') format('woff2'),
         url('../fonts/brandongrotesque-regular-webfont.woff') format('woff'),
         url('../fonts/brandongrotesque-regular-webfont.ttf') format('truetype'),
         url('../fonts/brandongrotesque-regular-webfont.svg#brandon_grotesque_regularRg') format('svg');
    font-weight: normal;
    font-style: normal;

}
html,body{
	margin: 0;
	padding: 0;
	font-family: brandon_grotesque_regularRg, Arial;
	width: 100%;
}
h1, h2, h3, h4, h5, p, a, img, input, textarea, select{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	text-decoration: none;
	font-weight: normal;
}
h1, h2, h3, h4, h5{
	font-family: brandon_grotesquebold;
}
#web{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.strong{
	font-weight: bold;
}
.section{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.section-min{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.center{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/*height: 100%;*/
	overflow: hidden;
}
#header{
	width: 100%;
	background-color: #005149;
	height: 103px;
	position: fixed;
	z-index: 50;
	color: #FFF;
}
#header .logo{
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	cursor: pointer;
}
#header .menu{
	float: right;
	position: relative;
	margin-right: 10px;
	display: table;
	height: 103px;
}
#header .menu .button{
	position: relative;
	float: left;
	height: 103px;
	line-height: 103px;
	vertical-align: middle;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	margin-left: 18px;
	margin-right: 18px;
}
#header .menu .button.nosotros-b{
	width: 93px;
}
#header .menu .button.ganaderia-b{
	width: 100px;
}
#header .menu .button.granos-b{
	width: 73px;
}
#header .menu .button.frutas-b{
	width: 188px;
}
#header .menu .button.contacto-b{
	width: 93px;
}
#header .menu .button.enes-b{
	width: 50px;
}
#header .menu .button.active{
	font-family: brandon_grotesquebold;
}
#header .menu .button:hover{
	font-family: brandon_grotesquebold;
}
#space{
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #000000;
	height: 103px;
}
#footer{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 248px;
	background-color: #3e3e3e;
}
#footer .center{
	margin-top: 22px !important;
}
#footer .menu{
	float: left;
	display: table;
}
#footer .menu .col{
	float: left;
	margin-right: 30px;
	color: #d6d6d6;
}
#footer .menu .col a{
	color: #d6d6d6;
}
#footer .menu .col h2{
	font-size: 16px;
	font-family: brandon_grotesque_regularRg;
	margin-bottom: 12px;
}
#footer .menu .col h3{
	font-size: 12px;
	margin-bottom: 10px;
}
#footer .bs{
	float: right;
}
#curtain{
	position: fixed;
	z-index: 250;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
}
#hammenu{
	position: absolute;
	width: 100%;
	left: 0;
	top: 68px;
	height: 306px;
	background-color: #000;
}
#hammenu .button{
	width: 100%;
	position: relative;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
}

/*SECCIONES*/
.section.main{
	background-color: #005149;
	/*
	background-image: url(../images/pages/main/background.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	*/
}
.section.nosotros{
	background-color: #f8f8f8;
}
.section.produccion{
	background-color: #486501;
}
.section.contacto{
	background-color: #ececec;
}