/*
  Arcovía Digital (www.arcovia.com) Junio 2008
*/


/* Importar CSS */
@import url(/css/clases.css);
@import url(/css/visor.css);
@import url(/css/formulario.css);
@import url(/css/sifr.css);


/* Enlaces */
a {
  color:#000;
}

body {
  background:url(/img/global-fondo-gradiente.gif) repeat-x center top;
  cursor:default;
  margin:0;
  overflow:auto;
}
body,
td,
th {
  font:13px Arial,Helvetica,sans-serif;
}

/* Cabeceras */
h1 {
  color:#c32023;
  font-size:40px;
  font-style:italic;
}
h2 {
  border-bottom:1px dashed #bebebe;
  color:#bf0a1d;
  font-size:25px;
  margin:20px 0 20px 0;
}
h3 {
  color:#c41e22;
  font-size:15px;
  margin:0 0 10px 0;
  padding-bottom:5px;
  text-transform:uppercase;
}
h3.blanco {
  color:#fff;
}
h3.filete {
  border-bottom:1px dashed #b5b5b5;
}
h3.filete2 {
  border-bottom:1px dotted #b5b5b5;
  font-size:12px;
  margin:0 0 15px 0;
  padding-bottom:5px;
}
h4 {
  color:#c41e22;
  font-size:18px;
  margin:0 0 15px 0;
}
h4.verde {
  color:#7d9d14;
}
h5 {
  border-bottom:1px dashed #bebebe;
  border-top:1px dashed #bebebe;
}
h5 span {
  background-color:#8b8b80;
  color:#fff;
  display:block;
  font-size:17px;
  margin:1px 0 1px 0;
  padding:0 5px 0 5px;
}
h6 {
  border-bottom:1px dotted #b5b5b5;
  font-size:12px;
  font-weight:normal;
  margin:0 0 18px 0;
  padding-bottom:5px;
  text-transform:uppercase;
}

img,
table {
  border-style:none;
}
li {
  list-style-image: url(/img/topo.gif);
  margin:0;
}
ol a {
  color:#c41e22;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
}
ol li {
  margin-bottom:10px;
}
p.frase {
  color:#88887e;
  font-size:15px;
}
sup {
  font-size:small;
}
td,
th {
  vertical-align:top;
}