.logo{
	text-align: center;
}
.logo img{
	width: 120px;
	height: 120px;
}

.menu{
	background:#000;
	text-align:center;
	width: 100%;
	height: 75px;
}
.menu li{
	display: inline-block;
	padding:15px 15px;
}
.menu li a{
	color:#fff;
	font-size:25px;
	

}
.general{
	width: 100px;
	height: 650px;
	display: inline-flex;
	
}
.amarillo{
    width: 20%;
    height: 650px;
    background-color: yellow;
    display: inline-flex;
    
}
.azul{
    width: 20%;
    height: 650px;
    font-size: 25px;
  background-color: blue;
  display: inline-flex;
  
}
.rojo{
    width: 20%;
    height: 650px;
    background-color: red;
    display: inline-flex;
    
}
.mapa{
	text-align: center;

}
.imagenes{
	width: 100%;
	height: 100px;
}


