﻿body
{
}
/* Pagina Tipos */
div.Impresora
{
  font-size: x-small;
  text-align: right;
}
div.TablaBloque
{
  margin: 1.5em;
  width: 98%; /* corrige en IE6 que baje el div */
}
table.TablaTipos
{
  background-color: #EEEEEE;
  margin: 1em auto;
  border-collapse: separate !important;
}
img.imprimir
{
  vertical-align: middle;
  border-width: 0px;
}
td.Dato
{
  color: #FFFFFF;
  font-size: xx-small;
  font-weight: bold;
  text-align: left;
  background-color: #3300CC;
}
td.DatoO
{
  font-size: xx-small;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #330099;
  text-align: left;
}
td.DatoCentrado
{
  font-size: xx-small;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background-color: #3300CC;
}
td.DatoCentradoO
{
  font-size: xx-small;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  background-color: #330099;
}
td.ValorG
{
  color: #000000;
  font-size: xx-small;
  font-weight: bold;
  text-align: right;
  background-color: #CCCCCC;
}
td.ValorA
{
  font-size: xx-small;
  font-weight: bold;
  color: #000000;
  text-align: right;
  background-color: #FFFFCC;
}
td.DatoB
{
  font-size: xx-small;
  font-weight: bold;
  text-align: left;
}
td.ValorR
{
  text-align: right;
  font-weight: bold;
  font-size: xx-small;
  color: #000;
  background-color: #f30;
}
p.BloqueTextoRojoCentrado
{
  margin: 0em;
  text-indent: 1em;
  text-align: center;
  font-size: small;
  color: #f30;
}
/* Pagina Cursos */
p.Apartado
{
  text-align: left;
  margin: 0.6em 0em 0.6em 1em;
  font-size: large; /* aprox 120% */
  font-weight: bold;
  color: #FF6600;
}
ol.PuntosCurso
{
  text-align: left;
  line-height: 1.5em;
  margin: 0em 0em 0em 5em;
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: url('/images/vineta.gif');
}
ol.PuntosCursoDir
{
  text-align: left;
  line-height: 1.5em;
  margin: 1em 0em 1em 8em;
  list-style-type: none;
}
/* Página Ayudas Clientes */
div.AyudaBloque
{
  margin: 1.5em;
  width: 98%;
}
table.Bloque
{
  margin: 0em;
  width: 98%;
  border: 1px solid #009;
  border-spacing: 0px;
  border-collapse: separate !important;
}
p.Apartado3
{
  font-size: medium; /* aprox 95% */
  text-align: left;
  text-indent: -4em;
  margin: 0.2em 0em 0.2em 4.2em;
}
td.BloqueTitulo
{
  width: 100%;
  margin: 0em;
  padding: 0.2em 1em 0.2em 0.2em;
  border-bottom: 1px solid #69f;
  text-align: left;
  font-weight: bold;
  color: #009;
  background-color: #9cf;
}
td.BloqueContenidos
{
  margin: 0em;
  padding: 0.6em;
  background-color: #ffc; /* amarillo claro */
}
p.BloqueTexto
{
  margin: 0em;
  text-indent: 1em;
  text-align: justify;
}
p.BloquePie
{
  text-align: right;
  margin: 0em;
}
p.BloqueApartado
{
  font-weight: bold;
  text-align: left;
  margin: 0.4em;
}
/* Página Enlaces */
td.EnlaceDer
{
  text-align: right;
  width: 50%;
}
td.EnlaceIzq
{
  text-align: left;
  width: 50%;
}
p.EnlaceTitulo
{
  font-size: large; /* aprox 120% */
  font-weight: bold;
  color: #FF6600;
  margin: 0.3em;
}
p.EnlaceWeb
{
  color: #000099;
  padding-right: 1em;
  padding-left: 1em;
  margin: 0.3em;
}

