body{
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  color: #424044;
  font-size: 15px;
  background-color: #555;
}
*{
  margin: 0;
  padding: 0;
}
p{
  line-height: 1.3em;
}

.folio{
  width: 800px;
  /*height: 1140px;*/
  position: absolute;
  top: 90px;
  padding: 50px;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
  background: #FeFeFe;
  border: 1px solid black;
  -webkit-box-shadow: 0px 5px 40px 1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 40px 1px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 40px 1px rgba(0,0,0,0.75);

}
section{
  clear: both;
}
h2{
  font-size: 16px;
  padding: 0 8px;
  color: #586878;
  border-bottom: 2px solid #a2a2a2;
  margin-bottom: 18px;
}
h3{
  font-size: 16px;
  margin: 0 0 5px 0;
}
span.label, span.descripcion{
  display: block;
}
span.label{
  opacity: 0.5;
  margin: 5px 0 5px 8px;
}
span.descripcion{
  margin-left: 40px;
  width: 86%;
}
section.personal div.foto{
  width: 24%;
  float: left;
  text-align: center;
}
section.personal div.datos{
  width: 70%;
  float: right;
}
img {
  border-radius: 50%;
  margin-top: 20px;
}
div.habilidades{
  width: 70%;
  float: left;
}
section.experiencia,
section.otros{
  padding-top: 50px;
}
section.experiencia div.bloque-info-prof{
  position: relative;
  clear: both;
  padding: 10px;
  margin: 10px auto;
}
section.experiencia div.last{
  height: 100px;
}
section.experiencia div.bloque-info-prof div.empresa{
  width: 30%;
  float: left;
}
section.experiencia div.bloque-info-prof div.ocupaciones{
  width: 67%;
  float: right;
  margin-bottom: 28px;
}
div.habilidades h3{
  margin-left: 5px;
}
div.habilidades p{
  margin-left: 20px;
  margin-bottom: 20px;
}
.destacado{
  height: 66px;
  background-color: #003D5D55;
}