@charset "UTF-8";
/* CSS Document */
*{
	margin:0;
    padding:0;
}
html,
body {

	font-family:"Lucida Grande","Lucida Sans Unicode", sans-serif;
	font-size:14px;
	background:#F9F9F9;
	text-align:justify;
	color:#666;
}
a{	color:#666;
	text-decoration:none;	
}

h1{
	margin:0;
	color:#093;
	font-size:16px;
}
h3{
	color:#093;
	font-size:14px;
}

#top{

	background:#093;
	height:10px;
	width:100%;
	-webkit-box-shadow:  0 3px 8px #999;
	-moz-box-shadow: 0 3px 8px #999;
	box-shadow: 0 3px 8px #999 ;
}
#container{
	height:100%;
	min-height:100%;
    position:relative;
	width: 100%;
	
}
#header{
	background:FFF;
	height:123px;
	width:960px;
	margin:auto;
	
}
#header h1 a{
	background:url(../images/logo-covenfrut.png);
	height:123px;
	width:273px;
	float:left;
	display:block;
    text-indent: -9999px;
}
#header p{
	color:#093;
	margin-top:50px;
	text-align:right;
	font-size:10px;
	float:right;
}
#nav{
	/*background-image: linear-gradient(bottom, rgb(70,122,55) 50%, rgb(70,144,55) 50%);
	background-image: -o-linear-gradient(bottom, rgb(70,122,55) 50%, rgb(70,144,55) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(70,122,55) 50%, rgb(70,144,55) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(70,122,55) 50%, rgb(70,144,55) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(70,122,55) 50%, rgb(70,144,55) 50%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, rgb(70,122,55)),
	color-stop(0.5, rgb(70,144,55))
);
	-webkit-box-shadow:  0 3px 8px #333;
	-moz-box-shadow: 0 3px 8px #333;
	box-shadow: 0 3px 8px #333;*/
	background: url(../images/nav-bg.jpg);
	height:49px;
	width:100%;
}
#nav ul{
	margin:auto;
	height:49px;
	width:960px;
	
}


#nav ul li {
	border-right:1px solid #FFFFFF;
	float:left;
	line-height:49px;
	list-style: none outside none;
}
#nav ul li a{
	font-size:14px;
	color:#FFFFFF;
	height:49px;
	border-right:0,3px solid #FFFFFF;
	float:left;
	padding: 0 35px;
	text-shadow:0 2px #3f6a2f;
}

#nav ul li:hover a {
	background:url(../images/nav-bg-over.jpg) center;
	color:#E2FFD4;
    padding: 0 35px;
	text-shadow:0 2px #3f6a2f;
}
/*#texto-intro{
	width:960px;
	margin:100px auto;
}*/
#texto-intro h1{
	text-shadow:0 2px #666;
	font-size:40px;
	color:#FFF;
	text-shadow:#FFF
}
#texto-intro p{
	text-shadow:0 2px #666;
	font-size:20px;
	color:#FFF;
	text-shadow:#FFF
}

#contenido{
	min-height:500px;
	height:100%;
	background-color:#FFF !important;
	width:900px;
	padding:30px 30px 60px 30px;
	margin: 150px auto 50px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 5px 1px rgba(0, 0, 0, 0.3);

}

#contenido ul{
	padding:30px;
	width:390px;
	float:left;
}
#contenido ul li{
	padding-bottom:30px;
	list-style-position:outside;
	list-style-image:url(../images/list-bg.jpg);
}
#pie-wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	width:100%;
	height:55px;
	background:#666666;
	
}

.covenfrut-home{
	margin-top:50px;
	width:288px;
	height:300px;
	float:left;
}
.covenfrut-home img{
	margin-bottom:20px;
}
.limpiar{
	clear:both;
}
.noBorder{
	border-right:none !important;
}
.covenfrut{
	color:#1D9933;
}






#contacto{
	width:850px;
	margin:auto;
}



input:-webkit-input-placeholder {

    color:#44444;
}
textarea:-moz-placeholder {

	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#nombre, #apellido, #email, #empresa, #telefono, #ciudad, #telefono {
	text-shadow:0 1px #FFF;
	background:url(../images/form-bg.png);
	padding-left:10px;
	margin:17px 0;
	font-size:14px;
	color:#333;
	width:410px;
	height:40px;
	border:none;
	background-image: linear-gradient(bottom, rgb(238,238,238) 50%, rgb(245,245,245) 50%);
	background-image: -o-linear-gradient(bottom, rgb(238,238,238) 50%, rgb(245,245,245) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(238,238,238) 50%, rgb(245,245,245) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(238,238,238) 50%, rgb(245,245,245) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(238,238,238) 50%, rgb(245,245,245) 50%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, rgb(238,238,238)),
	color-stop(0.5, rgb(245,245,245))
);
}

textarea{
	color:#333;
	text-shadow:0 1px #FFF;
	margin-top:17px;
	padding:10px;
	min-height:178px;
	max-height:178px;
	min-width:850px;
	max-width:850px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:none;
	background-image: linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 50%);
	background-image: -o-linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(235,235,235) 50%, rgb(245,245,245) 50%);

	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.5, rgb(235,235,235)),
	color-stop(0.5, rgb(245,245,245))
);
}


#gob{
	float:right;
	margin-top:10px;
}

#gob li{
	list-style-type:none;
	float:left;
	margin:0 4px 0 10px;
	height:100px;
	width:109px;
}
#junaeb a{
	background-image:url(../images/junaeb-icon.jpg);
	height:100px;
	width:109px;
	display:block;
	text-indent:-99999px;
}
#junaeb a:hover{
background-position:0px 100px;

}
#junji a{
	background-image:url(../images/junji-icon.jpg);
	height:100px;
	width:109px;
	display:block;
	text-indent:-99999px;
}
#junji a:hover{
background-position:0px 100px;

}
.minutas{
	background:url(../images/exel-icon.jpg) no-repeat center ;
	height:80px;
	width:60px;
	
}
img{
	display: block;
	text-align: center;
}


.minutas-tabla{
	font-size: 11px;
}
.imgservicios{
	float:right;
	margin:0 0 10px 10px;
}