*{
  margin: 0px;    /*es interesante establecer todos los márgenes a 0 porque determinados navegadores recolocan las cosas*/

  padding: 0px;
}

header{
background-color: #f6d1de;
}

h1{
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

nav{
  height:40px;
}

a{
display: block;
background-color: #3e4144;
padding: 8px;
width: auto;
height: auto;
text-decoration: none;
color: white;
font-weight: bold;
}

article{
height: 685px;
background-color: #bcbbbc;
width: 40%;
float: left;
}

h2{
  text-align: center;
  margin-left: 65%;

}

.cv{
  text-align: center;
  margin-left: 65%;
  font-size: 16px;
  font-weight: bold;
}

.cv2{
  text-align: center;
  margin-left: 65%;
  font-size: 12px;
  margin-right: 3%;
}

content{
  height: 685px;
  background-color: #fae5ec;
  width: 60%;
  float: right;
}

h5{
  margin-left: 3%;
  font-size: 16px;
  text-align: left;
  font-weight: 100;
}

.cv3{
  font-weight: bold;
  font-size: 20px;
}

.cv4{
  font-weight: bold;
  font-size: 18px;
}

.sep{
  font-size: 5px;
}

.sep2{
  font-size: 10px;
}

p{
font-size: 18px;
}

section{
background-color: #3e4144;
}

.contact{
  transform: translateX(-600px);
}

body {
  font-family: 'Times New Roman', Times, serif;
}

.navbar {
  overflow: hidden;
  margin-left: 300px;

}

.navbar a {
  float:left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.subnav {
  float:left;
  overflow: hidden;
}

.subnavbutton{
  display: block;
  background-color: #3e4144; 
}

.subnavbutton-2{
  display: block;
  background-color: #3e4144; 
}

.subnav .subnavbutton {
  background-color:#3e4144;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  font-family: inherit;
  font-weight: bold;
  margin: 0;
}

.subnavbutton-2 {
  background-color: #3e4144;
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  font-family: inherit;
  font-weight: bold;
  margin: 0;
}

.navbar a:hover, .subnav:hover .subnavbutton {
  background-color: white;
  color:#3e4144;
}

.navbar a:hover, .subnav:hover .subnavbutton:hover .subnavbutton-2 {
  background-color: white;
  color:#3e4144;
}

.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color:#3e4144;
  width: 100%;
  z-index: 1;
}

.subnav-content-2 {
  display: none;
  position: absolute;
  left: 0;
  background-color:#3e4144;
  width: 100%;
  z-index: 1;
}

.subnav-content a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content-2 a {
  float: left;
  color: white;
  text-decoration: none;
}

.subnav-content a:hover {
  background-color: #eee;
  color:#3e4144;
}

.subnav-content-2 a:hover {
  background-color: #eee;
  color: #3e4144;
}

.subnav:hover .subnav-content {
  display: block;
}

h3{
text-align: center;
background-color: #f6d1de;
}

footer{
background-color: #f6d1de;
text-align: center;
width:100%;
}

.logos{
display:block;
margin-right: auto;
margin-left: 1%;
background-color: #f6d1de;
float:left;
width: 38px;
height: 38px;
}

h4{
text-align: right;
background-color: #f6d1de;
font-weight: 100;
margin-right: 25px;
}

.br{
  color: #f6d1de;
}