@CHARSET "ISO-8859-1";

#button{
	width:129px;
	height:32px;
}
#pagina{
	width: 750px;
	height: 350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	color:white;
	background-color:#A38200;
	font-size:16px;	
	font-family: georgia,palatino;
	font-style:italic;
	text-align:justify;
	border-radius:3px;
	border:thin solid #666633;
}
#pagina h1{
	font-family: Times;
	font-size: 24px;
	text-align:center;
	font-weight:bold;
}