/* @group CSS Reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */
/** { padding: 0; margin: 0; }*/

body {
	font: 14px/1.5em 'Ubuntu', sans-serif;
	background: url(imagens/fundo.png) repeat;
}
p {
	padding-bottom: 1em;
}
em {
	font-style: italic;
}
#copyright {
	font-size: .8em;
	background-color: #fff;
	display: block;
	float: right;
}
#page {
	margin: 15px auto 0;
	width: 1020px;
	background:#fff; /* must use for IE */
	-webkit-box-shadow: 0px 0px 6px #757575;
	-moz-box-shadow: 0px 0px 6px #757575;
	box-shadow: 0px 0px 6px #757575;
}
nav {
	color: #333;
	width: 1013px;
	float: left;
	height: 45px;
	background: #152549;
	padding-left: 7px;
}
header {
	float: left;
	width: 1020px;
	height: 450px;
	color: #ffffff;
	background: #666;
	margin-bottom: -15px;
}
#leftcolumn {
	color: #333;
	background: #fff;
	width: 970px;
	float: left;
	padding: 10px 10px 10px 20px;
	margin-top: 15px;
}
a {
	text-decoration: none;
	color: #FF6633;
}
a:hover {
	color: #bd3000;
}
ul {
	list-style-type: square;
	text-indent: 0;
	padding-left: 35px;
	padding-bottom: 15px;
}
#rightcolumn {
	float: left;
	color: #333;
	background: #fff;
	width: 475px;
	display: inline;
	margin-top: 45px;
	padding: 45px 20px 10px 10px;
}
footer {
	width: 966px;
	height: 24px;
	clear: both;
	color: #333;
	padding: 27px;
}
/*#logo{float: right;
	margin-top: 35px;
	margin-left: 20px;
}*/

h1 {
	color: #FF6633;
	font-size: 1.8em;
	padding-bottom: 1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
}
h2 {
	color: #000;
	font-size: 1.4em;
	padding-bottom: 22px;
	font-style: italic;
	padding-top: 10px;
}

h3 {
	color: #000;
	font-size: 1.2em;
	padding-bottom: 10px;
	font-style: italic;
	padding-top: 10px;
}

strong {
	font-weight: bold;
}
/* @group Menu */

/* Menu: */


nav ul li a, nav ul li a:visited {
	display: block;
	float: left;
	font-size: .85em;
	margin: 2px;
	text-transform:uppercase;
	text-decoration: none;
	padding: 12px 8px;
	position: relative;
}
nav ul li a:hover {
	text-decoration:none;
	background-color: #d3dadd;
}
nav ul li a:active {
	background-color: #adb9bf;
}
/*Fim do Menu*/

/* @end */

.frame {
	padding: 8px;
	border:solid 1px #ececec;
	display: inline;
	-moz-box-shadow: 0 0 1px #e3d5d5;
	-webkit-box-shadow: 0 0 6px #d7d7d7;
	box-shadow: 0 0 6px #d7d7d7;
	float: right;
}
figcaption {
	font-size: .8em;
	text-align: right;
	padding-top: 7px;
	font-style: italic;
}
.relatorio {
	/*float: left;*/
padding: 6px;
	border:solid 1px #ececec;
	-moz-box-shadow: 0 0 1px #e3d5d5;
	-webkit-box-shadow: 0 0 6px #d7d7d7;
	box-shadow: 0 0 6px #d7d7d7;
	margin: 6px;
}
.sub_item {
	list-style: none;
}
#full_width {
	clear: both;
display: block;
	width: 966px;
	float: left;
		padding: 0 27px 27px;
	
}

.suspenso{
	font: 300 .8em 'Ubuntu', sans-serif;
}

/*Expand & Colapse content*/
.msg_list {
margin: 0px;
padding: 0px;
width: 100%;
}
.msg_head {
color: #000;
padding: 5px 10px;
cursor: pointer;
position: relative;
margin:1px;
background-color: #ffcc00;
}
.msg_body {
padding: 5px 10px 15px;
}
/*End Expand & Colapse content*/

.hr {
	height: 1px;
background-color: #ccc;
width: 80%;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0;
	display: block;
	clear: both;
}

.subtitle {
	margin: -20px 0 01em;
	padding: 0;
}

figure {
	display: inline;
	float: right;
	margin: 10px;
	padding: 10px;
}

#container1 {
	width: 400px;
	float: right;
	display: block;
	clear: both;
	margin: 0 0 0 1px;
}

.legenda {
	float: right;
	display: block;
	clear: both;
	font-size: .8em;
	font-style: italic;

}

.antes_depois {
	margin-left: 20px;
}

.img_pub{
	clear: both;
	padding-right: 9px;
	float: left;
	display: block;
	margin-bottom: 1em;
}

td {
	text-align: left;
	vertical-align: top;
}

.ano_livro {
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 7px;
}

.black {
	color: #000;
	padding-top: 1em;
}