@charset "utf-8";
/* CSS Document */

/* Navegação por Abas */

#tabnav {
	width: 278px;	
	margin: 11px auto 10px;
	}

#tabs {
	height: 24px;
	position: relative;
	}

#content {
	position: relative;
	height:244px;
	}
	
#content div  {
	position: absolute;
	width: 278px;
}

#content div p {
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	}

#tabs a, #tabs a:visited {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	display: block;
	width: 139px;
	height: 24px;
	float: left;
	text-indent: -1000em;	
	overflow:hidden;
	}