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


@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 400;
  src: local('Ruda'), url(http://themes.googleusercontent.com/static/fonts/ruda/v5/N4_mr3x70COA9kzDvMKkyvesZW2xOQ-xsNqO47m55DA.woff) format('woff');
}
@font-face {
  font-family: 'Ruda';
  font-style: normal;
  font-weight: 700;
  src: local('Ruda Bold'), local('Ruda-Bold'), url(http://themes.googleusercontent.com/static/fonts/ruda/v5/ZrgRU1eud8V3nc0zwHrO4ALUuEpTyoUstqEm5AMlJo4.woff) format('woff');
}



h1 {
	font-size:22px; 
	text-align:left;
	padding:60px;
	background-color:#fafafa;
	background-image:url(img/farmer.png);
	color:#3c688e;
	font-family: 'Ruda';
}

h1, h2, h3, h4 {padding-left: 50px;text-transform:uppercase; }

h2{ font-size:16px;color:#3c688e;font-family: 'Ruda'; margin-top:25px;}
h3 {font-size:14px;color:#3c688e;font-family: 'Ruda';}
h4 {font-size:12px;}
p {
	text-align:justify;
	font-size:14px;
	color:#484848;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
}
	
a:link, a:active, a:visited { text-decoration:none; color:#484848; font-weight:bold;}
a:hover {color:#3c688e;-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
	


body {
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	background-color:#fff;
	margin-top:0;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
	
}

.contenido {
	margin:0 auto;
	width:100%;
	max-width:1000px;
	background-color:#fff;
	height:auto;
	min-height:1100px;
	overflow:hidden;
	
	
	-webkit-box-shadow: 1px 1px 5px 3px #162d43;
box-shadow: 1px 1px 5px 3px #162d43;
}

header {
	margin:0 auto;
	width:100%;
	max-width:1000px;
	background-color:#fff;
	height:200px;
}
	
.logo {
	width:350px;
	float:left;
	padding-left:35px;
	display:block;
	margin-top:12px;
}

.social {
	float:right;
	display:block;
	width: 165px;
	text-align:right;
	margin-top:24px;
}

.social ul {
	list-style-type:none;
	margin-right:50px;
}

.social ul li {
	display:inline-block;
	width:30px;
}

.social img:hover {
	
	cursor:pointer;
	-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;


	-moz-transform: scale(1.2);
-webkit-transform: scale(1.2) ;
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}


.info {
	float:right;
	display:block;
	
	text-align:right;
	margin-right:-25px;
	margin-top:34px;
}
	
.info img {width:166px;}




nav {
	float:right;
	width:600px;
	margin-top:-5px;
	
}

nav ul {
	list-style-type:none;
	margin-right:50px;
	height:35px;
	
}

nav ul li {
	display:inline-block;
	margin:0px;
	font-family: 'Ruda';
	font-size:14px;
	text-transform:uppercase;
	float:right;
	font-weight:bold;
	
}

nav a {color:#3c688e;border-bottom:solid 5px #eaeaea;paddign-left:8px; text-shadow:0 0 1px rgba(255,255,255,0.3);}
nav a:visited, nav a:link, nav a:active {text-decoration:none;color:#3c688e; }
nav a:hover {
	color:#548bb7;
	border-bottom:solid 5px #2a4967;
	-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;


}

nav2 {
	height: 40px;
	width: 100%;
	background: #455868;
	font-size: 11pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #283744;
}
nav2 ul {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	height: 40px;
}
nav2 li {
	display: inline;
	float: left;
}
nav2 a {
	color: #fff;
	display: inline-block;
	width: 100px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	text-shadow: 1px 1px 0px #283744;
}
nav2 li a {
	border-right: 1px solid #576979;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav2 li:last-child a {
	border-right: 0;
}
nav2 a:hover, nav a:active {
	background-color: #8c99a4;
}
nav2 a#pull {
	display: none;
}


.icon img {
	width:50px;
	display:block;
	margin:10px auto;
	opacity:1;
	cursor:pointer;
	
}

.icon img:hover {opacity:0.7;
	-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;

-moz-transform: scale(1) rotate(720deg);
-webkit-transform: scale(1) rotate(720deg);
-o-transform: scale(1) rotate(720deg);
-ms-transform: scale(1) rotate(720deg);
transform: scale(1) rotate(720deg);
}

.icon img:active {opacity:0.7;
	-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;

-moz-transform: scale(1) rotate(-720deg);
-webkit-transform: scale(1) rotate(-720deg);
-o-transform: scale(1) rotate(-720deg);
-ms-transform: scale(1) rotate(-720deg);
transform: scale(1) rotate(-720deg);
}

.slide {clear:both;}
.slide img {
	width:100%;
	margin:0 auto;
	
}

.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.banners {margin-bottom:40px;}

.banners ul {
	list-style-type:none;
	width:100%;
	margin:20px auto;
	margin-left:-13px;
	margin-top:-40px; 
	margin-bottom:20px;
	clear:both;
	font-size:13px;
	font-weight:normal;
	text-align:center;

}

.banners ul li {
	
	width:300px;
	float:left;
	display:inline-block;
	height:180px;
	margin:8px;
	
	
}

.banners ul li:hover {

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:0.9;
-webkit-box-shadow: .5px .5px 2px 2px #E6E6E6;
box-shadow: .5px .5px 2px 2px #E6E6E6;

-moz-transform: scale(1.05);
-webkit-transform: scale(1.05) ;
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);

}

figcaption {position:relative; z-index:999; background-color:#2a4967; color:#eaeaea; margin-top:-30px; width:270px; padding:15px;opacity:1;}



.proveedores {
	margin:10px auto;
	width:100%;
	background-color:#fff;
	padding: 10px 0px;
	margin-top:20px;
	clear:both;
	padding-bottom:100px;
	
}



.proveedores ul {
	list-style-type:none;
	width:100%;
	margin:30px auto;
	margin-left:-5px;
	margin-top:-40px; 
	margin-bottom:20px;
	clear:both;

}

.proveedores ul li {
	
	width:145px;
	float:left;
	display:inline-block;	
	margin:40px;
	
	
}

.proveedores ul li:hover {

-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
opacity:0.9;


-moz-transform: scale(1.05);
-webkit-transform: scale(1.05) ;
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);

}

.proveedores img {width:145px;}

footer {
	position: fixed;
	z-index:9999;
	bottom: 0;
	background-color: #2a4967;
	height:40px;
	width: 100%;
	max-width:1000px;
	margin:0 auto;
	-webkit-box-shadow: 1px 1px 5px 3px #162d43;
	box-shadow: 1px 1px 5px 3px #162d43;
	text-align: center;
	
}

footer p {
	color:#cecece;
	font-size:12px;
	text-align:center;
}

footer a:link, a:active, a:visited { text-decoration:none; color:#cecece;}
footer a:hover {color:#3c688e;-webkit-transition: all 0.2s ease-in;
-moz-transition: all 0.2s ease-in;
-ms-transition: all 0.2s ease-in;
-o-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
	


.sep {
	
	
	width:100%;
	max-width:100px;
	
}


.formtext { display:block; float:left;}
#contenedorFormulario {
 display: inline-block;
 font-size:13px;
 float:right;
 width:400px;
 padding:0px 50px;
 
}
 
.campoTexto {
 display: block;
 background:rgba(243,243,243, 0.9);
 border:1px solid #e5e5e5;
 border-radius: 1px;
 color:#aaa;
 font-size: 1em;
 margin: 0 0 10px 0;
 padding:1px 4px;
 height:32px;
 outline:none;
 width:330px;
 transition:0.4s width ease-in;
 -webkit-transition:0.4s width ease-in-out;
 -moz-transition:0.4s width ease-in-out;
 -o-transition:0.4s width ease-in-out;
}
 
.campoTexto:focus {
 width:360px;
 background:#f9f9f9;
 box-shadow: 0px 0px 12px rgb(255, 255, 255);
}
 
textarea {
 background:rgba(244, 244, 244, 0.8);
 border:1px solid #ddd;
 border-radius: 1px;
 display: block;
 padding:5px 5px;
 max-width:100%;
 max-height:150px;
 width:100%;
 height:80px;
 font-size: inherit;
 font-family: arial;
 outline:inherit;
}
 
input[type="submit"] {
 opacity: 0.7;
 width:200px;
 height:50px;
 border:none;
 margin: 10px 0;
 font-size: 18px;
 background: #484848;
 border-radius: 2px;
 cursor:pointer;
 transition:0.2s all ease-in;
 -webkit-transition:0.2s all ease-in-out;
 -moz-transition:0.2s all ease-in-out;
 -o-transition:0.2s all ease-in-out;
 font-size:13px;
 color:#fff;
}
 
input[type="submit"]:hover {
 background:#2a4967;
}
 
input[type="submit"]:active {
 box-shadow: inset 0px 2px 4px #2a4967;
 transition:0.04s all ease-in-out;
 -webkit-transition:0.04s all ease-in-out;
 -moz-transition:0.04s all ease-in-out;
 -o-transition:0.04s all ease-in-out;
}

.privada {position: relative;
		/*nos posicionamos en el centro del navegador*/
		
		left:50%;
		/*determinamos una anchura*/
		width:360px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-200px;
		/*determinamos una altura*/
		height:auto;
		margin-bottom:50px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		
		background-color:#fafafa;
		border-radius:25px;
		padding:25px;
		
}

.descargas {position: relative;
		/*nos posicionamos en el centro del navegador*/
		
		left:50%;
		/*determinamos una anchura*/
		width:360px;
		/*indicamos que el margen izquierdo, es la mitad de la anchura*/
		margin-left:-200px;
		/*determinamos una altura*/
		height:auto;
		margin-bottom:50px;
		/*indicamos que el margen superior, es la mitad de la altura*/
		
		background-color:#fafafa;
		border-radius:25px;
		padding:25px;
		
}

.descargas ul li {
	padding:10px;
		
}

.descargas ul li.pdf {
  list-style-image:url('img/pdf.png'); 
  
}	
.descargas ul li.xls {
  list-style-image:url('img/xls.png'); 
  
}	
		
		/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) {
h1 {
	font-size:18px; 
	text-align:center;
	padding:10px;
	background-image:url();
	background-color:#ffffff;
	color:#3c688e;
	margin-top:20px;
	font-family: 'Ruda';
}

.logo {width:320px; float:left; margin-left:-25px;}


.info {display:none;}
.social {display:none;}	
nav {display:none;}

nav a {font-size:14px;padding-bottom:20px; border-bottom:0;}
nav a:hover{border-bottom:0;}
nav ul{margin-right:10%;margin-left:0%;}

nav ul li {margin-right:20px; margin-bottom:10px; text-align:center;}

	nav2 { 
  		height: auto;
  	}
  	nav2 ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav2 li {
  		width: 50%;
  		float: left;
  		position: relative;
  	}
  	nav2 li a {
		border-bottom: 1px solid #576979;
		border-right: 1px solid #576979;
	}
  	nav2 a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
.icon img {
	width:80px;
	
	
}

footer a{display:none;}

.contenido {height:auto;}
.banners ul {clear:both; margin-left:-25px;}
.proveedores {clear:both;margin-left:-25px;}