@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/
ul.MenuBarHorizontal
{
   margin-left: 353px;  /*margen entre el menu y el borde superior del div*/
   margin-top:0px;
   padding: 0;
   list-style-type: none;
   font-family: tahoma; /*Century Gothic - tahoma*/
   font-size: 15px;
   cursor: default;
   width: auto;
   height: 61px;
}
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
   background-image: url(../img_temp/boton_hover.png);
   color: #000000;/*color texto rel rol over*/
}
ul.MenuBarHorizontal li
{
   margin: 0px;
   padding: 0;
   list-style-type: none;
   font-size: 15px;
   position: relative;
   text-align: center;
   cursor: pointer;
   width: auto;
   float: left;
   height: 61px;
}
ul.MenuBarHorizontal a
{
   display: block;
   cursor: pointer;
   background-color:;/*COLOR DE FONDO, EN ESTE CASO NO DEBE LLEVAR NINGUNO*/
   padding: 0.8em 0.9em;/*IMPORTANTE AL DETERMINAR LA HUBICACION DEL MENU EN EL DIV casi ancho y largo del contenedor individual del menu*/
   color: ;/*COLOR DE LETRA, EN ESTE CASO SERA BLANCA COMPATIBLE*/
   text-decoration: none;
}
/*--------------------------------------------------------------------------------------------------*/
/* 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
{
   margin: 1px;
   padding: 0;
   list-style-type: none;
   font-size: 15px;
   position: relative;
   text-align: center;
   cursor: pointer;
   width: auto;
   float: left;
   height: 61px;
}

