* {
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
	outline:none;
}

body {
	background-color:#000;
	background-image:url('/img/fundo.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	font-size:12px;
	font-family:"Arial";
	color:#9e9e9e;
}

a {
	color:#919191;
	text-decoration:none;
}

a:hover {
	color:#a1a1a1;
	text-decoration:none;
}

.link {
	color:#fff;
	text-decoration:none;
}

.link:hover{
	color:#fff;
	text-decoration:underline;
}

img {
	border:none;
}

h1 {
	font-size:14px;
	color:#f1f1f1;
	display:block;
	line-height:30px;
	background-image:url(../img/separador_h1.png);
	background-repeat:no-repeat;
	background-position:bottom;
	font-weight:normal;
	padding:0 0 0 14px;
}

h2 {
	font-weight:normal;
	color:#add2f3;
	font-size:18px;
	display:block;
	padding:20px 20px;
}

h3 {
	display:block;
	width:199px;
	margin:0 auto;
	background-image:url('/img/separador_azul.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:7px;
	padding-top:10px;
	font-weight:normal;
	font-size:12px;
	font-family:"Arial";
	color:#eaeaea;
	margin-bottom:8px;
	text-align:center !important;
}

h4 {
	display:block;
	width:252px;
	margin:0 auto;
	background-image:url('/img/separador_h4.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:7px;
	padding-top:10px;
	font-weight:normal;
	font-size:12px;
	font-family:"Arial";
	color:#d8ebff;
	margin-bottom:8px;
	text-align:left;
}

#conteiner {
	width:785px;
	margin:0px auto;
}

#cabecalho {
	width:780px;
	text-align:right;
}

#cabecalho img {
	padding-left:25px;
	margin-top:8px;
}

#logo {	
	margin-top:3px;
	margin-left:0px;
	float:left;
	width:190px;
	height:106px;
}

#menu {
	float:right;
	background-image:url('/img/separador_menu.png');
	/*background-position:center 24px;*/
	background-position:-30px 24px;
	background-repeat:no-repeat;
	margin-top:-60px;
	margin-right:-70px;
	padding:0 95px 0 0;
	list-style:none;
	display:block;
}

#menu li {
	float:left;
}

#menu li a { 
	padding:0 12px 13px 12px;
	display:inline-block;
	background-position:center bottom;
	background-repeat:no-repeat;
	color:#d8dcfd;
	font-size:12px;
}

#menu li a:hover { 
	background-image:url(../img/menu_hover.gif);
	color:#ffffff;
	font-size:12px;
}

.banner_page {
	display:block;
	margin:25px 0 0 19px;
}

.migalha {
	font-size:11px;
	color:#a6bed3;
	line-height:25px;
	margin:0 0 0 5px;
}

.migalha a {
	color:#a6bed3;
	margin:0 10px 0 10px;
}

.migalha a:hover {
	text-decoration:underline;
}

.migalha span {
	font-weight:bold;
	margin:0 0 0 10px;
}

.rodape_line {
	width:1000px;
	height:2px;
	margin:0 auto;
	padding:20px 0 0 0;
	background:url(../img/rodape-line.jpg) no-repeat bottom;
}

#rodape {
	height:47px;
	background:url(../img/rodape_bkg.jpg);
}

#rodape .rodape_align {
	width:785px;
	margin:0px auto;
}

#rodape span {
	float:left;
	line-height:47px;
	color:#abc4e0;
	font-size:11px;
}

#rodape a {
	float:right;
	display:block;
	margin:18px 0 0 0;
}

#cboxLoadedContent {
	background-color:black;
	padding:20px;
}

#cboxLoadedContent a { 
	color:#ADD2F3;
	text-decoration:underline;
}

#cboxLoadedContent a:hover {
	color:#77B6EF;
}

