@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Cousine', arial, serif;
	background:url(theme/bg.jpg) no-repeat fixed center;
	background-size:100%;
}
img{
	border:none;
}
#page{
	width:100%;
	margin:0 auto 0 auto;
}
#header{
	width:900px;
	height:353px;
	margin:0 auto 0 auto;
}
#header .topBar{
	width:900px;
	height:30px;
	background:url(theme/topBar.png) no-repeat top left;
	text-align:right;
	right:10px;
}
#es {
	background-image:url(theme/es.jpg);
	width: 25px;
	height:14px;
	cursor:pointer;
	float:right;	
	background-position: 0px -14px;
	margin-top:11px;
	margin-right:10px;
}
#en {
	background-image:url(theme/en.jpg);
	width: 25px;
	height:14px;
	cursor:pointer;
	float:right;	
	background-position: 0px -14px;
	margin-top:11px;
	margin-right:10px;
}
#es:hover, #es.focus {
	background-position: 0px 0px;	
}

#en:hover, #en.focus {
	background-position: 0px 0px;
}
#header .mainBanner{
	width:900px;
	height:197px;
}
#header .menu{
	width:900px;
	height:75px;
	display:block;
}
	#nosotros {
		background-image:url(theme/nosotros.jpg);
		width: 105px;
		height:75px;
		cursor:pointer;
		float:left;	
	}
	
	#productos {
		background-image:url(theme/productos.jpg);
		width: 114px;
		height:75px;
		cursor:pointer;
		float:left;	
	}
	
	#calendario {
		background-image:url(theme/calendario.jpg);
		width: 118px;
		height:75px;
		cursor:pointer;
		float:left;
	}
	
	#campos {
		background-image:url(theme/campos.jpg);
		width: 168px;
		height:75px;
		cursor:pointer;
		float:left;
	}
	
	#distribuidores {
		background-image:url(theme/distribuidores.jpg);
		width: 142px;
		height:75px;
		cursor:pointer;
		float:left;
	}
	
	#transporte {
		background-image:url(theme/transporte.jpg);
		width: 119px;
		height:75px;
		cursor:pointer;
		float:left;
	}
	
	#contacto {
		background-image:url(theme/contacto.jpg);
		width: 134px;
		height:75px;
		cursor:pointer;
		float:left;	
	}
	
	#nosotros:hover, #nosotros.focus {
		background-position: 0 -75px;	
	}
	
	#productos:hover, #productos.focus {
		background-position: 0px -75px;
	}
	
	#calendario:hover, #calendario.focus {
		background-position: 0px -75px;	
	}
	
	#campos:hover, #campos.focus {
		background-position: 0px -75px;	
	}
	
	#distribuidores:hover, #distribuidores.focus {
		background-position: 0px -75px;	
	}
	
	#transporte:hover, #transporte.focus {
		background-position: 0px -75px;	
	}
	
	#contacto:hover, #contacto.focus {
		background-position: 0px -75px;	
	}

#bottomBar{
	background:url(theme/bottomBar.png);
	width:900px;
	height:51px;
}
#content{
	width:900px;
	margin:0 auto 0 auto;
	background:url(theme/bodyBg.png) repeat-y top left;
}
#content .text{
	width:880px;
	margin:10px;
}
#footer{
	width:900px;
	margin:0 auto 0 auto;
	height:56px;
	background:url(theme/footerBar.png) no-repeat top left;
}