<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************/
/*************************/
/******* CSS RESET *******/
/*************************/
/*************************/
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  /*line-height: 1; */
  /* Debo quitarlo o se me fastidia la cosa en IE7. */
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/***********************************/
/***********************************/
/******* Elementos generales *******/
/***********************************/
/***********************************/
body {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("bg.jpg");
}
body,
table,
td,
div,
p,
a,
blockquote,
span,
h1,
h2,
h3,
h4,
h5,
h6,
pre {
  font-size: 13px;
  font-family: Verdana;
  color: #000000;
  line-height: 130%;
}
a {
  color: #d96803;
  text-decoration: none;
}
span.VerEmail {
  color: #d96803;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
.EnlaceClasico {
  color: #0066FF;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clearBoth,
.ClearBoth {
  clear: both;
}
.ErrorRojo {
  border: 1px solid #FF0000 !important;
  background-color: #ffeeee !important;
}
.Rojo {
  color: #FF0000 !important;
}
.BloqueGeneral {
  /*	box-shadow:0px 0px 3px #bbbbbb;
	-webkit-box-shadow:0px 0px 3px #bbbbbb;
	-moz-box-shadow:0px 0px 3px #bbbbbb;*/
  border: 1px solid #C6C6C6;
}
/***********************************/
/***********************************/
/******* Elementos concretos *******/
/***********************************/
/***********************************/
#CapaCentradora {
  margin: 0 auto 0 auto;
  position: relative;
  max-width: none;
}
@media (min-width: 768px) {
  #CapaCentradora {
    max-width: 762px;
  }
}
@media (min-width: 1015px) {
  #CapaCentradora {
    max-width: 996px;
  }
}
#HeaderId {
  height: 130px;
  margin: 15px 0px 0px 0px;
  background-color: #FFFFFF;
}
#HeaderId .Izquierda {
  float: left;
  position: relative;
  height: 130px;
  width: 100%;
  background: url("logo-xs.jpg") no-repeat left top;
}
@media (min-width: 768px) {
  #HeaderId .Izquierda {
    background: url("logo.jpg") no-repeat left top;
  }
}
@media (min-width: 1015px) {
  #HeaderId .Izquierda {
    width: 815px;
  }
}
#HeaderId .Izquierda a {
  display: block;
  height: 130px;
  width: 100%;
}
@media (min-width: 1015px) {
  #HeaderId .Izquierda a {
    width: 815px;
    border-right: 1px solid #C6C6C6;
  }
}
#HeaderId .Derecha {
  clear: both;
}
@media (min-width: 1015px) {
  #HeaderId .Derecha {
    width: 179px;
    float: right;
    clear: none;
  }
}
#HeaderId .Derecha .Boom {
  display: none !important;
}
@media (min-width: 1015px) {
  #HeaderId .Derecha .Boom {
    display: block !important;
  }
}
#HeaderId .Derecha .EnlaceHeader {
  display: block;
  cursor: pointer;
  font-size: 14px;
  height: 31px;
  line-height: 31px;
  color: #333333;
  padding: 0px 0px 0px 20px;
  text-decoration: none;
  position: relative;
  float: left;
  top: 6px;
}
@media (min-width: 1015px) {
  #HeaderId .Derecha .EnlaceHeader {
    float: none;
    border-bottom: 1px solid #C6C6C6;
    top: 0;
  }
}
@media (min-width: 1015px) {
  #HeaderId .Derecha a#EnlaceHeader1 {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
  }
}
#HeaderId .Derecha #EnlaceHeader4 {
  border-bottom: none;
}
@media (min-width: 1015px) {
  #HeaderId .Derecha .EnlaceHeader:hover {
    background-color: #f2f2f2;
  }
}
#NavegableId {
  margin: 10px 0px 0px 2px;
  color: #333333;
  display: none;
}
@media (min-width: 1015px) {
  #NavegableId {
    display: block;
  }
}
#NavegableId a {
  color: #333333;
}
#ContenidoId {
  margin: 10px 0px 0px 0px;
  background-color: #FFFFFF;
  padding: 20px;
}
#ContenidoId #MenuId {
  width: 204px;
  float: left;
  background-color: #ffffff;
  display: none;
}
@media (min-width: 1015px) {
  #ContenidoId #MenuId {
    display: block;
  }
}
#ContenidoId #MenuId .Bloque {
  border: 1px #cfcfcf solid;
  background-color: #f7f7f7;
  padding: 12px;
  margin-bottom: 9px;
}
#ContenidoId #MenuId div.CapaBloque {
  margin-bottom: 6px;
}
#ContenidoId #MenuId a.EnlaceBloque {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: bold;
  text-decoration: none;
}
#ContenidoId #MenuId a.EnlaceMenu {
  font-size: 13px;
  color: #5e5e5e;
  display: block;
  min-height: 26px;
  line-height: 26px;
  padding-left: 10px;
  white-space: nowrap;
  background: url("AMenu.gif") no-repeat left bottom;
  text-decoration: none;
}
#ContenidoId #MenuId a.EnlaceMenu:hover {
  background-color: #f2f2f2;
  color: #CB6102;
}
#ContenidoId #CentroId {
  width: auto;
}
@media (min-width: 1015px) {
  #ContenidoId #CentroId {
    width: 728px;
    float: right;
  }
}
#ContenidoId #CentroId .Articulo h1.Titulo {
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 18px;
}
#ContenidoId #CentroId .Articulo .Contenido p,
#ContenidoId #CentroId .Articulo .Contenido blockquote,
#ContenidoId #CentroId .Articulo .Contenido div {
  padding: 10px 0px;
  text-align: justify;
}
#ContenidoId #CentroId .Articulo .Contenido ul {
  list-style-type: disc;
  margin: 6px 10px 11px 30px;
}
#ContenidoId #CentroId .Articulo .Contenido ul li,
#ContenidoId #CentroId .Articulo .Contenido ol li {
  margin: 8px 0px;
}
#ContenidoId #CentroId .Articulo .Contenido ol {
  list-style-type: decimal;
  margin: 6px 10px 11px 30px;
}
#ContenidoId #CentroId .Articulo img.ImagenPrincipal {
  background-color: #F4F4F4;
  border: 1px solid #CCCCCC;
  padding: 3px;
  margin: 0 auto 17px auto;
  display: block;
  max-width: 250px;
}
@media (min-width: 350px) {
  #ContenidoId #CentroId .Articulo img.ImagenPrincipal {
    max-width: 300px;
  }
}
@media (min-width: 550px) {
  #ContenidoId #CentroId .Articulo img.ImagenPrincipal {
    float: right;
    margin: 0 0 17px 17px;
  }
}
div.ArticulosRelacionados {
  padding: 20px 0px 0px 0px;
  display: none;
}
@media (min-width: 1015px) {
  div.ArticulosRelacionados {
    display: block;
  }
}
div.ArticulosRelacionados div.TituloArticulosRelacionados {
  color: #464646;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 2px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #666666;
}
.ArticuloRelacionado {
  margin: 6px 0px 8px 0px;
  height: 32px;
  overflow: hidden;
}
.ArticuloRelacionado a.Fotito {
  float: left;
  height: 30px;
  left: 0px;
  position: relative;
  top: 2px;
  width: 30px;
  margin-right: 10px;
}
.ArticuloRelacionado a.Fotito img {
  border: 0px;
  height: 30px;
  width: 30px;
}
.ArticulosRelacionados .Publi {
  float: right;
  margin-left: 15px;
  width: 336px;
  height: 280px;
}
.ArticuloRelacionado .TituloArticulo {
  position: relative;
  top: 1px;
}
.ArticuloRelacionado .TituloArticulo a {
  color: #888888;
  font-size: 12px;
  font-weight: bold;
}
.Galerias {
  padding: 20px 0px 5px 0px;
}
.Galerias .NombreGaleria {
  background-color: #FFFFFF;
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  padding: 0 12px 0 0;
  position: relative;
  text-decoration: none;
  top: -1px;
}
.Galerias .FotosGaleria {
  background-color: #F7F7F7;
  border-color: #CFCFCF #CFCFCF #FF8601;
  border-style: solid;
  border-width: 1px 1px 4px;
  display: block;
  margin-top: 6px;
  padding: 8px 0;
}
.Galerias .FotosGaleria span.Principal {
  float: left;
  overflow: hidden;
  padding: 10px;
  position: relative;
}
.Galerias .FotosGaleria span a span.FondoTituloImagen {
  background-color: #666666;
  bottom: 15px;
  height: 20px;
  left: 15px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  position: absolute;
  width: 209px;
  z-index: 2;
}
.Galerias .FotosGaleria span a span.TituloImagen {
  bottom: 17px;
  color: #FFFFFF;
  font-weight: bold;
  height: 20px;
  left: 20px;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  width: 200px;
  z-index: 3;
}
.Galerias .FotosGaleria img {
  background-color: #E0E0E0;
  border: 1px solid #B0B0B0;
  height: 157px;
  padding: 4px;
  width: 209px;
}
h1.ImagenTitulo,
h1.GaleriaTitulo,
h1.Bloque {
  text-align: center;
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0px;
}
h1.Bloque {
  padding-bottom: 20px;
}
.DatosGaleria {
  line-height: 150%;
  text-align: justify;
  background-color: #F7F7F7;
  border: 1px solid #CFCFCF;
  display: block;
  margin: 20px 0px;
  padding: 8px;
}
.DatosGaleria div {
  padding: 4px 0px;
}
.DatosGaleria .Descripcion {
  font-size: 11px;
}
.ContenedorImagenGrande {
  text-align: center;
}
img.GaleriaImagenesGrandes {
  background-color: #E0E0E0;
  border: 1px solid #B0B0B0;
  display: block;
  image-rendering: optimizequality;
  margin: 20px auto;
  max-width: 99%;
  padding: 4px;
}
#FooterId {
  margin: 10px 0px 10px 0px;
  background-color: #FFFFFF;
  padding: 10px 30px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #222222;
}
#FooterId .TextoCentral {
  display: none;
}
@media (min-width: 1015px) {
  #FooterId .TextoCentral {
    display: block;
  }
}
#FooterId a {
  color: #666666;
  font-size: 11px;
  line-height: 15px;
}
#FlotanteBoomid {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 1px;
  z-index: 2;
}
#FlotanteBoomid .Fondo {
  background-color: #CCCCCC;
  filter: alpha(opacity=50);
  opacity: .5;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
#FlotanteBoomid .Contenido {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
#FlotanteBoomid .Contenido .GaleriasBoom span.Foto {
  float: left;
  padding: 5px;
}
#FlotanteBoomid .Contenido .GaleriasBoom span.Foto a img {
  background-color: #ffffff;
  border: 1px solid #a0a0a0;
  height: 200px;
  padding: 5px;
}
.Diapositivas {
  position: relative;
  height: 300px;
  overflow: hidden;
  width: auto;
}
@media (min-width: 768px) {
  .Diapositivas {
    width: 720px;
  }
}
.Diapositivas .Capas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3640px;
  height: 300px;
}
.Diapositivas .Capas .Capa {
  width: 728px;
  height: 300px;
  float: left;
  overflow: hidden;
  position: relative;
}
.Diapositivas img.Imagen {
  min-width: 728px;
  min-height: 300px;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.Diapositivas .FondoTexto,
.Diapositivas .Texto {
  position: absolute;
  left: 0px;
  width: 728px;
  height: 80px;
  bottom: 0px;
}
.Diapositivas .FondoTexto {
  background-color: #101010;
  filter: alpha(opacity=70);
  opacity: .70;
}
.Diapositivas .Texto .Titulo {
  height: 21px;
  overflow: hidden;
  padding: 10px 15px 5px 15px;
}
.Diapositivas .Texto .Titulo a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
.Diapositivas .Texto .Descripcion {
  color: #FFFFFF;
  padding: 0px 15px 10px 15px;
  font-size: 13px;
  height: 24px;
  overflow: hidden;
}
.Diapositivas .FlechaIzquierda,
.Diapositivas .FlechaDerecha {
  position: absolute;
  top: 0px;
  z-index: 2;
  height: 220px;
  width: 80px;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
@media (min-width: 768px) {
  .Diapositivas .FlechaDerecha:hover,
  .Diapositivas .FlechaIzquierda:hover {
    filter: alpha(opacity=100);
    opacity: 1;
  }
}
.Diapositivas .FlechaDerecha {
  right: 0px;
  background: url("FlechaDerecha.png") no-repeat top right;
}
.Diapositivas .FlechaIzquierda {
  left: 0px;
  background: url("FlechaIzquierda.png") no-repeat top left;
}
.TextoHome {
  border-left: 1px #cfcfcf solid;
  border-top: 1px #cfcfcf solid;
  border-right: 1px #cfcfcf solid;
  border-bottom: 4px solid #ff8601;
  background-color: #f7f7f7;
  padding: 12px;
  text-align: justify;
  font-size: 11px;
  line-height: 150%;
}
.TextoHome a {
  font-size: 11px;
  line-height: 150%;
  color: #773300;
}
.ListadoArticulos {
  height: 70px;
  padding-bottom: 10px;
  background: url("FondoListadoArticulos.gif") repeat-x left bottom;
  margin-bottom: 10px;
}
.ListadoArticulos a.Fotito {
  background-color: #ffffff;
  border: 1px solid #CFCFCF;
  padding: 2px;
  margin-right: 10px;
  height: 60px;
  width: 60px;
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
}
.ListadoArticulos a.Fotito span.EnvolturaFotito {
  height: 60px;
  width: 60px;
  overflow: hidden;
  float: left;
}
.ListadoArticulos a.Fotito span.EnvolturaFotito img {
  border: 0px;
  height: 60px;
  width: 60px;
  position: relative;
  top: 0px;
  left: 0px;
  display: none;
}
.ListadoArticulos .Titulo {
  font-size: 12px;
  font-weight: bold;
}
.ListadoArticulos .Descripcion {
  font-size: 11px;
  color: #333333;
  padding-top: 4px;
  text-align: justify;
  max-height: 43px;
  overflow: hidden;
}
.ListadoArticulos .Titulo a {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}
.BloqueListadoArticulos {
  margin: 0px 0px 0px 0px;
  padding: 0px 7px;
}
.AvisoLegal p {
  padding: 5px 2px;
}
h4.RotuloH4 {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
  text-align: left;
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px #666666 dotted;
}
.Galerias span.Resoluciones {
  float: left;
  width: 181px;
  text-align: center;
  margin: 5px 0px 5px 0px;
}
.Galerias a.Resolucion {
  color: #333333;
  font-size: 13px;
  font-weight: bold;
}
div.FondoSombraRayada {
  background: url("Imagenes/Fondo-Rayado.gif") repeat-x center center;
}
#MenuXs {
  width: auto;
  min-width: 220px;
  margin: 20px auto 0 auto;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  #MenuXs {
    margin-top: 10px;
  }
}
@media (min-width: 1015px) {
  #MenuXs {
    display: none;
  }
}
#MenuXs .Bloque {
  border: 1px #cfcfcf solid;
  background-color: #f7f7f7;
  padding: 12px;
  margin-bottom: 9px;
}
#MenuXs div.CapaBloque {
  margin-bottom: 6px;
}
#MenuXs a.EnlaceBloque,
#MenuXs span.EnlaceBloque {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: bold;
  text-decoration: none;
}
#MenuXs a.EnlaceMenu {
  font-size: 13px;
  color: #5e5e5e;
  display: block;
  min-height: 26px;
  line-height: 26px;
  padding-left: 10px;
  white-space: nowrap;
  border-bottom: 1px dotted #C6C6C6;
  text-decoration: none;
}
#MenuXs a.EnlaceMenu:before {
  content: "â€¢ ";
}
#MenuXs a.EnlaceMenu:hover {
  background-color: #f2f2f2;
  color: #CB6102;
}
.Public728x15 {
  display: none;
}
@media (min-width: 768px) {
  .Public728x15 {
    display: block;
  }
}
.ImagenesGaleria a img {
  max-width: 100%;
  margin-bottom: 20px;
}





/* Nuevo codigo para solucionar el Friendly Mobile problema de las paginas de imagenes */
.micro-responsive {
  width: 250px;
  height: 250px;
}

@media (min-width: 335px) {
  .micro-responsive {
    width: 300px;
    height: 250px;
  }
}

@media (min-width: 371px) {
  .micro-responsive {
    width: 336px;
    height: 280px;
  }
}

@media (min-width: 768px) {
  .micro-responsive {
    width: 728px;
    height: 90px;
  }
}
/* Codigo para solucionar el Friendly Mobile problema de las paginas de imagenes */

.SegundoBloque {
  display: block;
}
@media (min-width: 768px) {
  .SegundoBloque {
    display: none;
  }
}
</pre></body></html>