@charset "UTF-8";

ul.botones
{
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	background:#4a5059;
}

ul.botones li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 90px;
	float: left;
	border-right:1px solid #C4C4C4;
}

/* PARA LA VERSION ENGLISH POR "THE COMPANY" */
.moreWidht
{
	width: 120px !important;
}

ul.botones ul
{
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 90px;
	position: absolute;
	left: -1000em;
}

ul.botones a
{
	display: block;
	cursor: pointer;
	padding: 0 10px 0 10px;
	height:45px;
	line-height:45px;
	color: #2B2B2B;
	font-size:12px;
	text-decoration: none;	
	text-align:center;
	font-weight:bold;
}

ul.botones a:hover, ul.botones a:focus
{
	color: #396C9B;
}

/* SUBMENU */
/*-----------------------------------------*/

ul.submenu
{
	position:absolute;
	right:7px;
	top:17px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 196px;
	height: 15px;
	text-align:right;
}

ul.submenu li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: right;
	cursor: pointer;
	float: right;
}

ul.submenu ul
{
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}

ul.submenu a
{
	display: block;
	padding:0 5px 0 5px;
	cursor: pointer;
	color:#3F72A8;
	font-size:10px;
	text-decoration: none;	
	text-align:center;
}

ul.botones a:hover, ul.botones a:focus
{
	color: #396C9B;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.botones iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.botones li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}
