html {
  height: 100%;
  box-sizing: border-box;
}

body {
	background:#ffffff;
	position: relative;
	float: left;
	width: 100%;
    min-height: 100%;
	margin: 0;
	}

.principal {
    max-width: 80%;
    margin: 0 auto;
    font-family: 'Lato Regular', sans-serif;
}

ul li {
    position: relative;
    list-style-type: none;
}

header {
    position: relative;
    float: left;
    width: 100%;
    font-family: "Playfair Display",serif;
    font-size: 3em;
    font-weight: bold;
}


nav {
	float: left;
	width: 100%;
    background-color: #E8437B;
    color: #ffffff;
    font-weight: bold;
	font-size: 15px;
}

nav ul {
	position: relative;
	float: left;
    width: 100%;
	list-style:none;
	padding: 20px;
    box-sizing: border-box;
	}

nav ul li {
	float:right;
	}

nav ul .brand-logo {
	font-size: 38px;
    position: absolute;
    top: 1px;
    left: 25px;
	}

nav ul li a {
    font-family: 'Lato Regular', sans-serif;
	color:#fff9f9;
	margin-right: 15px;
	text-decoration: none;
}

nav ul li a:hover {
	color: #000;
	}

main {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	}

main h1 {
	position: relative;
	float: left;
	width: 100%;
    font-size: 3rem;
	color: #E8437B;
    font-weight: 300;
	font-family: "Playfair Display",serif;
}

main h2 {
	position: relative;
	float: left;
	width: 100%;
    font-weight: bold;
	background: #E7DDD4;
    padding: 9px;
    box-sizing: border-box;
	}

main section h3 {}


main .yo {
	float: left;
	width: 50%;
	}

main .yo img {
	width: 150px;
    border: 7px solid #E8437B;
	margin-bottom: 18px;
}



main .info {
	float: left;
	width: 50%;
	}

main .info-b {
	float: left;
	width: 50%;
	}

main .info-c {
	float: left;
	width: 50%;
	}


.nombres {
    color: #E8437B;
    font-weight: bold;
}

.nombre {
	font-size:1rem; 
	color:#000000;
   }



footer {
	position: relative;
    float: left;
    font-family: "Playfair Display",serif;
    background-color: rgba(178, 146, 116, 0.31);
    color: #000000;
    padding: 1rem;
    width: 100%;
    font-size: 0.7rem;
    line-height: inherit;
    text-align: center;
    font-family: sans-serif;
	box-sizing: border-box;
}