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

#FloatForm {
	width:226px;
	height:300px;
	overflow:hidden;
	position:absolute;
	z-index:1;
	padding:3px 0px 0px 16px;
	margin:150px 0px 0px 712px;
	font-family:Tahoma;
	color:#452411;
	font-size:11px;
	text-decoration:none;
	background:url(../css_imgs/bk_form.png) no-repeat left top;
}

#MenuPrincipal {
	width:947px;
	height:34px;
	background:url(../css_imgs/bk_menu_principal.png) no-repeat left top;
	padding:24px 10px 0px 0px;
	position:absolute;
	z-index:1;
}
#MenuPrincipal .MenuItem {
	overflow:hidden;
	height:24px;
	/*background:url(../css_imgs/bk_right_menu_item.jpg) no-repeat right bottom;*/
	border-right:2px solid #032C4C;
	padding:10px 12px 0px 12px;
	float:right;
}
#MenuPrincipal .MenuItem:hover {
	overflow:hidden;
	height:24px;
	background:url(../css_imgs/menu_item_hover.png) repeat-x bottom;
	padding:10px 12px 0px 12px;
	float:right;
}
