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

/* HEADER------------------------------------------------------------ */

body{
	font-size:11px;
	line-height:13px;
    font-family:"helvetica neue", helvetica, arial, sans-serif;
    margin-top: 0px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F6D54A;
}

.header
{
	background:url(../imagenes/fondohead.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	height:154px;
	width:100%;
}

.idioma
{
	overflow:hidden;
	width:960px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	}
.idiomabotones
{
	float:right;
}

.idiomabotones a {
	display: inline-block;
	width: 47px; 
	height: 35px;
	background: url(../sprites/banderas.png) no-repeat top left;
}

.idiomabotones a.es { background-position: -52px 0; }
.idiomabotones a.pt { background-position: 0 0; }
.idiomabotones a.en { background-position: -104px 0; }

.idiomabotones a.es.activo,
.idiomabotones a.es:hover {
	background-position: -52px -40px; 
}

.idiomabotones a.pt.activo,
.idiomabotones a.pt:hover { 
	background-position: 0 -40px; 
}

.idiomabotones a.en.activo,
.idiomabotones a.en:hover { 
	background-position: -104px -40px; 
}

/* BOTONERA------------------------------------------------------------ */

.botonera
{
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.botonera a {
	background: url(sprites/header.png) no-repeat top left;
	display: inline-block;
}

.botonera a.home{ background-position: -245px 0; width: 47px; height: 42px; }
.botonera a.produccion{ background-position: -297px 0; width: 142px; height: 42px; }
.botonera a.empaque{ background-position: -146px 0; width: 94px; height: 42px; }
.botonera a.productos{ background-position: -444px 0; width: 141px; height: 42px; }
.botonera a.contacto{ background-position: 0 0; width: 141px; height: 42px; }  

.botonera a.home.activo, 
.botonera a.home:hover { 
	background-position: -245px -47px; 
} 

.botonera a.produccion.activo, 
.botonera a.produccion:hover { 
	background-position: -297px -47px; 
} 

.botonera a.empaque.activo, 
.botonera a.empaque:hover { 
	background-position: -146px -47px; 
}

.botonera a.productos.activo, 
.botonera a.productos:hover { 
	background-position: -444px -47px; 
} 

.botonera a.contacto.activo, 
.botonera a.contacto:hover { 
	background-position: 0 -47px; 
} 

.botonera .logo{
	background-image:url(../imagenes/cebollasargentinas.png);
	background-repeat: no-repeat;
	background-position: center center;
	/* Pos */
	float: left;
	overflow: visible;
	/* Box Model */
	width: 395px;
	height: 133px;
	margin-top: -25px;	
}

.botoneraizquierda
{
	width:283px;
	float: left;
	margin-left:auto;
	margin-right:auto;
	margin-top:76px;
}
.botoneraderecha
{
	width:282px;
	float: left;
	margin-left:auto;
	margin-right:auto;
	margin-top:76px;
}

/* CONTENEDOR------------------------------------------------------------ */
.contenedor 
   {	
	overflow:hidden;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F6D54A;
	margin-bottom:14px;
}
/* INDEX------------------------------------------------------------ */
.slider
{
	height:238px;
	background-color:#193329;
}

.txtindex
{
	width:423px;
	color: #193329;
	font-size:12px;
	line-height:14px;
	float:left;
}

.txtindex > p {
	margin: 12px 0;
}

.fondotitulos
{
	width:100%;
	height:42px;
	background-color: #B04725;
}
.fondotitulos h1
{
	font-family:"Lucida Console", Monaco, monospace;
	font-weight:normal;
	font-size:18px;
	color:#F6D54A;
	padding-top:15px;
	padding-left:20px;
}

.mapa
{
	width:497px;
	height:294px;
	background-color: #B04725;
	float:left;
	margin-left:20px;
	margin-top:14px;
}
.mapa h1
{
	font-family:"Lucida Console", Monaco, monospace;
	font-weight:normal;
	font-size:18px;
	color:#F6D54A;
	padding-left:20px;
	padding-top:5px;
	margin: 12px 0;
}
/* PRODUCCION------------------------------------------------------------ */

.produccionhead
{
	background-image:url(imagenes/headproduccion.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #007434;
	height:84px;
	margin-left:-1px;
	margin-right:auto;
}
.prodtxt
{
	background-image:url(../imagenes/productostxt.png);
	background-repeat:no-repeat;
	width:470px;
	height:436px;
	float:left;
}

.prodtxt p
{
	width:428px;
	height:434px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:13px;
	line-height:21px;
	color:#F6D54A;
	padding-left:20px;
	padding-top:35px;
	float:left;
}

.fotosproduccion
{
	width:454px;
	height:100%;
	float: right;
	margin-top:15px;
	padding-right:10px;
}

.fotosproduccion div {
}

.fotosproduccion div a {
	text-decoration: none;
	margin-top: -15px;
	float: right;
	display: block;
}

.fotosproduccion div a:first-child {
	float: left;
}

/* EMPAQUE------------------------------------------------------------ */

.empaquehead
{
	background-image:url(imagenes/empaquehead.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #B04725;
	height:84px;
	margin-left:-1px;
	margin-right:auto;
}
.empaquetxt
{
	background-image:url(imagenes/empaquetxt.jpg);
	background-repeat:no-repeat;
	height:631px;
	width:470px;
	padding-left:20px;
	float:left;
}

.empaquetxt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	width:415px;
	line-height:14px;
	color:#F6D54A;
	padding-left:20px;
	padding-top:74px;
}

.fotosempaque
{
	width:454px;
	float: right;
	margin-top:15px;
	padding-right:13px;
}

.fotosempaque p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:-5px;
	color:#007434;
}

.fotoscol
{
	width:215px;
	height:380px;
}

.lineadeempaque
{
	width:960px;
	height:324px;
	background-image:url(imagenes/lineadeempaque.png);
	background-repeat:no-repeat;
	float:left;
	margin-top:9px;
}

/* PRODUCTOS------------------------------------------------------------ */

.productoshead
{
	background-image:url(imagenes/productoshead.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color: #007434;
	height:84px;
	margin-left:-1px;
	margin-right:auto;
}
.productostxt
{
	background-image:url(imagenes/productoscebollas.png);
	background-repeat:no-repeat;
	height:363px;
	width:396px;
	padding-left:20px;
	float:left;
}

.productostxt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	width:355px;
	line-height:14px;
	color:#F6D54A;
	padding-top:74px;
}

.productostxt p span
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	width:355px;
	line-height:14px;
	color: #FFF;
	padding-top:74px;
}

.fotosproductos
{
	width:455px;
	float: right;
	margin-top:15px;
	padding-right:66px;
}

.fotosproductos a {
	text-decoration: none;
	display: inline-block;
}

.fotosproductos a.impar {
	margin-right: 13.9px; /* 14px */
}

.calibre
{
	background-image:url(imagenes/calibres.png);
	background-repeat:no-repeat;
	width:397px;
	height:191px;
	float:left;
}

/* CONTACTO------------------------------------------------------------ */

.contactohead
{
	background-image:url(imagenes/headcontacto.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#193329;
	height:84px;
	margin-left:-1px;
	margin-right:auto;
}
.contactotxt
{
	background-image:url(imagenes/contactodatos.jpg);
	background-repeat:no-repeat;
	height:491px;
	width:431px;
	padding-left:20px;
	float:left;
}

.contactotxt p
{
	font-family: Arial, Helvetica, sans-serif;
	font-style:oblique;
	font-weight: normal;
	font-size:13px;
	width:355px;
	line-height:16px;
	color:#F6D54A;
	padding-top:12px;
}

.contactotxt p span
{
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight: normal;
	font-size:16px;
	width:355px;
	line-height:14px;
	color:#F6D54A;
	padding-top:74px;
}

.infocontacto p
{
	margin-left:95px;
	margin-top:55px;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	line-height:14px;
	color:#F6D54A;
}
.formulario
{
	float:left;
	background-image:url(imagenes/formulario.jpg);
	background-repeat:no-repeat;
	width:499px;
	height:451px;
	margin-top:27px;
}

form
{
	width:447px;
	margin-left:24px;
	margin-top:60px;
}
input
{
	border: solid;
	border-color:#193329;
	background:url(imagenes/inputfondo.jpg);
	background-repeat:repeat;
	width:442px;
	height:40px;
	border-width:1px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:5px;
}
.consultas	
{
	border: solid;
	border-color:#193329;
	background:url(imagenes/inputfondo.jpg);
	background-repeat:repeat;
	width:442px;
	height:124px;
	border-width:1px;
	max-width:442px;
	max-height:124px;
	border-width:1px;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:5px;
}	

.boton
{
	background-image:url(imagenes/boton.jpg);
	background-repeat:no-repeat;
	width:116px;
	height:35px;
	margin-top:5px;
}

	

/* FOOTER------------------------------------------------------------ */
#footer
 { padding-top:15px;
   padding-bottom:15px;
   overflow:auto; 
   margin-left:auto;
   margin-right:auto;
   background-color:#B04725;
   height:167px;
}

.container_footer
{
	width: 960px;
	height:167px;
    margin-left: auto;
	margin-right: auto;
}

.logos_footer
{
	width:auto;
	float:left;
	padding-left:7px;
}

.txtfooter
{
	float:left;
	width:427px;
	height:44px;
	color:#F6D54A;
	/*line-height:2px;*/
	padding-top:13px;
	padding-left:10px;
}
  
.botonera_footer
{
	width:600px;
	height:26px;
	padding-top:25px;
	float:left;
}  

.botonera_footer a {
	display: inline-block;
	background: url(sprites/footer.png) no-repeat top left;
	margin-left:6px;
}

.botonera_footer a:first-child {
	margin-left:0px;
}

.botonera_footer a.home{ background-position: -186px 0; width: 67px; height: 26px; }
.botonera_footer a.produccion{ background-position: -258px 0; width: 115px; height: 26px; }
.botonera_footer a.empaque{ background-position: -93px 0; width: 88px; height: 26px; }
.botonera_footer a.productos{ background-position: -378px 0; width: 108px; height: 26px; }
.botonera_footer a.contacto{ background-position: 0 0; width: 88px; height: 26px; } 

.botonera_footer a.home.activo,
.botonera_footer a.home:hover { 
	background-position: -186px -31px; 
}

.botonera_footer a.produccion.activo,
.botonera_footer a.produccion:hover { 
	background-position: -258px -31px; 
}

.botonera_footer a.empaque.activo,
.botonera_footer a.empaque:hover { 
	background-position: -93px -31px; 
}
.botonera_footer a.productos.activo,
.botonera_footer a.productos:hover { 
	background-position: -378px -31px; 
}
.botonera_footer a.contacto.activo,
.botonera_footer a.contacto:hover { 
	background-position: 0px -31px; 
}

.casarli_footer
{
	margin-right:20px;
	margin-top:30px;
	float: right;
}
	
