@charset "UTF-8";

/*Menú principal*/
ul.menuP{
	width: auto;
	margin: 0;
	padding: 0;
	font-size:12pt;
	list-style-type: none;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
/*Menu principal*/
ul.menuP li{
	width:333px;
	float: left;
	position:relative;
	margin:0;
	padding:10px 0 0 0;
	list-style-type: none;
	text-align: left;
	cursor: pointer;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.menuP ul{
	width:248px;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	text-align:center;
	position:absolute;
	margin-top:7px;
	*margin-top:35px;/*hack para IE7*/
	margin-top:35px\0/;/*hack para IE8*/
	background:none;
}
ul.menuP ul:hover{
	display:block;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.menuP ul.MenuBarSubmenuVisible{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.menuP ul li{
	width:100%;
	padding:0 0 0 0;
	margin:0 0 5px 0;
	background:#eee;
	border:1px solid #999;
	border-top:1px solid #999;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.menuP ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
	left: auto;
	top: 0;
}
/* Submenu containers have borders on all sides */
ul.menuP ul{/*Contiene a los submenus*/
	text-align:center;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.menuP a{
	display: block;
	cursor: pointer;
	padding:0;
	color:#666;
	text-decoration: none;
	text-align:center;	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.menuP a:hover, ul.menuP a:focus{
	color:#333;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/*Hover del submenu de primer nivel*/
ul.menuP a.MenuBarItemHover, ul.menuP a.menuPMHover, ul.menuP a.MenuBarSubmenuVisible
{
	color:#333;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.menuP iframe{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* 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.menuP li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}


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

ul.menuControl{
	width: auto;
	margin: 0;
	padding: 0;
	font-size:7.5pt;
	font-weight:bold;
	list-style-type: none;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
/*Menu principal*/
ul.menuControl li{
	width:auto;
	float: left;
	position:relative;
	text-align: left;
	list-style-type: none;
	margin-left:5px;
	padding-left:5px;
	border-left:1px solid #999;
	cursor: pointer;
}
ul.menuControl li:first-child{
	border-left:none;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.menuControl ul{
	width:150px;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	left: -1000em;
	text-align:center;
	position:absolute;
	padding:5px 5px 5px 5px;
	margin-left:-10px;
	margin-top:2px;
	*margin-top:12px;/*hack para IE7*/
	margin-top:12px\0/;/*hack para IE8*/
	background:#f9f9f9;
	border-bottom:2px solid #fa8c00;
}
ul.menuControl ul:hover{
	display:block;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.menuControl ul.MenuBarSubmenuVisible{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.menuControl ul li{
	width:100%;
	padding:0 0 0 0;
	margin:2px 0 5px 0;
	border:none;
	
}
ul.menuControl ul li a{
	font-weight:normal;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.menuControl ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
	left: auto;
	top: 0;
}
/* Submenu containers have borders on all sides */
ul.menuControl ul{/*Contiene a los submenus*/
	text-align:center;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.menuControl a{
	display: block;
	cursor: pointer;
	padding:0;
	color:#777;
	text-decoration: none;
	text-align:center;	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.menuControl a:hover, ul.menuControl a:focus{
	color:#fa8c00;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/*Hover del submenu de primer nivel*/
ul.menuControl a.MenuBarItemHover, ul.menuControl a.menuControlSIHover, ul.menuControl a.MenuBarSubmenuVisible
{
	color:#fa8c00;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.menuControl iframe{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* 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.menuControl li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}

/*******************************************************************************************************************************/
ul.MenuBarHorizontal{
	width: auto;
	font-size:9pt;
	list-style-type: none;
	margin: 0;
	padding: 0;
	cursor: default;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li{/*Menu principal*/
	width:32px;
	margin:0 5px 0 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul{/*Contenedor de cada subItem*/
	width:80px;
	margin:0 35px;
	padding:5px;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
	text-align:center;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li{
	width:100%;
	padding:0 0 0 0;
	margin:0 0 5px 0;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{
	left: auto;
	top: 0;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul{/*Contenedor de cada subItem*/
	border-radius:8px;
	font-weight:bold;
	background-color:#08a5e1;
	position:absolute;
	margin:-137px -27px;
	*margin:-122px -64px;/*IE7*/
	margin-top:-126px\0/; /*IE8*/
	margin-right: -27px\0/;
	text-align:center;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a{
	display: block;
	cursor: pointer;
	padding:0;
	color:#fff;
	text-decoration: none;
	text-align:center;	
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{
	color:#999;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
/*Hover del submenu de primer nivel*/
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color:#ddd;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* 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.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
	}
}





