/* CSS Document */
#tt {	/* NOTICIAS */
	display: block;
	color: #666666;
	border-bottom: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFC8A3;
	background-color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	margin-top: 1px;
	padding: 3px;
	font-weight: bold;	
	cursor: pointer;
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	text-align: justify;
	margin: 0 auto;	
}

.information {
	background: #fff;
}


