@CHARSET "ISO-8859-1";

body{
	font: 62.5% "Trebuchet MS", sans-serif;
}
#button{
	width:142px;
	height:34px;
}
#pagina{
	width: 750px;
	min-height: 350px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom: 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;
}

.link-privacidad{
	color: white;
	text-decoration: none;
}
