@charset 'UTF-8';
@font-face {
    font-family: 'abelregular';
    src: url('abel-regular-webfont.woff2') format('woff2'),
         url('abel-regular-webfont.woff') format('woff'),
         url('abel-regular-webfont.ttf') format('truetype'),
         url('abel-regular-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

*
{margin: 0;
    padding: 0;
}
html
{
    font-size: 10px;
}
#wrapper
{
    width: 92%; max-width: 940px;margin: auto; margin-top: 80px;
}
#content
{
    width: 890px;height: 634px;margin: auto; background-color: #fef1cf;
}
body
{
  background-color:  #d8edea;
}

header
{ height: 100px;
  background-color:  #fce0dd;


}

nav
{width: 850px;height: 90px;margin-left: 21px;border-bottom: 1px solid #d9dfd0;
    background-color: #fef1cf;
}
nav img
{
    float: right;margin-top: 25px;
}
ul{
    clear: both;

    margin: 0;
    padding: 0;

    list-style: none;
}
nav ul li
{
    float: left; width: 10%; margin: 1rem 0rem ;list-style: none;color: black;
}
nav ul li a
{
    font-family: 'abelregular'; font-size: 1.5rem;    font-weight: normal;
    line-height: 7rem;

    display: block;width: 90%;    height: 7rem;    margin: auto; list-style: none;

    text-align: center;text-decoration: none;
    text-transform: uppercase;

    color: black;
    background-color: #fef1cf;
}
ul li a:hover
{
    font-family: 'abelregular';

    width: 8rem;

    transition: 1s background-color ;
    text-decoration: underline;

    color: white;
    background-color: rgb(250, 144, 144);
}
section
{
  width: 850px;
  height: 395px;
  margin: 0 2rem 2rem 2rem;
  display: flex;
  padding-top: 25px;
  background-color: #e7e7e2;
  border-left: 1px solid #d9dfd0;
  border-right: 1px solid #d9dfd0;
  border-bottom: 1px solid #d9dfd0;
}
#contenido header {
    background-color: #e7e7e2;
    height: 90px;




}

#fotodeperfil
{
  width: 191px;
  height: 354px;
  margin-top: 1rem;
  margin-left: 25px;
  border: 1px solid rgb(130, 130, 130);
}
#contenido
{float: left;
 height: 320px;
 margin-top: 1rem;
 margin-left: 35px;
 background-color: #e7e7e2;
}
h1{
  font-family: 'abelregular';
  font-size: 4.6rem;
  font-weight: normal;
  text-align: center;
  color: #f93770;
  line-height: 10rem;
  text-shadow:3px 3px 0 white;

}
h2
{
    font-family: 'abelregular';
    font-size: 1.6rem;
    font-weight: normal;
    width: 40%;
    padding: 0.6rem;
    border: 1.9px solid black;
}
h3
{
    font-family: 'abelregular';font-size: 1.2rem;font-weight: normal;
}
#box
{

    width: 400px;height: 185px;background-color: #e7e7e2;
}
#left
{
    font-family: 'abelregular';
    font-size: 1.3rem;
    line-height: 2rem;
    float: left;width: 40%;
    padding: 0rem 0rem;
    text-align: justify;

    border-right: 1px solid rgb(201, 201, 201)  ;
}
#right
{
    font-family: 'abelregular';
    font-size: 1.3rem;
    line-height: 2rem;
    float: right;width: 50%;
    margin: auto;padding: 0rem 0rem;
    text-align: justify;
}
footer

{   font-family: 'abelregular';
font-size: 1.25rem;
    margin-top: 0.5rem;
    display: block;
}
.boton
{
    font-family: 'abelregular';
    font-size: 1.5rem;
    font-weight: light;

    padding: .7rem;
    padding-right: 2rem;
    padding-left: 2rem;

    text-decoration: none;
    text-transform: uppercase;

    color: #fff;
    background-color: rgb(250, 144, 144);
}
.boton:hover
{
    transition: 1s background-color;

    color: black;
    background-color: rgb(199, 104, 104) ;
}
