﻿body {
}
/* para página principal de portada productos */

a.TextoCajasEnlace:link, a.TextoCajasEnlace:visited {
  color: #f60;
}
a.TextoCajasEnlaceOver:link, a.TextoCajasEnlaceOver:visited, a.TextoCajasEnlaceOver:hover {
  color: #009;
}
div.SeccionTextoCajas {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size:medium;
  font-weight: bold;
  color: #f60;
}
tr.TitulosCajas {
  vertical-align: top;
}   
span.TextoCajasRegimen {
  font-weight: normal;
  font-size:smaller;
}
/* -------------- fin portada --------------------------------- */ 
p.SeccionApartado
{
    font-size: large; /* aprox 120% */
    font-weight: bold;
    text-align: left;
    margin: 0.6em 0em 0.6em 1em;
    color: #FF6600;
    font-variant: normal;
}
p.SeccionApartado2
{
    font-size: medium; /* aprox 90%-100% */
    font-weight: bold;
    text-align: left;
    margin: 0.6em 0em 0.6em 1em;
}
/* para listas */
ol.Caracteristicas
{
    list-style-type: disc;
    list-style-image: url('/images/vineta.gif');
    list-style-position: outside;
    text-align: left;
    line-height: 1.5em;
    margin: 0em 0em 0em 5em;
}

