@charset "utf-8";
/* CSS Document */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(../../arq/fundo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#Lconteudo_full   {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#Lconteudo_full  #Lsecao  {
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDA573;
	padding-bottom: 2px;
	padding-left: 3px;
	color: #00294A;
	font-weight: bold;
	background-color: #F7F7F7;
	padding-top: 2px;
	padding-right: 3px;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

#Lconteudo    {
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#Lconteudo_full #Lconteudo h1 {
	font-size: 1.12em;
	text-align: center;
	margin-top: 20px;
}

#Lconteudo_full #Lconteudo h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	margin-bottom: -10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
}
#Lconteudo_full #Lconteudo h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	margin-bottom: -10px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 10px;
}

#Lconteudo_full #Lconteudo table {
}
#Lconteudo_full #Lconteudo table th {
	font-size: 0.8em;
	background-color: #D8D8D8;
	height: 16px;
	vertical-align: middle;
}
#Lconteudo_full #Lconteudo table td {
	background-color: #F5F5F5;
	font-size: 0.7em;
}
#Lconteudo_full #Lconteudo .citacao {
	font-style: italic;
	padding-left: 125px;
	display: block;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Lconteudo_full #Lnav {
	font-size: 10px;
	padding-right: 10px;
	padding-left: 5px;
	text-align: right;
	color: #999999;
}
#Lconteudo_full #Lnav a {
	color: #999999;
	text-decoration: none;
}
#Lconteudo_full #Lnav a:hover {
	color: #000000;
	text-decoration: none;
}
#Lconteudo_full #Lconteudo img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #666666;
}
#Lconteudo_full #Lconteudo #figura {
	margin: 0 auto;
	width: 505px;
}
#Lconteudo_full #Lconteudo #figura .titulo {
	font-size: 0.8em;
	padding-left: 2px;
}
#Lconteudo_full #Lconteudo #figura .fonte {
	font-size: 0.7em;
	padding-left: 2px;
}
#Lconteudo_full #Lconteudo p {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.4em;
}
#Lconteudo_full #Lconteudo ul {
	margin-top: -10px;
}

#Lconteudo_full  #Lconteudo  ul li {
	font-size: 0.8em;
	list-style-type: square;
}
#Lconteudo_full #Lconteudo ol li {
	font-size: 0.80em;
	list-style-type: lower-alpha;
}


#Lconteudo_full #Lconteudo .box {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#Lconteudo_full #Lautor {
	padding: 0px;
	margin: 10px;
	height: 112px;
	position: relative;
	border: 1px solid #CCCCCC;
}
#Lconteudo_full #Lautor #foto {
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 0px;
	display: block;
	float: left;
}
#Lconteudo_full #Lautor #Lbiografia {
	border: 1px solid #CCCCCC;
	padding: 5px;
	left: 98px;
	position: absolute;
	top: 5px;
	width: 633px;
	height: 90px;
}
#Lconteudo_full #Lautor #Lbiografia .nome {
	font-size: 1.1em;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BDA573;
	padding-bottom: 2px;
	margin-bottom: 0px;
}
#Lconteudo_full #Lautor #Lbiografia .titulacao {
	font-size: 0.9em;
	padding: 0px;
	display: block;
}
#Lconteudo_full #Lautor #Lbiografia .contato {
	font-size: 0.8em;
	display: block;
	color: #666666;
	text-align: right;
}
#Lconteudo_full  #Lconteudo  sup  a  {
	text-decoration: none;
	color: #000099;
}
#Lconteudo_full #Lrodape {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#Lconteudo_full #Lrodape p {
	font-size: 0.6em;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Lconteudo_full #Lconteudo .list {
	display: block;
	border: 1px solid #EAEAEA;
	padding: 3px;
	font-size: 0.8em;
	margin-bottom: -10px;
}
#Lconteudo_full #Lconteudo .list strong {
	color: #555555;
}
#Lconteudo_full #Lconteudo .list a {
	text-decoration: none;
	color: #000000;
	display: block;
}
#Lconteudo_full #Lconteudo .list a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #F4F4F4;
	display: block;
}
#Lconteudo_full #Lconteudo a {
	color: #000033;
	text-decoration: underline;
}
#Lconteudo_full #Lconteudo a:hover {
	color: #333333;
	text-decoration: none;
}
.mini {
	font-size: 0.6em;
	background-position: left;
}
#Lconteudo_full #Lconteudo h2 a {
	color: #333333;
	text-decoration: none;
	display: block;
}
#Lconteudo_full #Lconteudo h2 a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #F4F4F4;
	display: block;
}
