@charset "UTF-8";
/* CSS Document */
#contenedor{
	width: 797px;
	height: 504px;
	overflow: hidden;
	z-index: 1;
	position:absolute;
}
#menuTop{
	z-index:4;
	position:relative;
	width:440px;
	height:29px;
	top:-120px;
	left:380px;
}
#texto_menu{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#999;
	text-transform:uppercase;
	margin:0;
	padding:5px;
	text-decoration:none;
	background-image:url(images/fond.jpg);	
}
#texto_menu_curr{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-image:url(images/fond_curr.jpg);
	margin:0;
	padding:5px;
	text-decoration:none;
	text-transform:uppercase;
}
#contenedor_btns{
	width:740px;
	z-index:2;
	position:relative;
	top:100px;
}
#contenedor_btns5{
	width:630px;
	z-index:2;
	position:relative;
	top:100px;
}
#contenedor_btns3{
	width:400px;
	z-index:2;
	position:relative;
	top:100px;
}
#btn_area-brocoli{
	float:right;
	right:30px;
	margin:2px;
	cursor: hand;
	cursor: pointer;
}
#btn_area-prod{
	float:right;
	margin:2px;
	cursor: hand;
	cursor: pointer;
}