body{
    background:rgb(236, 234, 234);
    font-family: 'Open Sans', sans-serif;
}
#logo{
	height: 75px;
	padding-left:120px;
	padding-top: 30px;
	background:#000000; 
	font-family: arial;
	color: white;
	font-size: 40px;
	display: flex;
}
#menu{
	font-size: 18px;
	color: white;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
}
a{
	color: white;
	text-decoration: none;	
}
li{
	list-style: none;
	display: flex;
	padding: 2px 20px;
	margin-left:20px;
}
#liMenu{
    display: flex;
}
.centro{
    width: 90%;
    height:500px;
    border: 4px solid #B22222;
    margin-top:15px;
    margin-left:5%;
    display: flex;
    background: rgb(236, 234, 234);
}
.titulo-text{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    margin-left:15px;
    margin-top: 30px;
    width:600px;
    height:400px;
    color:#B22222;
    text-align: center;
    text-transform:uppercase;
}
h1::after{
	content:'';
	width: 200px;
	height: 2px;
	background: #B22222;
	display:block;
	margin-left:200px;
	margin-top:10px;
}
#text{
    width:450px;
    height:300px;
    font-family: 'Open Sans', sans-serif;
    color:black;
    margin-left:63px;
    text-align: left;
    font-size: 18px;
}
#mapa{
    width:600px; 
    height:450px; 
    margin-top:25px;
    margin-right: 25px;
}
#bottom{
	background:rgb(0, 0, 0);
	height:50px;
	margin-top: 15px;
	text-align: right;
	padding-right:25px;
	padding-top: 20px;	
	font-size: 11px;
	color: white;
	font-family:monospace; 
}
strong{
    color: #B22222;
    font-weight: bolder;
}
