/* ETIQUETAS HTML */

body {
  margin: 0px;
  background-color: #ffffff;
  cursor: default;
  overflow: auto;
}

td, input, select, textarea, a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #0079af;
}

.anchoTotal {
  width: 387px;
}

a {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

optgroup {
  font-style: normal;
}


/* COMUNES */

.noscroll {
  overflow: hidden;
}

.fondoAzul {
  background-color: #0079af;
}
.fondoAzulClaro {
  background-color: #e5f1f7;
}
.fondoAzulClaro-img {
  background: url(/img/web.fondo.claro.gif) repeat-y;
}
.fondoAzulClaro-logo {
  background: #e5f1f7 url(/img/web.fondo.logo.gif) no-repeat right top;
}

.fileteSuperior, .fileteSuperior-fondoAzulClaro {
  border: 1px #0079af none;
  border-top-style: solid;
}
.fileteSuperior-fondoAzulClaro {
  background-color: #e5f1f7;
}


/* MENUS */
td.menuon, td.menuon a, td.menuoff:hover, td.menuoff:hover a {
  background-color: #ffffff;
  color: #0079af;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
td.menuoff, td.menuoff a {
  background-color: #0079af;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
td#menuspa {
  text-align: center;
  vertical-align: top;
}
a.menuspa {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
td#spa {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
td#spa {
  text-align: center;
  vertical-align: top;
}
td#spa a {
  color: #e8d87f;
}
td#spa a:hover {
  color: #ffffff;
}


/* SUBMENUS */

td.subMenu {
  background: url(/img/web.fondo.claro.gif) repeat-y;
  border: 1px #0079af none;
  border-top-style: solid;
  color: #0079af;
  font-size: 12px;
  font-weight: bold;
  padding-top: 3px;
  text-align: right;
  vertical-align: top;
}
a.submenuoff {
  text-decoration: none;
}
a.submenuon {
  color: #005686;
  text-decoration: none;
}


/* CUERPO, TITULOS Y PARRAFOS */
.margenSuperior {
  padding-top: 13px;
}

.icono-fondo {
  background-repeat: no-repeat;
  background-position: right bottom;
}

.foto-fondo {
  background-repeat: no-repeat;
  background-color: #e5f1f7;
  padding-right: 16px;
  padding-top: 16px;
}

.webTituloGuion {
  background: url(/img/web.seccion.titulo.gif) left top no-repeat;
  padding-left: 20px;
  padding-right: 5px;
}
.webTitulo {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}
.webParrafo {
  color: #000000;
}


/* VISITA VIRTUAL */
#visitaInfo {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #0079af;
  text-align: center;
}

#popitmenu {
  position: absolute;
  z-index: 100;
  visibility: hidden;
}

.galeriafoto {
  background-color:white;
  border: 1px solid #0079af;
  padding: 4px;
}

table#tarifa tr:first-child td, tr.tarifatitulo td {
  color: #0079af;
  font-weight: bold;
}
table#tarifa td {
  color: black;
  vertical-align: top;
}