.tb_logos {
  border-left: 2px #C78DC5 solid;
}

.borde_superior {
  border-top: 2px #C78DC5 solid;
}

#cont1 { 
  font-size:12px;
  line-height: 1.5em; 
}

/* tabla de servicios */
.tb_programa {
  border: 4px #efefef solid;
  font-family: Verdana, Arial, sans-serif;
  color: #111596;
  border: 1px #0092CD solid;
}

.tb_programa th {
  background-color: #0092CD;
  color:#FFFFFF;

}
.tb_programa td {
  text-align: left;
/*  vertical-align: bottom;*/
  padding: 10px 3px;
  border-bottom: 1px #0092CD solid;
  border-right: 1px #0092CD solid;
}

.tb_programa .tr_gris {
  background-color:#efefef;
}

.tb_programa .ultima-fila {
  border: none;
}

.tb_programa a {
  text-decoration: none;
}

#instrucciones3 {
  width: 90%;
  margin: auto;
  background-color: #efefef;  padding: 5px;
  border: 1px #333 dashed;
  text-align: left;
}

#instrucciones3 p {
  padding: 20px;
}

/* lista de temas */
.lista-temas {
  list-style: none;
  margin: 10px;
}

.lista-temas li {
  padding: 0px 0 8px 25px;
  background-image: url(images/bullet10.gif);
  background-repeat: no-repeat;
  background-position: 0 5px;
}

