@import 'https://fonts.googleapis.com/css?family=Jura:300,600';
* {
    margin: 0;
	padding: 0;
    box-sizing: border-box;
    font-family: 'Economica', sans-serif;
    max-width: 100%;
    text-align: center;
}
body{
	background-image: url(img/fondo1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
h1 {
    margin-top: 1rem;
    background-color: rgba(232,64,81,0.8);
    padding: 1rem;
    max-width: 100%;
    color: white;
    
}

p {
    margin: inherit;
    padding: 1em;
    max-width: 100%;
	
    
}
h2 {
    color: #e84051;
    padding: 0.3em;
    max-width: 100%;
    margin: inherit;
    
}

.destacado {
    font-weight: 400;
	
}

p {
    padding: 0.5em 4em;
}

nav ul {
    background-color: floralwhite
    overflow: hidden;
    list-style: none;
    margin: 1em 0em;
    padding: 0;
    list-style-type: none;
    
}

.datos{
	background-color: rgba(232,64,81,0.1);

}
nav ul li a {
    text-decoration: none;
    color: #e84051;
    font-weight: bold;
    padding: .30em 1em;
    display: block;
}

nav ul li a:hover {
    color: antiquewhite;
    background-color: dimgray;
}
.fuerte {
    font-weight: 900;
	background-color: rgba(232,64,81,0.1);
}

#logo{
    height: auto;
    max-width: 40vw;
	max-height: 40vh;
    border-radius: 150px;
	border-style: solid;
	border-color:#e84051;
	align-items: center;
	display: flex;
	justify-content: center;
}

#cont_logo {
    display: flex;
    justify-content: center;
}


footer {
    display: block;
    color: white;                
    background-color: black;
    padding: 0.5em;
    margin: inherit;
    font-size: .7rem;
    
     
}