@charset "UTF-8";
/* CSS Document */

body {
 width: 900px;
 margin: 30px auto;
 font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
/* background: #9ce4e7 url(clouds.gif) fixed no-repeat top left; */
 background: #9ECFEF;
 color: #333;
}

.centro {
	width:550px;
	margin-left:auto;
	margin-right:auto;
}

.cuerpo {
	width:900px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background-color: #fff;
	text-align:center;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}

.pie {
	margin-top:60px;
	width:145px;
	margin-left:auto;
	margin-right:auto;
}