@charset "UTF-8";
/* CSS Document */
/* * * * Medidas * * * */
/* * * * Colores * * * */
/* * * * Textos * * * */
/* Style Definitions */
#terms {
  font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif;
  text-align: left;
}

#terms a:link {
  color: #d9006b;
  text-decoration: underline;
}

#terms a:visited {
  color: purple;
  text-decoration: underline;
}

#terms a:link.vinculoInterior,
#terms a:visited.vinculoInterior {
  color: #d9006b;
  text-decoration: underline;
}

#terms p {
  margin-right: 0cm;
  margin-left: 0cm;
  font-size: 12pt;
  font-family: "Droid Sans", "Trebuchet MS", Arial, sans-serif;
}

/* List Definitions */
#terms ol {
  margin-bottom: 0cm;
}

#terms ul {
  margin-bottom: 0cm;
}

#terms ul, #terms ul li {
  list-style: none;
  padding-left: 8px;
}

#terms li {
  margin-bottom: 0;
}

#terms ul li {
  position: relative;
}

#terms ul li:before {
  content: "\2022";
  font-size: 1.5em;
  color: #d9006b;
  position: absolute;
  left: -10px;
  top: -4px;
}

.viñetaRosa {
  color: #d9006b;
  font-weight: bold;
}

.wdwrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.lower-alpha-list {
  list-style-type: lower-alpha;
}
