BODY {
  background-color: #ffffff;
  font-family: Courier New, Tahoma, Verdana, Arial;
}
.TITULO {
  background-color: #175982;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  font-weight: bold;
}
h1 {
  background-color: #175982;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  font-weight: bold;
}
A:link, A:visited, A:active {
  text-decoration: none;
  font-family: Courier New, Tahoma, Verdana, Arial;
  font-size: 12px;
}
A:hover {
  text-decoration: none;
  background-color:#5A8CAD;
  font-family: Courier New, Tahoma, Verdana, Arial;
  font-size: 12px;
  color: #ffffff;
}
.DCBUTTON {
  background-color: #ECE9D8; 
}
DT {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11px;
  color: RGB(13,44,126);
  font-weight: bold
}

DD {   
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  text-decoration: none
}


TH {
  border-top: solid;
  border-bottom: solid;
  border-color: #5A8BAD;
  padding: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: RGB(13,44,126);
  font-weight: bold
}
A.Pregunta {
  font-family: Arial, Tahoma, sans-serif;
  font-size: 11px;
  color: RGB(13,44,126);
  font-weight: bold
}


div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  line-height: 1.1;
  text-align: left;
  top: 2em;
  left: auto;
  width: 14em;
  right: 2em;
}

div.banner p {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, Tahoma, sans-serif;
  background: white;
  border: thin outset white;
  color: white;
}

div.banner a, div.banner em { 
  display: block; 
  margin: 0.2em 0.5em; 
  height: 1.2em 
}
div.banner a, div.banner em { border-top: 0px groove white }
div.banner a:first-child { border-top: none }
div.banner em { color: white }
div.banner a:link { text-decoration: none; color: #003399 }
div.banner a:visited { text-decoration: none; color: #003399 }
div.banner a:hover { background: #175982; color: white }

.titulobanner {
  background-color: #175982;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  width: 14.7em;
  font-weight: bold
}

table.lineasimple {
  border: thin solid gray;
  border-collapse: collapse;
}

table.lineasimple td {
  border: thin solid gray;
}

