@charset "utf-8";

body {
    color: #585858;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: left;
}

input, textarea {
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 25px;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: inherit;
	border: none;
}

a:visited {
	color: black;
}

#Principal {
	width: 100%;
	min-width: 1024px;
	position: absolute;
}

#Menu > .esq, #Menu > .esq .dir, #Menu > .esq .centro1, #Menu > .esq .centro2 {
	margin: 0;
	padding: 0;
	height: 138px;
}

#Menu > .esq {
	padding-left: 25px;
	background: url(../imagens/fundo_topo_esq.jpg) no-repeat left bottom;
	margin-bottom: 8px;
}

#Menu > .esq .dir {
	padding-right: 25px;
	background: url(../imagens/fundo_topo_dir.jpg) no-repeat right bottom;
}

#Menu > .esq .centro1 {
	background: url(../imagens/fundo_topo_centro_2.jpg) repeat-x left bottom;
}

#Menu > .esq .centro2 {
	background: url(../imagens/fundo_topo_centro_1.jpg) no-repeat left bottom;
}

#Menu .topo li {
	float: left;
	background: #c8c8c8;
}

#Menu .topo a {
	display: block;
	padding: 5px 10px 5px 10px;
}

#Menu .topo a:hover {
	color: #000;
}

#logo {
	margin: 16px 0 18px 29px;
}

#Menu {
	background: white;
	height: 195px;
	min-width: 1024px;
}

#Menu .princ {
    font-family: Calibri,Arial,Helvetica,sans-serif;
	font-weight: bolder;
	color: #000;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 50%;
	margin-left: -270px;
}

#Menu .princ li {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
}

#Menu .princ a {
	text-transform: uppercase;
	display: block;
	width: 170px;
	height: 42px;
	line-height: 42px;
	padding: 0 5px 0 5px;
	vertical-align: middle;
	text-align: center;
	background: url(../imagens/fundo_menu_topo_item.png) no-repeat center center;
}

#Menu .princ a:hover {
	color: white;
	background: url(../imagens/fundo_menu_topo_item_hover.png) no-repeat center center;
}

#Conteudo {
	border: 1px solid #B5B2B2;
	margin: 0 10px 0 10px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	position: relative;
}

#Conteudo > h1 {
	margin: 1px 0 10px 0;
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bolder;
    padding: 12px 0 6px;
	border-bottom: 1px solid #B5B2B2;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: #ccc;
	background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ccc));
}

button[type="submit"] {
	margin: 2px;
	width: 135px;
	padding: 5px;
	color: #000;
	font-weight: bolder;
	border: 1px solid silver;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #F2F2F2 0%, #C9C9C9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F2F2), color-stop(100%,#C9C9C9));
}

button[type="submit"]:hover, button[type="submit"]:focus {
	border-color: #666;
	background: #fff;
	background: -moz-linear-gradient(top, #F2F2F2 0%, #B2B2B2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F2F2), color-stop(100%,#B2B2B2));
}

button[type="submit"]:active {
	background: white;
	background: #F2F2F2;
	background: -moz-linear-gradient(top, #F2F2F2 0%, #C9C9C9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2F2F2), color-stop(100%,#C9C9C9));
}

#Rodape {
	text-align: center;
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
}

#Rodape .esq, #Rodape .dir, #Rodape .centro {
	margin: 0;
	padding: 0;
}

#Rodape .esq {
	padding-left: 25px;
	background: url(../imagens/fundo_rodape_esq.png) no-repeat left top;
}

#Rodape .dir {
	padding-right: 25px;
	background: url(../imagens/fundo_rodape_dir.png) no-repeat right top;
}

#Rodape .centro {
	background: url(../imagens/fundo_rodape.png) repeat-x center top;
	height: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 16px;
}

