@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;
	cursor: default;
	width: 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;
}
/* QUITE LA OPCION DE CURSOR y ESTOS SON LOS BOTONES PRINCIPALES Menu item containers, position children relative to this container and are a fixed width */




/* CONTROLAN LAS CARACTERISTICAS DEL MENU PRINCIPAL AQUI IBAN LOS FONDOS DEL BOTON  */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	float: left;
	width:196px;
	height:34px;
}
ul.MenuBarHorizontal li:hover
{
	background-position:left;
}
/* AKI TERMINA */


.vacio
{
	background-color:#0F9;
}

/* AGREGUE EL FONDO BACKGROUND MENU ES UN JPG ES EL FONDO QUE LLEVAN LOS LI Y PROPIEDADES PARA EL "UL.MENUBARHORIZONTAL LI UL LI" PARA CAMBIAR LAS PROPIEDADES DE LA LI SOBRETODO EL TAMAÑO QUE EN ESTE CASO ES 196PX 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) */

/*************************************POSICIONES DE CADA UL************************************/ 

ul.MenuBarHorizontal ul
{ 
 padding: 0; 
 list-style-type: none;
 font-size: 100%; 
 z-index: 1020; 
 cursor: default; 
 width: 8.2em; 
 position: absolute; 
 left: -1000em;/*positions the submenu off the page so it is not visible*/ 
 margin: -10px -0px -0px -0%; } /*cambioa la posicion de toda la ul*/ 
 
 
 ul.MenuBarHorizontal ul.ternium
{ 
 padding: 0;
 list-style-type: none;
 font-size: 100%; 
 z-index: 1020; 
 cursor: default;
 width:8.2em;
 position: absolute; 
 left: -1000em;/*positions the submenu off the page so it is not visible*/ 
 margin: -10px -0px -0px -100%; } /*cambioa la posicion de toda la ul*/ 
 
 
 ul.MenuBarHorizontal ul.galvasid
{ 
 padding: 0; 
 list-style-type: none;
 font-size: 100%; 
 z-index: 1020; 
 cursor: default; 
 width: 8.2em; 
 position: absolute; 
 left: -1000em;/*positions the submenu off the page so it is not visible*/ 
 margin: -10px -0px -0px -100%; } /*cambioa la posicion de toda la ul*/ 
 
 
 ul.MenuBarHorizontal ul.perfiles
{ 
 padding: 0; 
 list-style-type: none;
 font-size: 100%; 
 z-index: 1020; 
 cursor: default; 
 width: 8.2em; 
 position: absolute; 
 left: -1000em;/*positions the submenu off the page so it is not visible*/ 
 margin: -10px -0px -0px -200%; } /*cambioa la posicion de toda la ul*/ 
 
 ul.MenuBarHorizontal ul.hylsa
{ 
 padding: 0; 
 list-style-type: none;
 font-size: 100%; 
 z-index: 1020; 
 cursor: default; 
 width: 8.2em; 
 position: absolute; 
 left: -1000em;/*positions the submenu off the page so it is not visible*/ 
 margin: -10px -0px -0px -300%; } /*cambioa la posicion de toda la ul*/ 
 
 
 
 
 
 /*************************************POSICIONES DE CADA UL************************************/ 
 

/* ESTO FUE LO QUE LE AGREGAMOS cambiamos la imagen de la li interior*/

ul.MenuBarHorizontal li ul li {
	width: 160px;
	height:auto;
	display: block;
	float: left;
	background:none;
}
/* ESTE ES DE LO MAS IMPORTANTE, AKI CAMBIAMOS EL TAMAÑO DE TODA LA UL, PARA QUE LAS LI SE PUEDAN ACOMODAR EN TODO LO HORIZONTAL EN ESTE CASO EL TAMAÑO DE LA UL ES DE 785 

Y AGREGUE LA NAVEGACIÓN QUE NO SE PARA QUE SIRVA 

ubmenu 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 !important;
	width:640px;
	background-color:#C3C5BA;
	opacity:0.95;
    filter:alpha(opacity=95);
	height:auto;
	
}


/* ELIMINE EL WIDT Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	background-color:#069;
	
	
}
/* 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;
	color: #0C0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* ELIMINE EL "ul.MenuBarHorizontal ul" Submenu containers have borders on all sides */

/* agregue el COLOR BLANCO ELIMINE EL CURSOR, EL BACKGROUN COLOR 
.- CAMBIE EL PADDING A 17px 20px 0 39px;
.- SIRVE PARA CAMBIAR LA TIPOGRAFIA DE LOS BLOQUES 
.- pone la posicion de todo el ul
 Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	color:#333;
	display: block;
	height:45px;
	padding: 0px 0px 0 0px;
	text-decoration: none;
	
}
/* SIRVE PARA CAMBIAR LAS PROPIEDADES DE LOS BLOQUES DE LOS MENUS INTERNOS: 
.-CMBIAR EL FONDO DEL BLOQUE 
.-BACKGROUND POSITION TE ACOMODA EL FONDO 
.- CAMBIA EL COLOR DE LAS LETRAS INTERNAS
Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	
}
ul.MenuBarHorizontal li ul li a:hover, ul.MenuBarHorizontal li ul li:hover {
	background: none;
}
/* CAMBIA EL COLOR Y FONDO DE LOS TITULOS PRINCIPALES AL PONERTE SOBRE ELLOS */
/* 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.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: # F03;
}

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

 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-repeat: no-repeat;
	background-position: 9% 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%;
}
/* 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: 9% 50%;
}

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

 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); (opcional)*/
}
/* 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;
	}
}
