@charset "UTF-8";
ul.MenuFooter {
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	cursor: default;
	width: 100% !important;
	font-family: 'Open Sans', sans-serif;
	/*margin-left:auto;
	margin-right:auto;*/
	margin-top: 10px;
	padding-top: 10px;
	margin: 0 auto;
	white-space: nowrap;
	/*background-color: blue;*/
	/*border:dotted green 2px;*/
	/*background-color:white;*/
	/*color:gray;*/
	text-align: left;
	padding-bottom:20px;
	
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuFooter li {
	margin: 0;
	padding: 0;
	padding-right: 20px;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	white-space: nowrap;
	/*color: green;*/
	line-height:30px;
}
/* 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.MenuFooter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: inherit;
	/*left: -1000em;*/
	/*color: pink;*/
}
/* 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.MenuFooter ul li {
	float: none;
	background-color: transparent;
	margin-right: -10px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuFooter ul ul {
	position: absolute;
	margin: 0 0 0 80%;
}
/*define los items de menu SUPERIORES en el footer que tienen hijos, propiedad mbis*/
ul.MenuFooter a.mbis {
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 97% 80%;
	background-size: 5px 5px;
	background-color: none;
	color:#D9D9D9;
}

/*controla completamente las propiedades de los enlaces en los items subordinados de menu del footer*/
/*en este caso uso el mismo para el noCHild*/
.MenuFooter a {
	color:#D9D9D9;
}
.MenuFooter a:hover {
	color:#D9D9D9;
}
/*define los items de menu del footer que están subordianados, y con propiedad Nochild*/
ul.MenuFooter a.noChild {
/*background-color: yellow;*/
color:#D9D9D9;
}


/* Menu items that have a submenu have the class designation mbis and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuFooter ul a.mbis {
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 97% 80%;
	background-size: 5px 5px;
	
}

ul.MenuFooter ul a.mbis2 {
	background-color: #cccccc;
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 97% 80%;
	background-size: 5px 5px;
	
}
.MenuFooter > a
{
	/*color:red;*/
}
/*******************************************************************************

 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.MenuFooter 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.MenuFooter li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}
