@charset "utf-8";
.foto {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background-image: url(yo2.jpg);
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	float: none;
	
	
}
.texto {
	border: thin none #FFF;
	float: none;
	width: auto;
	text-align: center;
	clear: both;
	height: auto;
	font-size: 24px;
	padding: 55px;
	
}

.titulo {
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	letter-spacing: normal;
	vertical-align: middle;
}
body{
	background-image: url(MSwansonGrass01.jpg);
	background-repeat: no-repeat;
	margin: 10px;
	padding: 10px;
	float: none;
	text-align: left;
    }

    