/**
* inc/css/general/barramenu.css
*
* Hoja de estilo para barra de menus
* Proyecto: Prototipo hoteles
*
* @copyright (c) Aquí Nuevas Tecnologías
*/

/**
* Estilo para el borde de la tabla del menu
*/
.bordemenu
{
  border: 0 px solid #666666;
	background-color:#ffffff ;
}

/**
* Estilo para las opciones del menu
*/
a:link.opcionmenu
{
 	font-family: arial, helvetica, sans-serif;
  font-size: 75%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  text-indent: 0em;
  color: #666666;
  background-color: transparent;
}

a:visited.opcionmenu
{
 	font-family: arial, helvetica, sans-serif;
  font-size: 75%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  text-indent: 0em;
  color: #666666;
  background-color: transparent;
}

a:hover.opcionmenu
{
 	font-family: arial, helvetica, sans-serif;
  font-size: 75%;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0em;
  color: #000000;
  background-color: transparent;
}
/*
* Estilo para el enlace de reservas 
*/
a:link.lreservas
{
  font-family: arial, helvetica, sans-serif;
  font-size: 85%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #00517D;
  background-color: #ffffff;
}
a:visited.lreservas
{
  font-family: arial, helvetica, sans-serif;
  font-size: 85%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  text-indent: 0em;
  color: #00517D;
  background-color: #ffffff;
}
a:hover.lreservas
{
  font-family: arial, helvetica, sans-serif;
  font-size: 85%;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  text-align: center;
  text-indent: 0em;
  color: #00517D;
  background-color: #ffffff;
}
/**
* Estilo para el ubicador si es enlace
*/
a:link.lubicador
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0em;
  color: #46551A;
  background-color: transparent;
}

a:visited.lubicador
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0em;
  color: #46551A;
  background-color: transparent;
}

a:hover.lubicador
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
  text-align: justify;
  text-indent: 0em;
  color: #46551A;
  background-color: transparent;
}

/**
* Estilo para el ubicador si no es enlace
*/
.ubicador
{
  font-family: arial, helvetica, sans-serif;
  font-size: 70%;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  text-indent: 0em;
  color: #002D82;
  background-color: #ffffff;
}

