@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

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

/*--------------------------------------------------------- menuPrincipal --------------------------------------------------*/

nav {
	width:100%; height:45px;
	/*background-color: #f08602;*/
	/*background-color: #000;*/
	background-image:url(../img/sombraOscura.png);
	}

#menuPrincipal {
	width:1000px; height:45px;
	margin:0px auto;
	padding:1px 0;
	/*background-color:#9f6a12;*/
	/*background-image:url(../img/sombraGenerica.png);*/
	text-align:center;
	font-size:14px;
	letter-spacing:5px;
}

#menuPrincipal .aki {
	background-color:#f09706;
	background-image:url(../img/fondoAmarillo.png);
	color: #9d4112;
	text-shadow:0px 0px 15px #ffc016;

	box-shadow: 0px 0px 5px #721a71;
    -webkit-box-shadow: 0px 0px 5px #721a71;
    -moz-box-shadow: 0px 0px 5px #721a71;

}

.menu-fijo {
	position: fixed;
	top: 0px;
	z-index:200;
	/*background-image:url(../img/fondoMenu.png) !important;*/
	/*background-color:#9f6a12;*/
}

.titulo-fijo {
	position: fixed;
	top: 45px;
	z-index:200;
	/*background-image:url(../img/fondoMenu.png) !important;*/
	/*background-color:#9f6a12;*/
}

/*----------------------------------------- Flechitas en el Menu -------------------------------------------------------------*/

ul.menuPrincipal span.flechitaMenu {
	width:8px; height:7px;
	background-image:url(../img/flechitaMenu.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:absolute;
	bottom:10px;
	right:7px;
	}

ul.menuPrincipal a:hover span.flechitaMenu, ul.menuPrincipal a:focus span.flechitaMenu {
	background-image:url(../img/flechitaMenuHover.png);
	}
	
ul.menuPrincipal a.MenuBarItemHover span.flechitaMenu, ul.menuPrincipal a.MenuBarItemSubmenuHover span.flechitaMenu, ul.menuPrincipal a.MenuBarSubmenuVisible span.flechitaMenu {
	background-image:url(../img/flechitaMenuHover.png);
	}

#menuPrincipal .aki span.flechitaMenu {
	background-image:url(../img/flechitaMenuHover.png);
}

/*-------------------------------------------------------------------------------------------------------------------------*/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.menuPrincipal
{
	margin:0 0 0 0px;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	/*width: auto;*/
	width:1000px;
	/*background-color:#721a71;*/
	/*background-image:url(../img/sombraGenerica.png);*/
}
/* 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.menuPrincipal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	/*width: 13em;*/
	width:auto;
	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.menuPrincipal ul
{
	/*background-color: #000;*/
	background-image:url(../img/sombraOscura.png);
	/*margin:-1px 0 0 -135px;*/
	margin:-1px 0 0 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	/*width: 8.2em;*/
	/*width: 19em;*/
	/*width: 76em;*/
	width:805px;
	position: absolute;
	left: -1000em;
	letter-spacing:0px;
	/*
	-o-transition: all 700ms;
	-moz-transition: all 700ms;
	-webkit-transition: all 700ms;
	transition: all 700ms;
	*/
}

ul.menuPrincipal ul li a {
	/*border-bottom:1px dotted #ffc016;*/
	/*background-color:#000;*/
	background-color:rgba(0, 0, 0, 0.3);
	/*background-image:url(../img/sombraClara.png);*/
	}

/* 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.menuPrincipal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.menuPrincipal ul li
{
	/*width: 8.2em;*/
	/*width: 18.2em;*/
	/*width:240px;*/
	/*text-align:left !important;*/
	float:left;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.menuPrincipal ul ul
{
	position: absolute;
	/*margin: -5% 0 0 95%;*/
	margin: -1px 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.menuPrincipal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.menuPrincipal ul
{
	border: 1px solid #f08602;
}

/* Menu items are a light gray block with padding and no text decoration */

ul.menuPrincipal a
{
	display: block;
	cursor: pointer;
	padding: 1em 2.1em;
	color: #ffc016;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */

ul.menuPrincipal a:hover, ul.menuPrincipal a:focus
{
	background-color: #f09706;
	background-image:url(../img/fondoAmarillo.png);
	color: #9d4112;
	text-shadow:0px 0px 15px #ffc016;

	box-shadow: 0px 0px 5px #721a71;
    -webkit-box-shadow: 0px 0px 5px #721a71;
    -moz-box-shadow: 0px 0px 5px #721a71;

}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.menuPrincipal a.MenuBarItemHover, ul.menuPrincipal a.MenuBarItemSubmenuHover, ul.menuPrincipal a.MenuBarSubmenuVisible
{
	background-color: #f09706;
	background-image:url(../img/fondoAmarillo.png);
	color: #9d4112;
	text-shadow:0px 0px 15px #ffc016;

	box-shadow: 0px 0px 5px #721a71;
    -webkit-box-shadow: 0px 0px 5px #721a71;
    -moz-box-shadow: 0px 0px 5px #721a71;

}

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

 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.menuPrincipal 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.menuPrincipal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
