@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

body{
	font-family:Verdana;
	background:url(../imagens/bg_pag.jpg) center top no-repeat #333333;
	}
	
#container {
	width:800px;
	position:relative;
	margin:0 auto;
	}	
	
#corpo {
	width:800px;
	margin:0 auto;
	float:left;
	background:#FFFFFF;
	}
	
#cabecalho {
	width:800px;
	height:136px;
	background:url(../imagens/bg_cabecalho.jpg) no-repeat center;
	}
	
#col_esq {
	top:10px;
	left:10px;
	width:470px;
	position:relative;
	float:left;
	}
	
#col_dir {
	top:10px;
	left:20px;
	width:300px;
	position:relative;
	float:left;
	}


#conteudo {
	width:460px;
	position:relative;
	float:left;
	}
	
h1 {
	color:#D42920;
	font-size:27px;
	padding-bottom:5px;
	}

h2 {
	display:none;
	}
	
h3 {
	font-size:14px;
	font-weight:bold;
	color:#D42920;
	padding-bottom:3px;
	}
h4 {
	font-size:14px;
	color:#666666;
	padding-top:12px;
	padding-left:10px;
	}
h5 {
	font-weight:normal;
	padding-left:25px;
	padding-top:5px;
	}
	
#aviso {
	font-size:9px;
	color:#9F9F9F;
	text-align:center;
	font-weight:normal;
	padding-top:12px;
	height:20px;
	width:800px;
	position:relative;
	float:left;
	}
p {
	font-size:11px;
	padding-left:10px;
	padding-bottom:7px;
	color:#333333;
	line-height:14px;
	text-align:justify;
	}
p strong {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	}
	
a {
	color:#666666;
	text-decoration:none;
	}
a:hover{
	color:#333333;
	text-decoration:underline;
	}

#album {
	width:300px;
	position:relative;
	float:left;
	}

#album_fotos {
	width:300px;
	position:relative;
	float:left;
	text-align:center;
		}

#album_links {
	display:none;
	}
	
	
#especificacoes {
	width:320px;
	background:#006600;
	position:relative;
	float:left;
	}
	
.bt_album a{
	
	}
.bt_album a:hover{
	
	}

#documentacao  {
	display:none;
	}
	
.nota {
	font-size:9px;
	color:#999999;
	text-align:center;
	}
#rdp {
	width:800px;
	height:60px;
	background:url(../imagens/rdp.jpg) no-repeat;
	position:relative;
	float:left;
	}
	
#onde_estou a{
	width:800px;
}