html{
  margin: 0;
  padding: 0;
}

body{
  font-family: calibri, verdana, arial;
  background-color: #eef0f4;
}

p{
  margin: 10px 10px 10px;
}

p.sangria{
  text-indent: 40px;
  margin-top: 6pt;
  margin-left: 20pt;
  margin-right: 20pt;
  line-height: 16pt;
  text-align: justify;
  font-size:12pt;
}

p.francesa {
    text-indent: -30px;
    padding-left: 40px;
      margin-top: 2pt;
  margin-left: 20pt;
  margin-right: 40pt;
  line-height: 14pt;
  text-align: justify;
  font-size:12pt;

}



a{
  text-decoration: none;
  color: #000;
}

a:hover{
  color: #583cf4;
}

a.cuerpo{
  text-decoration: none;
  color: #583cf4;
}

a.cuerpo:hover{
  color: #000;
}

a.menu {
  text-decoration: none;
  color: #fff;
  background: #363d3f;
}

a.menu:hover {
  text-decoration: none;
  color: #000;
  background: #eef0f4;
}

a.pie {
  text-decoration: none;
  color: #fff;
  line-height: 18px;
  font-size:16px;
}

a.pie:hover{
  text-decoration: none;
  color: #aeafb0;
  font-size: 14px;
  line-height: 18px;
}

tr{
  background-color: #fff;
}

tr.menu{
  background-color: #363d3f;
}


ul {
  margin-left: 40pt;
}

