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

body{
	
	border:0;
	
	margin:0;
	
	background: url(../images/bg-internas.jpg);
	
	background-repeat:repeat-x;
	
}

html{
	
	background: url(../images/bg-internas.jpg);
	
	background-repeat:repeat-x;
	
	margin:0;
	
}


a img  
{  
border: none;  
} 

/*****HEADER***CAMBIOS DEBEN REPLIKARSE EN CSS DE HOME*/

#header{
	
	width:960px;
	
	height:150px;
	
	float:left;
	
	background: url(../images/bg-head.jpg) repeat-x top;

	
}

.logo{
	
	width:122px;
	
	height:110px;
	
	float:left;
	
	margin-top:25px;
	
}

.text-home{
	
	width:287px;
	
	height:91px;
	
	float:left;
	
	margin-top:44px;
	
	
}

.mail{
	
	width:265px;
	
	height:20px;
	
	float:right;
	
	margin-top:25px;
	
}

.menu{
	
	width:365px;
	
	height:43px;
	
	float:right;
	
	background:url(../images/bg-menu.jpg) repeat-x;
	
	margin-top:45px;
}

/***FIN HEADER****/


/**SLIDE**/

#slide{
	
	width:960px;
	
	height:318px;
	
	margin-left:auto;
	
	margin-right:auto;
	
	background:url(../images/bg-slide.jpg) repeat-x;
	
	margin-top:2px;
	
}

/****FIN SLIDE****/

#presentacion{
	
	width:790px;
	
	height:auto;
	
	margin-left:auto;
	
	margin-right:auto;

	text-align:center;
	
}

.contenido{
	
	width:960px;
	
	min-height:430px;
	
	float:left;

	min-height:420px;
	
	background: none;
	
}

.parrafo{
	
	width:400px;
	
	height:auto;
	
	float:left;
	
	text-align:justify;
	
	margin-top:0px;
	
}

.parrafo a{
	
	color:#999;
	
	text-decoration:none;
	
}

.parrafo a:hover{
	
	color:#ddd;
	
}

.parrafo2{
	
	width:400px;
	
	height:auto;
	
	float:right;
	
	text-align:justify;
	
	margin-top:50px;
	
}


.img-nosotros{
	
	width:410px;
	
	height:290px;
	
	float:left;
	
	margin-top:0px;
	
	
}

.img-frutas{
	
	width:250px;
	
	height:400px;
	
	float:left;
	
	margin-top:120px;
	
	
	
}

.caja-img-producto-grande{
	
	width:480px;
	
	height:500px;
	
	float:left;
	
	margin-top:80px;
	
	
}

.caja-img-producto{
	
	width:335px;
	
	height:180px;
	
	float:left;
	
	margin-top:0px;
	
	
}


.img-producto{
	
	min-width:106px;
	
	height:100px;
	
	float:left;
	
	margin-bottom:15px;
	
	text-align:center;
	
}

.caja-congelados{
	
	width:auto;
	
	min-height:230px;
	
	float:left;
	
	margin-top:10px;
	
}

.caja-clientes{
	
	width:auto;
	
	height:100px;
	
	float:left;
	
	margin-top:10px;
	
	border-left:solid 1px #ccc;
	
	margin-bottom:20px;
	
}

.img-clientes{
	
	width:auto;
	
	height:77px;
	
	float:left;
	
}

.cliente{
	
	width:auto;
	
	height:100px;
	
	float:left;
	
}

.contacto{
	
	height:auto;
	
	float:left;
	
}


/*****FOOTER*****/

.footer{
	
	width:100%;
	
	height:160px;
	
	background: url(../images/3.png) repeat;
	
}

#c-right{
	
	width:320px;
	
	height:35px;
	
	float:left;
	
	text-align:right;
	
	margin-top:60px;
	
	margin-left:60px;
	

	
}

#logo-footer{
	
	width:190px;
	
	height:75px;
	
	float:left;
	
	margin-left:15px;
	
	margin-top:40px;
	
}

#contactenos{
	
	width:300px;
	
	height:35px;;
	
	margin-left:15px;
	
	margin-top:60px;
	
	float:left;
	
}

#nexodigital{
	
	width:150px;
	
	height:20px;
	
	margin-left:auto;
	
	margin-right:auto;
	
	margin-top:10px;
	
	text-align:center;
	
}