*{
  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: auto;
background-color: #fae5ec;
}

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;
}

.tb1{
  text-align: center;
  width: auto;
}

.tb2{
  text-align: center;
  width: auto;
}

th {

  text-align: center;
}

h5 {
font-size: 24px;
text-align: center;
font-weight: bold;
background-color: inherit;
}

.sep{
  font-size: 5px;
}

.foundations{
  background-image: url("../MEDIA/fundamentos.png");
  padding: 0%;
  width: 200px;
  height: 200px;
}

.description{
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
}