
body{

    background-color: #ededed;
    font-family: 'Lato', sans-serif;
    color:#414343;
    margin: 0em;
        
}
.menu{
	position: relative;
    width: 100%;
	float: right;
	background-color: #fa5f95;
	height: 3rem;
    position:absolute;
}
a{ text-decoration: none;
    color: white;
    background-color: #fa5f95;
    padding: 7px;
    
    }
a:hover{
    color: #414343;
}
h1{
    color:#fa5f95;
    margin-bottom:0px;
}
.subtitulo{
    margin-top: 4px;
}
h2{
    margin-top: 30px;
}

li{
    float: right;
    list-style-type: none;
    display: inline;
    font-size: 15px;
    font-weight: 700;
    padding-right: 2rem;
    padding-top: 1rem;
    }
main{
    padding:7rem; 
}

.imagenxs{ 
    height: 200px;

}

.imagencircular{ 
    border-radius: 50%;
}
h2{
    font-size:18px;
}
p{
    text-align: center;
}


.tipografia {
    font-family:sans-serif;
}
.centrado{
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
}


footer{
    padding-top:4px;
    width:100%;
    height: 18%;
    background-color:#414343;
    color:white;
    text-align: center;
  

    
}