body{
width: 100%;
	display: flex;
justify-content: center;
	


}

ul{
	display:flex;
	justify-content:space-around; 
}
ul>li{
	list-style:none;
	margin-top:20px;
	padding:20px;   
}
ul>li>a{
	text-decoration:none;
	padding:0 10px;
	background-color:#4CC29F;
	padding:4px 25px;
	border-radius:2px;
	color:#fff;
	font-weight:3s00;
	font-size:12px; 
	cursor:pointer; 
	font-family: roboto;


}
ul>li>a:hover{
background-color:#53CEAA; 

}

.nombre {
	font-size: 30px; font-family: roboto; display: flex; justify-content: center; font-weight: 700; color: #187157;

}

img{
	border-radius: 30rem; display: block; margin: auto; justify-content: center;
}

p{
	font-family: 'Roboto', sans-serif; 
}

.primer {
	display: flex; justify-content: space-around; font-weight: 700; 
}

.segun {
	font-weight: 700; display: flex; justify-content: space-around;
}

.terce {
	font-weight: 700; display: flex; justify-content: center;
}

.cuat {
	font-weight: 700; display: flex; justify-content: space-around; margin: 0; padding: 0;
}



.titulo {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	background-color: #baf2e2;
	display: flex;
	justify-content: center;
	padding: 15px;
}

.width {
	width: 1200px; background-color: #fff4df;

}

.titulo-ppal{
display: flex; justify-content: center; font-weight: 700; font-size: 20px; color: #187157;


}

.uno {
	display: flex; justify-content: center; font-weight: 900; font-size: 20px; margin: 10px;
}


.dos {
	display: flex; justify-content: center; font-weight: 900; font-size: 20px; margin: 10px;
}

.tres {
	display: flex; justify-content: center; font-weight: 900; font-size: 20px; margin: 10px;
}

.cuatro {
	display: flex; justify-content: center; font-weight: 900; font-size: 20px; margin: 10px;
}

.btn {
	display: flex; justify-content: space-around; background-color: #baf2e2; width: 100px; font-family: roboto; 
	font-weight: 900; margin: 0; padding: 0;
}

.footer {
	font-family: roboto; font-size: 11px; display: flex; justify-content: center; margin-top: 15px;
}