@charset "utf-8";

#texto {
	width:640px;
	color:#333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:17px;
}

#texto p {
	text-align:justify;
}

#texto h1 {
	font-size: 22px;
	color:#004182;
	text-decoration:underline;
	text-align:center;
}

#texto h2 {
	font-size: 14px;
	font-style:oblique;
	color:#666;
	text-align:center;
}

#texto h3 {
	font-size: 13px;
	color:#069;
	text-decoration:underline;
}

#texto h4 {
	font-size: 11px;
	color:#069;
	text-decoration:underline;
}

#texto a {
	color:#F90;
	font-weight:bold;
	text-decoration:none;
}

body {
	background-color:#CCC;
}

#main {
	background-color:#FCF9C2;
	margin:0 auto;
	padding:20px;
	width:640px;
}
