@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background-image: url(body-fundo.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #00619B;
	background-attachment: fixed;
}
a:link { 
	color: #307FB7;
	}
a:visited { 
	color: #307FB7;
	}
a:hover { 
	color: #00619B;
	text-decoration: none;
	}
a:active { 
	color: #307FB7;
	}
#recipiente {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(recipiente-fundo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 600px;
}
#recipiente #topo {
	width: 830px;
	height: 35px;
	padding-top: 10px;
	text-align: right;
	line-height: 22px;
	padding-right: 10px;
	color: #FFFFFF;
}
#recipiente #topo ul{
	list-style-type: none;
}
#recipiente #topo li{
	display: inline;
	margin: 2px;
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	line-height: 28px;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 13px;
	font-size: 1.1em;
}
#recipiente #topo li:hover{
	background-image: url(bullet.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #98BFDB;
	padding-right: 11px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #276795;
}
#recipiente #topo a:link {
	color: #FFFFFF;
	}
#recipiente #topo a:visited {
	color: #FFFFFF;
	}
#recipiente #topo a:hover {
	color: #00619B;
	text-decoration: none;
	}
#recipiente #topo a:active {
	color: #FFFFFF;
	}

#recipiente #naveg {
	width: 840px;
	margin-bottom: 5px;
}
#recipiente #naveg h1 {
	text-align: right;
	font-size: 1.1em;
	color: #0088D8;
}

#recipiente #naveg #menu {
	width: 830px;
	border: 1px solid #0088D8;
	background-color: #FFFFFF;
	height: 25px;
	font-size: 1.1em;
	margin-top: 35px;
	line-height: 22px;
	padding: 5px;
}
#recipiente #naveg #menu ul{
	list-style-type: none;
}
#recipiente #naveg #menu li{
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #97BFDB;
	border-right-color: #97BFDB;
	border-left-color: #97BFDB;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin: 2px;
	background-color: #FFFFFF;
	padding-bottom: 11px;
}
#recipiente #naveg #menu li:hover{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #97BFDB;
	border-right-color: #97BFDB;
	border-left-color: #97BFDB;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin: 2px;
	background-color: #97BFDB;
	padding-bottom: 11px;
}
#recipiente #naveg #menu li.activo{
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #307FB7;
	border-right-color: #307FB7;
	border-left-color: #307FB7;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin: 2px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	background-image: url(bulletmenu.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#recipiente #corpo {
	padding: 5px;
	width: 830px;
	border: 1px solid #307FB7;
	min-height: 400px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
}
#recipiente #corpo #pub {
	float: right;
	width: 336px;
	padding: 5px;
}
#recipiente #corpo #pub img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#recipiente #corpo #info {
	float: left;
	width: 472px;
	min-height: 290px;
	padding: 5px;
	font-size: 1.2em;
	background-color: #FFFFFF;
}
#recipiente #corpo #info h1{
	text-align: right;
	font-size: 0.8em;
}
#recipiente #corpo #info h2{
	text-align: center;
	font-size: 0.8em;
	font-weight: lighter;
}
#recipiente #corpo #info .linha{
	height: 30px;
	width: 100%;
	padding: 2px;
}
#recipiente #corpo #info label{
	margin-top: 2px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 22px;
	width: 150px;
	float: left;
	margin-right: 2px;
	background-color: #eeeeee;
}

.btn input{
height: 40px;
cursor:pointer;
border:outset 1px #ccc;
background:#fff;
color:#666;
font-weight:bold;
}
#recipiente #corpo #info input{
	height: 20px;
	margin-top: 2px;
	font-size: 1em;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 12px;
	width: 60%;
}

 

#recipiente #corpo #txt {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	text-align: justify;
	font-size: 1.2em;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 40px;
	clear: left;
}
#recipiente #corpo #txt h1{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#recipiente #rodape {
	padding: 5px;
	width: 830px;
	text-align: center;
	float: left;
	border: 1px solid #0088D8;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}
