body {
	background:url(imgs_layout/bg.jpg) fixed #000000;
	font-family:"Trebuchet MS", Arial;
	font-size:15px;
	color:#CCCCCC;
	margin:0px;
	margin-top:3px;
}

p, td {
	font-family: "Trebuchet MS", Arial;
	font-size:14px;
	color:#CCCCCC;
}

.negrito {
	color:#FFFFFF;
	font-weight:bold;
}

#informa {
	text-align:center;
	padding:2%;
	
}
#informa a {color:#F00;}
#informa img {margin:5px;}

#Barra {width:100%;
height: 25px;
background-color:#000;
padding-left:10px;
padding-right:10px;
padding-top:3px;
}

#container{
	width: 808px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	z-index:1;
}

#topo{
	background:url(imgs_layout/topo.gif) no-repeat;
	width: 100%;
	height: 110px;
	display:block;
	
}

#topo_ilustracao{
	margin-left:312px;
	margin-top:-15px;
	position:absolute;
	z-index:10;
	/*background:url(imgs_layout/topo_ilustracao.png) no-repeat;*/
	width:476px;
	height:124px;
}

#menu{
	background:url(imgs_layout/menu_bg.jpg) repeat-x;
	height:36px;
	padding-top:6px;
	margin-top:-8px;
}
#menu a{
	font-size:13px;
	font-weight:bold;
/*	color:#B1ABAB;*/
	color:#FFFFFF;
}

#menu .ativo{
	font-weight:bold;
	color: #FF3300;
}

#content_area{
	background:#262626;
	padding:0px;
	margin-top:-8px;
}

#info{
	width: 70%;
	

}


#conteudo{
	margin:16px;
	margin-top:5px;
}

#conteudo h1{
	color:#E50003;
	font-weight:normal;
	margin-top:4px;
}

#conteudo h2{
	color:#E50003;
	font-weight:normal;
	font-size:18px;
	margin-bottom:3px;
}

#conteudo h2 a{
	color:#E50003;
	font-weight:normal;
	text-decoration:underline;
}

#conteudo h4 a{
	color:#E50003;
	font-weight:normal;
	font-size:18px;
}

#rodape{
	background:url(imgs_layout/bg_rodape.png);
	width:100%;
	height:60px;

	padding-top:20px;
	text-align:center;
	z-index:10;
}

#rodape2{
	background:url(imgs_layout/bg_rodape.png);
	width:100%;
	height: 0px;

	padding-top:20px;
	text-align:center;
	z-index:10;
}


#menu_auxiliar{
	margin-top:-8px;
	padding-bottom:12px;
}
#menu_auxiliar a{
	color:#999999;
}

#paginacao{
	margin:10px;
	text-align:center;
}

#paginacao span{
	margin:3px;
	font-size:16px;
	border:1px #666666 solid;
	padding:3px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.erro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
.cmp_erro {
	color: #FFFFFF;
	background-color: #CC3300;
}

.texto_destaque{
	font-size:24px;
	font-weight:bold;
}

.legenda{
	text-align: left;
	position:relative;
	top:-30px;
	z-index:10;
	font-size:18px;
	background:url('imgs_layout/pixel_transp.png');
	padding:1px;
	color:#FFFFFF;
	width: 214px;
	height: 28px;
	padding: 0 5px;

	_position:static;
	_top:0px;
	_font-size:18px;
	_background:none;
	_padding:1px;
	_color:#FFFFFF;
	_width:100%;
}
.legenda span {
	font-size: 11px;
	line-height: 11px;
	padding: 2px 2px 0 0;
	position: absolute;
	right: 5px;
	top: 1px;
}
.legenda span {
	_position: static;
}
.img_modelo{
	border:2px #FFFFFF solid;
}

#imgPlaceHolder {
	background:url(imgs_layout/loader.gif) no-repeat center;
	min-height:300px;
	width:100%;
	text-align:center;
	display:block;
}

#imgPlaceHolder img{
	border:1px #FFFFFF solid;
	text-align:center;
}

#btns{
	position:absolute;
	margin-top:200px;
	text-align:justify;
	z-index:100;
}

#btns img{
	cursor:pointer;
}


#thumbsBarPlaceHolder{
	width:100%;
	text-align:center;
	display:block;
}

#thumbsBarPlaceHolder img{
	margin:8px;
	border:1px #FFFFFF solid;
	cursor:pointer;
}

.msgAlerta{
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	background:#006600;
	padding:5px;
	border:#003300 2px solid;
}
