body {
    margin: 0;
    color: #9fa4a4;
    font: 13px/18px Arial, Helvetica, sans-serif;
    background: #edf3f2;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 932px;
}

img {
    border-style: none;
    vertical-align: top;
}

h2 {
    color: #616f70;
    font-size: 28px;
    line-height: 32px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 19px 20px;
}

p {
    margin: 10px 20px 10px 20px;
}

a {
    float: left;
    color: #7e8c8d;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 40px;
    padding: 2px 0 0 2px;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

.caja:after {
    content: '';
    display: block;
    clear: both;
}

#contenedor {
    width: 912px;
    margin: 0 auto;
    padding: 79px 10px 0;
    position: relative;
    overflow: hidden;
}

.caja {
    background: #fff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px rgba(0, 0, 0, 0.05), 0 0 1px rgba(0, 0, 0, 0.2);
}

.perfil {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 0 20px;
}

.perfil .fondo {
    background: url(../images/cabecera.jpg) no-repeat;
    height: 79px;
    color: #b0b2b2;
    position: relative;
    padding: 89px 0 0 250px;
}

.foto-perfil {
    position: absolute;
    left: 34px;
    bottom: -47px;
    padding: 9px 10px 9px 9px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nombre {
    font-size: 34px;
    line-height: 38px;
    color: #fff;
    display: block;
    margin: 0 0 2px -2px;
}

.ciudad {
    padding-left: 20px;
    display: inline-block;
}

nav {
    border-bottom: 1px solid #ddd;
    padding: 18px 60px 13px 242px;
    font-size: 17px;
    line-height: 20px;
    overflow: hidden;
    letter-spacing: -1px;
}

.pestañas {
    margin: 0 6px 18px 0;
    width: 916px;
    height: 367px;
    overflow: hidden;
}

.pie {
    margin: 0 6px 18px 0;
    width: 916px;
    height: 47px;
    overflow: hidden;
}

.pestaña {
    overflow: hidden;
}

#presentacion {
    padding: 44px 40px 50px 35px;
    overflow: hidden;
    position: relative;
    padding-left: 10px;
    height: 367px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#presentacion a {
    float: none;
    text-transform: none;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    font-weight: bold;
}