*{
  margin: 0px;
  padding: 0px;
}
body{
  font-family: 'Raleway', Arial, sans-serif;
  font-size:16px;
  color: #444;
}
p{
  line-height: 26px;
  margin-bottom:20px;
  text-align: justify;
}

header{
  padding: 100px 10% 0px;
}
header hr{
  width: 100px;
  height: 4px;
  background-color: #ede709;
  border:none;
}
.citation_title{
  font-weight: 800;
  font-size:2.7em;
  max-width: 70%;
  margin-bottom: 30px;
  color: #3d3d3d;
}
section{
  padding: 30px 10% 0px;
}
section.data_author{
  padding-bottom: 100px;
  float: right;
  text-align: right;
}

section.data_author p, section.data_author h3{
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 17px;
}
section.content{
  clear: both;
}
section.referencias{
  padding-top: 50px;
  padding-bottom: 100px;
}
h2{
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #7C240B;
}
ol{
  padding-left: 1em;
}
ol li{
  line-height: 30px;
  margin-bottom: 25px;
}
footer{
  width: 100%;
  height: 80px;
  background-color: #F1F1EF;
  margin: 0px;
  padding: 20px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.copy p{
  text-align: center;
  margin-bottom: 20px;
  font-size: 0.85em;
}
.marco_sup{
  display: flex;
}
.linea_dcha{
  width: 30%;
  height: 4px;
  background-color: #ede709;
}
.linea_izq{
  width: 70%;
  height: 10px;
  background-color: #3d3d3d;
}
