@charset "utf-8";
body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	color: #000;
	background-image: url(../img/bg.gif);
}
img {
	border: none;	
}
.container {
	max-width: 1100px;
	margin: 0 auto;
}
.header {

}
.bar #datahora {
	font-size: 14px;
}
.menu {
	background-color: #666;
	width: 16%;
	float: left;
	min-height: 260px;
	margin-top: 3px;
	border-radius: 10px;
	padding: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.menu li {
	margin-top:1px;
	padding: 13px 20px;
	list-style-type: none;
	font-size: 18px;
	font-weight: bold;
	background-color: #000;
	color: #FFF;
	border-radius: 12px;
	cursor:pointer;
}
.menu li:hover {
	background-color: #666;
	text-decoration:underline;
}
.menu li.selected {
	background-color: #999;
}
.content {
	background-color: #EBEBEB;
	width: 58%;
	float: left;
	margin-left: 2%;
	min-height: 400px;
	margin-top: 3px;
	border-radius: 12px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.content .libsItens {
	background-color: #C4C4C4;
	padding: 20px;
	border-radius: 10px;
}
.content .libsItens table td {
	width: 30%;
	padding-left: 20px;	
}
.content .libsItens li {
	list-style-type: circle;
}
.content .libsItens li a {
	font-size: 16px;
	font-weight: bold;
	color: #00F;
	text-decoration: underline;
}
.content .libsItens li a:hover {
	text-decoration: none;
	color: #000;
}
.content .libsItens a {
	font-size: 16px;
	font-weight: bold;
	color: #00F;
	text-decoration: underline;
}
.content .libsItens a:hover {
	text-decoration: none;
	color: #000;
}
.menu2 {
	background-color: #848484;
	width: 16%;
	float: right;
	min-height: 200px;
	margin-top: 3px;
	border-radius: 10px;
	padding: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.menu2 li {
	list-style-type: none;	
	padding: 3px;
}
.menu2 li a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;	
}
.menu2 li a:hover {
	color: #FFF;
	text-decoration:none;
}
.brnet {
	float: right;
	margin-top: 10px;
	margin-right: 35px;	
}
.footer {
	position: relative;
	background-color: #848484;
	clear: both;
	top: 3px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding: 10px;
	font-weight:bold;
	border-radius: 10px;
}
.footer a {
	color: #00F;	
}
.divContact {
    position: relative;
}
.display {	
    min-width: 120px;
    min-height: 30px;
    padding: 20px 20px;
    display: none;
    position:absolute;
    border-radius: 8px;
    color: #FFF;
}
.button {
	background-color: #000000;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2.5px;
	padding-left: 12px;
	border-radius: 4px;
	border: thin ridge #535353;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.button:hover {
	background-color: #C7C7C7;
	box-shadow: #999 0 0 7px;
}
.content table tr td input[type=text] {
    border-radius: 4px;
    width: 452px;
    height: 20px;
    padding: 0 5px;	
}
.content table tr td textarea {
    border-radius: 4px;
    width: 400px;
    height: 180px;
    padding: 5px 5px;	
}
.tooltip {
	display: none;
	font-size: 14px;
	color: #fff;
	position: absolute;
	z-index: 9999;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	border: thin ridge #000;
	background-color: #CCC;
	border-radius: 8px;
	box-shadow:#666 2px 2px 0;
	padding:5px;
}
