﻿body
{
    background-image: url(imagenes/tela.gif);
    font-size: 11pt;
    font-family: 'Trebuchet MS';
}
.DivBaseCentrado
{
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -257px;
    margin-left: -434px;
}
.ElementoAbsoluto
{
    position: absolute;
}
.TablaMenú
{
    color: white;
}
.PanelMenú
{
    position: absolute;
    background-color: #f96927;
}
.EncabezadoMenú
{
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 5px;
    font-variant: small-caps;
    color: black;
}
.OpciónMenú
{
    font-size: 9pt;
    text-indent: 5px;
}
.PanelTítuloOpción
{
    position: absolute;
    font-weight: bolder;
    font-style: italic;
    letter-spacing: 2px;
    font-variant: small-caps;
    color: black;
    font-size: 14pt;
    vertical-align: middle;
    text-align: center;
}
.PanelMenúOpción
{
    position: absolute;
}
.PanelContenidoOpción
{
    position: absolute;
    vertical-align: middle;
    text-align: justify;
    line-height: 120%;
    font-size: 14pt;
    z-index: 1;
}
a.LinkOpción
{ text-decoration:none;
  color: white;
}
a.LinkOpción:hover
{ color: #f96927;
  background: white;
}
.OtroColor
{ color: #f96927;
}
.OpcionesServicio
{ color: #f96927;
  font-style: italic;
  text-align: center;
}
a.LinkCorreos
{ text-decoration:none;
  color: #f96927;
}
a.LinkCorreos:hover
{ color: white;
  background: #f96927;
}
.PartnerTexto
{ font-size: 11pt;
  line-height: 120%;
  text-align: left;
  text-decoration: none;
}
a.SinDecorar
{ text-decoration:none;
  color: #f96927;
}
.Submenú
{
    font-size: 10pt;
    line-height: 110%;
    text-align: center;
    text-decoration: none;
    background: #f96927;
    color: White;
    border-top: #c0c0c0 thin solid;
    border-bottom: #c0c0c0 thin solid;
}
a.Submenú
{ text-decoration:none;
  color: white;
}
a.Submenú:hover
{ color: #f96927;
  background: white;
}
.TablaVentajas
{ border: 0;
  border-collapse: collapse;
  width: 560px;
}
td.TablaVentajasEncabezado
{
    background-color: #f96927;
    height: 49px;
    text-align: center;
    color: #ffffff;
    font-size: 14pt;
    padding-top: 5px;
    padding-bottom: 5px;
}
td.TablaVentajasEncabezadoUnaLínea
{
    background-color: #f96927;
    text-align: center;
    color: #ffffff;
    font-size: 14pt;
    padding-top: 5px;
    padding-bottom: 5px;
}
td.TablaVentajasGris
{ background-color: #c0c0c0;
  color: Black;
  font-size: 11pt;
  font-weight: 400;
}
td.TablaVentajasNaranja
{ color: #f96927;
  font-size: 11pt;
  font-weight: 500;
}
.Imagenes
{
    border-right: #f96927 thin solid;
    border-top: #f96927 thin solid;
    border-left: #f96927 thin solid;
    border-bottom: #f96927 thin solid;
    left: 2px;
    position: relative;
}
