@charset "utf-8";
/* CSS Document */
div {
	float: left;
	border: 3px solid #999;
	border-radius: 24px;
	height:180px;
	width:150px;
	
}
img {
	height:180px;
	width:150px;
	border-radius: 21px;
}
#ultima {
	clear: both;
}
body {
	background: url(../imgs/vector.jpg) repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	color:#CCC;
}
h1, h2 { 
	color:#FFF;
}
#central { 
	text-align:center;
}

