/* ESPECIFICO DE ESTA WEB */


/* EFECTO SUBRAYADO */

/*.highlight,

.highlight:hover,

.highlight:focus {

text-decoration: none;

}

.highlight {

line-height: 1.1;

display: inline-block;

}

.highlight:after {

  display: block;

  content: "";

  height: 1px;

  width: 0%;

  background-color: #000;

  -webkit-transition: width 0.5s ease;

  -moz-transition: width 0.5s ease;

  -ms-transition: width 0.5s ease;

  transition: width 0.5s ease;

}



.highlight:hover:after,

.highlight:focus:after {

  width: 100%;

}*/

.participacion li{
  text-align: justify;
}

#cuota{
  margin-top: -50px;
}
#precio{
  display: none;
}