html, body, h1, h2, h3 {
	margin: 0;
	padding: 0;
	}
body {
	background: #FFF09A;
	font: 0.8em/1.8em Verdana, Geneva, sans-serif;
	}
img {
	border: 0;
	}
a:link {
	color: #0D62EE;
	text-decoration: underline;
	}
a:visited {
	color: #6B006B;
	}
a:active, a:hover, a:focus { color: #00497e; 	}
#outer {
	margin: 0 auto;
	width: 74.4em;
	background: #FCE5FC;
	border-right: 0.2em solid #ed145b;
	border-left: 0.2em solid #ed145b;
	}
#header { background: url(img/titulo.gif) no-repeat center 30px; }		
	#header h1 {
		font-size: 0.8em;
		font-weight: bold;
		text-align: center;
		height: 13em;
		min-height: 140px; /* min- and max-height do not work for IE6 */
		max-height: 155px;
		}
	#header h2 {
		color: #4D9FF4;
		font-size: 1.6em;
		text-align: center;
		font-weight: normal;
		}
.left {
	display: inline; /* required for Explorers double-margin bug */
	width: 26.8em;
	margin-left: 1em;
	float: left;
	}
	.left ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		.left li {
	margin: 0;
	background: url(img/cjbullet.gif) no-repeat left center;
	padding-left: 1em;
			}
.right {
	display: inline; /* required for Explorers double-margin bug */
	width: 45.9em;
	float: right;
	line-height: 1px; /* prevents extra vertical spacing in Firefox */
	margin-right: 0.6em;
	text-align: right;
	}
	.right img {
	width: 135px;
	height: 180px;
	margin: 0.22em;
		}
	.right a img {
	border: 0.1em solid #ed145b;
	text-decoration: none;
		}
	.right a:hover img {
		border: 0.1em dotted #F6F;
		text-decoration: none;
		}
.promo {
	clear: both;
	font-size: 2.0em;
	font-weight bold;
	text-align: center;
	height: 40px;
	padding: 1.5em;
	}
.toplist {
	clear: both;
	margin: 0 3em;
	padding-top: 2.5em;
	font-weight: bold;
  	}
	.toplist h3 {
	color: #4D9FF4;
	font-size: 160%;
	text-align: center;
	font-weight: normal;
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 0.15em solid #ed145b;
		}
	.tl-column {
	/* required for Explorers double-margin bug */
		display: inline;
		width: 25%;
		float: left;
		}	
	.toplist ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
#footer {
	clear: both;
	width: 100%;	
	padding: 2em 0;
	text-align:center;
	}	
.largelinks {
	font: 16px Arial, Helverica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	}
.largelinks a {
	font-size: 24px;
	color: #ed145b;
	line-height: 28px;
	}
.largelinks a:hover {
	color: #00497e
	}
ul.largelinks {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0px auto;
	}
ul.largelinks li {
  	float: left;
  	width: 33%;
  	margin: 0;
  	padding: 0;
	text-align: center;
	}
