* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    min-height: 100%;
    background: #eee;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #222;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 50px;
}
.container {
    max-width: 700px;
    background: #fff;
    margin: 0px auto 0px;
    box-shadow: 1px 1px 2px #dad7d7;
    border-radius: 3px;
    padding: 40px;
    margin-top: 50px;
}
.header {
    margin-bottom: 30px;
}
.header .nombre {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.header .primerNom {
    font-weight: 700;
}
.header .apellido {
    font-weight: 300;
}
.header .contacto {
    margin-bottom: 20px;
}
.header .correo, .header .numero {
    color: #999;
    font-weight: 300;
}
.header .Info {
    height: 10px;
    display: inline-block;
    border-left: 2px solid #999;
    margin: 0px 10px;
}
.header .position {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    text-decoration: underline;
}
.detalle {
    line-height: 20px;
}
.detalle .seccion {
    margin-bottom: 40px;
}
.detalle .seccion:last-of-type {
    margin-bottom: 0px;
}
.detalle .seccion_titulo {
    letter-spacing: 2px;
    color: #54afe4;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.detalle .seccion_item-lista {
    margin-bottom: 40px;
}
.detalle .seccion_item-lista:last-of-type {
    margin-bottom: 0;
}
.detalle .left, .detalle .right {
    vertical-align: top;
    display: inline-block;
}
.detalle .left {
    width: 60%;
}
.detalle .right {
    width: 39%;
}
.detalle .nom {
    font-weight: bold;
}
.detalle a {
    text-decoration: none;
    color: #000;
    font-style: italic;
}
.detalle a:hover {
    text-decoration: underline;
    color: #000;
}
.frame {
    width: 180px;
    height: 240px;
    border: 3px solid #ccc;
    background: #eee;
    margin: auto;
    padding: 15px 10px;
  }
  
  img {
    width: 100%;
    height: 100%;
  }