*{ margin: 0; padding: 0;}

/* Estilos generales */
body{ font-family: Tahoma, sans-serif; background: #d9d9d9; color: #333}

h1{ 
	font-family: Impact, sans-serif;  
	color: #EEE; 
	background: rgb(0, 204, 153); 
	font-size: 4rem; 
	text-align: center; 
	margin: auto;
	padding: 0rem;  
	width: 100%;
	position: relative;
	top:48px;
} 



/* Estilos de nav */



header{
	margin: 0;
}
nav{
	background: #d9d9d9F0;
	margin: 0px;
	padding: 15px 0px 15px 0px;
	position: fixed;
	width: 100%;
	z-index: 999;
	text-decoration: none;
	font-size: 1.2rem;

	
}
nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	margin:  0rem 1rem 0rem 1rem;

}
nav li{
	padding: 0rem .8rem 0rem .8rem;
}

ul{list-style-type: none; }

nav ul li a{ color: rgb(0, 204, 153); text-decoration: none;  display: inline-block;}
nav ul li a:hover{ background: rgba(0, 204, 153, 0.3) ; color: #ffffff; }


img{
	border-color: #000;
	border: solid 2px;
	max-width: 15rem;
}

/* Estilos Body */
section{ 
	position: relative;
	top:48px;
	text-align:center;}
section h2 {letter-spacing: 0px; 
	margin: 2rem 0rem 2rem 0rem;}

section a:visited {color: white;}
section a:link {color: white;}




footer{ bottom: 0px; 

	position: relative;
	top:48px;
    margin: auto;
    padding: 1rem 1rem 1rem 1rem; 
    font-size: 1rem; 
    font-family: Montserrat, sans-serif; 
    
    text-align: center; 
    
    
    display: block;
    max-width: 70%;
}
footer p{
	width: 100%;
	margin: auto;
}
