@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

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

 LAYOUT INFORMATION: describes box model, positioning, z-order

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: pointer;
	width: auto;
	left: auto;
	line-height:10pt,
}
/* 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;
	font-family: "Eurostile LT Std";
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin:0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: auto;
	float: left;
	color: #FFFFFF;
	margin-top: 8px;
	margin-left: 5px;
}
/* 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
{
	padding: 12pt 0pt 0pt 10pt;
	list-style-type: none;
	font-size: 10px;
	z-index: 1020;
	cursor: default;
	width: 206px;
	position: absolute;
	left: -1000em;
	height: 125px;
	top: 22px;
	}
/* 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: 9px;
	top:26px;
	background-color: #009AFF;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 19em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* 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;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	font-size: 7pt;
	color: #000;
	display: inline;
	cursor: pointer;
	padding: 0.4em 0.2em;
	text-decoration: none;
	font-family: "EurostileLTStd";
	font-weight: 700;
	letter-spacing: 1pt;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover
{
	color: #009AFF;

}
ul.MenuBarHorizontal a:hover {
	color: #FFFFFF;
}


ul.MenuBarHorizontal a:focus
{
	font-family: "EurostileLTStd";
	



}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #009AFF;
	font-family: "EurostileLTStd-BoldEx2";
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarDown.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#contenedor_global #apDiv34 #MenuBar {
	color: #FFF;
	font-family: "Eurostile LT Std";
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #FFFFFF;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
}

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

 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.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: block;
	float: left;
	background: #FFF;
	}
}
#contenedor_global #cabecera #logo #apDiv9 #MenuBar2 .MenuBarHorizontal ul li code a {
	color: #000;
	font-family: "Eurostile LT Std";
	letter-spacing: 1.3pt;
}
#contenedor_global #cabecera #logo #apDiv9 #MenuBar2 li ul li code a {
	color: #000;
	font-family: "EurostileLTStd";
	letter-spacing: 0.8pt;
}
#contenedor_global #cabecera #logo #apDiv9 #MenuBar2 li code ul li a {
	color: #000;
	font-family: "EurostileLTStd";
}
#contenedor_global #cabecera #logo #apDiv9 #MenuBar2 .MenuBarHorizontal code .MenuBarItemSubmenu {
font-family: "EurostileLTStd-BoldEx2";
font-size: 10px;
}
#contenedor_global #cabecera #logo #apDiv9 #MenuBar2 li ul li code a {
	font-weight: normal;
}
#contenedor_global #cabecera #logo #apDiv9 #MenuBar2 li code ul li a {
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 0.6pt;
}
#contenedor_global #contenido1 #apDiv14 p {
	color: #000;
	font-family: "Eurostile LT Std";
}
#contenedor_global #contenido1 #apDiv15 p {
	font-family: "Eurostile LT Std";
	font-weight: bold;
	color: #65646A;
	font-size: 10px;
}
#MenuBar {
	color: #000;
}
.menu {
	color: #009AFF;
}
.menufoot {
	color: #FFFFFF;
	font-family: "EurostileLTStd-Bold";
}


ul.MenuBarHorizontal1
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: pointer;
	width: auto;
	left: auto;
}
/* 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;
	font-family: "Eurostile LT Std";
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal1 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: auto;
	float: left;
	visibility: inherit;
	color: #ffffff;
	margin-top: 8px;
	margin-left: 5px;

}
/* 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.MenuBarHorizontal1 ul
{
	margin: 0px;
	padding: 50px 50px 50px 50px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 220px;
	position: absolute;
	left: -1000em;
	height: 123px;
	}
/* 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.MenuBarHorizontal1 ul.MenuBarSubmenuVisible
{
	left: 12px;
	background-color: #009AFF;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal1 ul li
{
	width: 17em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal1 ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal1 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal1 ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal1 a
{
	font-size: 9pt;
	color: #fff;
	display: inline;
	cursor: pointer;
	padding: 0.15em 0.95em;
	text-decoration: none;
	font-family: "EurostileLTStd";
	font-weight: 700;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal1 a:hover
{
	color: #009AFF;
}

ul.MenuBarHorizontal1 a:focus
{
	font-family: "EurostileLTStd";
	



}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal1 a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #009AFF;
	font-family: "EurostileLTStd-BoldEx2";
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal1 a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarDown.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal1 ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


ul.MenuBarHorizontal1 a.MenuBarItemHover, ul.MenuBarHorizontal1 a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal1 a.MenuBarSubmenuVisible
{
	color: #009AFF;
	}






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

 MENU FOOTER

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarDown.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#contenedor_global #apDiv34 #MenuBar {
	color: #FFF;
	font-family: "Eurostile LT Std";
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
	color: #FFFFFF;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
}

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

 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.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: block;
	f\loat: left;
	background: #FFF;
	}
}



ul.MenuBarHorizontal2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: pointer;
	width: auto;
	left: auto;
}
/* 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;
	font-family: "EurostileLTStd-Bold";
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: auto;
	float: left;
	visibility: inherit;
	color: #ffffff;
	margin-top: 5px;
	margin-left: 5px;

}
/* 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.MenuBarHorizontal2 ul
{
	margin: 0px;
	padding: 50px 50px 50px 50px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 220px;
	position: absolute;
	left: -1000em;
	height: 123px;
	}
/* 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.MenuBarHorizontal2 ul.MenuBarSubmenuVisible
{
	left: 12px;
	background-color: #009AFF;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal2 ul li
{
	width: 17em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal2 ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal2 ul
{
	border: 0px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal2 a
{
	font-size: 7pt;
	color: #fff;
	display: inline;
	cursor: pointer;
	padding: 0.8em 1em;
	text-decoration: none;
	font-family: "Eurostile LT Std Extanded 2";
	font-weight: 700;

}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal2 a:hover
{
	color: #009AFF;
}

ul.MenuBarHorizontal2 a:focus
{
	color:#009aff;
	
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal2 a.MenuBarItemHover2, ul.MenuBarHorizontal a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal2 a.MenuBarSubmenuVisible
{
	color: #009AFF;
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal2 a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarDown.gif);*/
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal2 ul a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}


ul.MenuBarHorizontal2 a.MenuBarItemHover2, ul.MenuBarHorizontal2 a.MenuBarItemSubmenu:hover, ul.MenuBarHorizontal2 a.MenuBarSubmenuVisible
{
	color: #009AFF;

	}

#MenuBar2 {
	color: #009AFF;
}
