*{
    box-sizing: border-box;
    padding: 0;
    margin: 0; 
  }

body{
    font-family: 'Montserrat', sans-serif;
    padding-top: 100px;

}

a{
   text-decoration: none; 
   color: #fff;
}

a:visited{
    color: white;
}

.nav{
    text-align: center;
    margin-top: 0;
    background-color: #80002a;
    color: #fff;
}

.nav_li{
    display: inline-block;
    padding: 15px;
    color: #fff;
    
}

.nav_li i{
    width: 20px;
    box-sizing: border-box;
    text-align: right;
    margin-left: 5px;
}

.nav_li:hover >a{
    color: #bbb;
}

.nav_li:hover {
    color: #bbb;
}

.title{
    color: white;
    font-size: 34px;
    padding: 20px;
}

.hea{
    width: 100%;
    color: #541212;
    margin-top: -100px;
    position: absolute;
}

.contenido{
    display: grid;
    grid-template-columns: 75% 24.35%;
    grid-gap:10px;
	background-color: #EEEEEE; 
}

.texto{
    padding: 35px;
	background-color: #EEEEEE; 
}

.indice{
  padding: 35px;
  background-color: #8B9A46;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

.píe{
    float: right;
}

footer{
    background-color: #0F0E0E;
    padding: 2rem;
    color: #fff;
}

footer section{
    float: right;
}

.titulo{
	color: black;
	font-size: 45px;
	text-align: center;
}

.subtitulo{
	font-size: 25px;
}

.info{
	line-height: 1.7;
	margin-bottom: 30px;
	font-size: 20px;
}

.imagen{
	height: 60%;
	width: 60%;
}

.imagench{
	height: 30%;
	width: 30%;
}

.dw{
	height: 45%;
	width: 30%;
}
	