
body{ background:#F7ECF8;
	}
.yo{  width: 116;
    height: 119;
	float: left; 
	display: inline;
	border-radius: 0 25% 0 25%;
	box-shadow: 0 0 6px 3px #C09040;
}
.centrada {
	width: 600px;
	height: 500px;
}

h1 { font-size: 25px;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", 		"Times New Roman", serif;
}

header{
	text-align: center;
	background:#FFE6BD;
	height: 120px;
	margin: 8px;
	padding: 10px;
	border:ridge;
	border-color:#825112;
	}
	
h2{ font-size: 20px;
text-decoration:underline;
}	
 
footer{
	 text-align: center;
	 }
.presentacion { 
font-size : 20px;
}
	 
section {
	 min-height: 700px;
	 margin: 0px;
	 padding: 0px;
	 display: -webkit-flex;
	 display:   flex;
	 -webkit-flex-flow: row;
	 flex-flow: row;}
