/*COMENTARIO*/
@font-face{
    font-family: "fuente";
    src: url("Fuentes/CaviarDreams.ttf");
}
header{
    flex-wrap: wrap; 
}
#caja1{
    height: 45px;
}
#caja2{
    background-color:  #343440;
    width: 100%;
}
nav{
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
	font-family: fuente;
}
section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
figure{
    border-style: solid;
    border-color: black;
    box-sizing: border-box;
}
figcaption{
    text-align: center ;
}
#caja1{
    height: 45px;
}
#caja2{
    background-color:  #343440;
}
nav{
    display: flex;
    justify-content: right;
    padding-right: 30px;
	flex-wrap: wrap;
}
#caja3{
    float: left;
    padding-left: 60px;
}
#nivel2{
	display: none;
}
#menu ul li:hover #nivel2{
	display: block;
}
a{
	text-decoration:none;
	color:black;
}
a:visited{
	color:black;
}
#nivel2{
	display: none;
	margin-left: -35px;
	padding-top: 10px;
}
#menu ul li:hover #nivel2{
	display: block;
}
#nivel2 li{
	height: 30px;
}
footer{
    text-align: justify;
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    column-gap: 30px;
    column-rule: black 5px dotted;
    text-align: left;
    flex-wrap: wrap;
    column-width: 300px;
}
h2{
	font-family: fuente;
}
figure img:hover{
    transform: scale(1.2);
}
