@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #e9ede7;
	margin: 0px auto;
	width: 1000px;
	background-position: center;
}

header {
	width: 850px;
	background-image:url(img/header.jpg);
	margin: 0px auto;
	background-color: #d4e2d1;
	border:0;
}

.slogan {
	text-align: center;
	font-size: 25px;
	text-shadow: 1px 0px 2px #405E37;
	text-transform: capitalize;
	font-variant: small-caps;
	color: #630;
	font-family: 'Raleway', sans-serif;
}

nav {
	text-transform: capitalize;
	list-style: none;
	float: right;
	font-weight: bold;
	margin-top: 38px;
}

ul {
	margin-top: 30px;
	margin-right:10px;
	background-color: #fcfefb;
	box-shadow: 1px 2px 4px #333;
	border-radius: 10px;
}

nav ul li {
	display:inline-block;
	margin-right: 20px;
    padding:5px;

}

nav ul li a {
	color: #630;
	text-decoration: none;
	text-transform: none;

}

nav ul li a:hover {
	color: #555;
}

section {
	background-color: #fdfdfd;
	width: 850px;
	margin: 0px auto;
	margin-top:-10px;
	background-position: center;
	padding-bottom: 20px;
	height: 760px;
}

.entrega {
	height: 40px;
	width: 850px;
	float: right;
	padding-right: 20px;
	color: #6F7C43;
	clear: both;
	text-align: right;
}

.cuadro {
	padding-top: 30px;
	width: 690px;
	margin: 0px auto;
}

.cuadroindividual{
	width: 230px;
	height: 230px;
	background-color: #d8e7d4;
	margin: 0px;
	padding: 0px;
	float:left;
}

.cuadrotexto {
	width: 210px;
	height: 210px;
	background-color: #d8e7d4;
	margin: 0px;
	float:left;
	padding: 10px;
	text-align: justify;
	vertical-align: middle;
	display: block;
	font-size: 12px;
}

.quienes {
	width:300px;
	height:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	margin-left:20px;
	color:#451C0E;
	}
	
.calidad {
	width:300px;
	height:450px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	margin-left:20px;
	color:#451C0E;
	}

.cuadrotxtprod {
	width: 210px;
	height: 100px;
	background-color: #d8e7d4;
	margin: 0px;
	float:left;
	padding: 10px;
	margin-bottom:10px;
	text-align: justify;
	vertical-align: middle;
	display: block;
	font-size: 12px;
}

.texto {
	width: 690px;
	margin: 0px auto;

}

.fototexto {
	margin-top: 20px;
	width: 200px;
	float: left;
	background-image: url(img/nuez.jpg);
	height: 150px;
	background-size: contain;
	background-repeat: no-repeat;
}

.dertexto{
	margin-top: 40px;
	margin-left: 30px;
	width: 450px;
	float: left;
	font-size: 14px;
}

footer {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
	width: 850px;
	margin: 0px auto;
	background-color: #64BC46;
}



h1 {
	font-family: Tahoma, Geneva, sans-serif;	
}

h2 {
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: capitalize;	
}

/*****Desplegables seccion servicios***/
#tabs{
  overflow: hidden;
  background-color:#d4e2d1;
  font-family: Verdana, Geneva, sans-serif;
  font-size:14px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li{
  float: left;
  margin: 0 0 0 0;
}

#tabs a{
  position: relative;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  padding: .7em 2.1em;
  width:170px;
  float: left;
  text-decoration: none;
  color:#630;
  text-shadow: 0 1px 0 rgba(255,255,255,.8);
  border-radius: 5px 0 0 0;
  box-shadow: 0 2px 2px rgba(0,0,0,.4);
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #fff;
}

#tabs a:focus{
  outline: 0;
}

#tabs a::after{
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #ddd;
  background-image: linear-gradient(to bottom, #fff, #ddd);  
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after{
  background:#e9ede7;
  color:#090;
  z-index:3;
}

#content
{
    background:#e9ede7;
	margin-top:15px;
    padding: 2em;
    height:auto;
    position: relative;
    z-index: 2;	
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}

calidad {
	width:850px;
	height:auto;
	}

/*****Fin Desplegables seccion servicios***/
