@charset "iso-8859-1";
/* CSS Document */

html, body, #tudo {
	height:100%;
}

body {
	margin:0;
	padding:0;
	color:#333;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFAFA;
	background-image: url(../imagens/fundo_menu.jpg);
	background-repeat: repeat-x;
}

#tudo {
	width:950px;
	position:relative;
	min-height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#conteudo {
	padding-bottom:20px;
}

#topo {
	width:950px;
	height:127px;
	border-bottom:#333 solid 1px;
	text-align:center;
}

#principal {
	width:910px;
	padding-left:20px;
	text-align:justify;
	line-height:20px;
	padding-right: 20px;
}

#rodape {
	width:950px;
	height:60px;
	position: absolute;
	bottom: 0;
	border-top:#333 solid 1px;
	text-align:center;
	line-height: 30px;
	background-color: #333;
	color: #FFF;
}

#rodape p {
	margin:0;
	font-weight:bold;
	color:#FFF;
	font-size: 10px;
}

h1, h2{
	color:#900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#a:link, a:visited {
	text-decoration: none;
	color:#00F;
}

a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color:#000;
}
#tudo #rodape p a:link, #tudo #rodape p a:visited {
	color: #FFF;
	text-decoration: none;
}
#tudo #rodape p a:hover, #tudo #rodape p a:active {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}

h4 {
	font-size:16px;
	color:#333;
}

.clear {
	clear:both;
}
#etiqueta {
	position:absolute;
	width:56px;
	height:57px;
	z-index:1;
	left: 889px;
	bottom:5px;
}
.centro{
	text-align:center;
}
