* {
	margin: 0;
	padding: 0;
	/* z-index: 0; */
}

html,
body {
	color: #000000;
	background-color: #FFFFFF;
	font-family: tahoma, verdana, geneva, arial, sans-serif;
	text-align: left;
}

div.viewport {
	position: relative;
}

div.screen_space {
	width: 950px;
	margin: auto;
	position: relative;
}

div.header,
div.footer,
div.content {
	width: 100%;
}

div.header div.banner {
	height: 120px;
	background-image: url(imagens/estilo_site/superior_site.png);
	/*background-image: url(imagens/estilo_site/superior_site_20anos.png);*/
}

div.header div.banner:hover {
	cursor: pointer;
}

div.header div.banner a {
	text-decoration: none;
	height: 120px;
	display: block;
}

div.footer {
	/* clear: left; */
	position: absolute;
	bottom: -100px;
	height: 100px;
	background: url(imagens/estilo_site/inferior_site.png) bottom left repeat-x;
}

div.footer div.text {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	color: #444;
	line-height: 16px;
	text-align: center;
	letter-spacing: 3px;
}

div.content {
	font-size: 11pt;
	line-height: 22px;
	/* clear: both; */
	/* float: left; */
	/* min-height: 100%; */
	position: relative;
	overflow: auto;
}

div.content h1,
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6 {
	padding-top: 1em;
	padding-bottom: 1em;
}

div.content h1 {
	font-size: 18pt;
}

div.content h2 {
	font-size: 14pt;
}

div.content h3 {
	font-size: 12pt;
}

div.content p {
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: justify;
	text-indent: 2em;
}

div.content p.center {
	text-align: center;
}


div.menu_vertical {
	font-size: 13px;
	height: 90%;
	overflow: auto;
}

div.menu_vertical ul {
	list-style-position: inside;
	list-style: none;
	margin-left: 2px;
	padding-left: 2px;
}

div.menu_vertical li {
	padding-top: 3px;
	padding-bottom: 3px;
}

div.menu_vertical li > a {
	color: #3f5c87;
	text-decoration: none;
}

div.menu_vertical li > a:hover {
	color: #fc0;
}

div.menu_vertical li.selected {
	color: orange;
}

div.menu_vertical > ul > li {
}

div.menu_vertical > ul > li > ul > li {
	margin-left: 5px;
}

div.menu_vertical > ul > li > ul > li > ul > li {
	margin-left: 5px;
}

div.menu_vertical > ul > li > ul > li > ul > li > ul > li {
	margin-left: 5px;
}

div.menu_vertical > ul > li > ul > li > ul > li > ul > li > ul > li {
	margin-left: 5px;
}

div.menu_vertical span.expanded,
div.menu_vertical span.collapsed,
div.menu_vertical span.none {
	height: 10px;
	width: 10px;
	display: inline-block;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}

div.menu_vertical span.expanded {
	background-image: url(imagens/estilo_site/bullet_expanded.png);
}

div.menu_vertical span.collapsed {
	background-image: url(imagens/estilo_site/bullet_collapsed.png);
}

div.menu_vertical span.none{
	background-image: url(imagens/estilo_site/bullet_none.png);
}

div.menu_vertical ul.expanded {
	visibility: visible;
	display: block;
}

div.menu_vertical ul.collapsed {
	visibility: hidden;
	display: none;
}


div.path_menu {
	font-size: 9pt;
	position: relative;
	top: 5px;
}


.hidden {
	visibility: hidden;
	display: none;
}

div.content p.no_indent {
	text-indent: 0;
}

a.clean_link {
	text-decoration: none;
}

a.clean_link:hover {
	color: #FC0;
}

/*
div#left_column {
	float: left;
	width: 570px;
}

div#right_column {
	float: left;
	width: 380px;
}
*/

a img {
	text-decoration: none;
	border: 0;
}

/* .small_image img {
	float: left;
	max-width: 150px;
	max-height: 150px;
} */

p.smaller,
span.smaller {
	font-size: 90%;
}


div.border_n { background: url(imagens/estilo_site/border_n.png) top left repeat-x; height: 100%; width: 100%; }
div.border_s { background: url(imagens/estilo_site/border_s.png) bottom left repeat-x; height: 100%; width: 100%; }
div.border_e { background: url(imagens/estilo_site/border_e.png) top right repeat-y; height: 100%; width: 100%; }
div.border_w { background: url(imagens/estilo_site/border_w.png) top left repeat-y; height: 100%; width: 100%; }
div.border_ne { background: url(imagens/estilo_site/border_ne.png) top right no-repeat; height: 100%; width: 100%; }
div.border_nw { background: url(imagens/estilo_site/border_nw.png) top left no-repeat; height: 100%; width: 100%; }
div.border_se { background: url(imagens/estilo_site/border_se.png) bottom right no-repeat; height: 100%; width: 100%; }
div.border_sw { background: url(imagens/estilo_site/border_sw.png) bottom left no-repeat; height: 100%; width: 100%; }


div.border_n_popup { background: url(imagens/estilo_site/border_n_popup.png) top left repeat-x; height: 100%; width: 100%; }
div.border_s_popup { background: url(imagens/estilo_site/border_s_popup.png) bottom left repeat-x; height: 100%; width: 100%; }
div.border_e_popup { background: url(imagens/estilo_site/border_e_popup.png) top right repeat-y; height: 100%; width: 100%; }
div.border_w_popup { background: url(imagens/estilo_site/border_w_popup.png) top left repeat-y; height: 100%; width: 100%; }
div.border_ne_popup { background: url(imagens/estilo_site/border_ne_popup.png) top right no-repeat; height: 100%; width: 100%; }
div.border_nw_popup { background: url(imagens/estilo_site/border_nw_popup.png) top left no-repeat; height: 100%; width: 100%; }
div.border_se_popup { background: url(imagens/estilo_site/border_se_popup.png) bottom right no-repeat; height: 100%; width: 100%; }
div.border_sw_popup { background: url(imagens/estilo_site/border_sw_popup.png) bottom left no-repeat; height: 100%; width: 100%; }


div.border_content {
	height: 100%;
	padding: 5px 10px 5px 14px;
	overflow: hidden;
	/* width: 100%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
	/* overflow: auto; */
}


div.box {
	float: left;
	width: 170px;
	height: 240px;
	overflow: hidden;
	vertical-align: top;
	margin: 10px 10px 10px 10px;
	line-height: 16px;
	font-size: 13px;
	color: #777;
	background-color: #FDFDFD;
}

div.tall,
div.tall div.border_n,
div.tall div.border_s,
div.tall div.border_e,
div.tall div.border_w,
div.tall div.border_ne,
div.tall div.border_nw,
div.tall div.border_se,
div.tall div.border_sw {
	height: 500px;
}

div.short,
div.short div.border_n,
div.short div.border_s,
div.short div.border_e,
div.short div.border_w,
div.short div.border_ne,
div.short div.border_nw,
div.short div.border_se,
div.short div.border_sw {
	height: 110px;
}

div.wide,
div.wide div.border_n,
div.wide div.border_s,
div.wide div.border_e,
div.wide div.border_w,
div.wide div.border_ne,
div.wide div.border_nw,
div.wide div.border_se,
div.wide div.border_sw {
	width: 360px;
}

div.wide2,
div.wide2 div.border_n,
div.wide2 div.border_s,
div.wide2 div.border_e,
div.wide2 div.border_w,
div.wide2 div.border_ne,
div.wide2 div.border_nw,
div.wide2 div.border_se,
div.wide2 div.border_sw {
	width: 550px;
}

div.wide3,
div.wide3 div.border_n,
div.wide3 div.border_s,
div.wide3 div.border_e,
div.wide3 div.border_w,
div.wide3 div.border_ne,
div.wide3 div.border_nw,
div.wide3 div.border_se,
div.wide3 div.border_sw {
	width: 740px;
}

div.wide4,
div.wide4 div.border_n,
div.wide4 div.border_s,
div.wide4 div.border_e,
div.wide4 div.border_w,
div.wide4 div.border_ne,
div.wide4 div.border_nw,
div.wide4 div.border_se,
div.wide4 div.border_sw {
	width: 930px;
}

div.box h1 {
	font-size: 16px;
	font-weight: bolder;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align: center;
}

div.box h2 {
	font-size: 13px;
	font-weight: bolder;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	text-align: center;
}

div.box p {
	text-align: left;
	text-indent: 0;
}

div.red h1,
div.red h1 a {
	color: #EC1C24;
}

div.yellow h1,
div.yellow h1 a {
	color: #FFCC10;
}

div.aqua h1,
div.aqua h1 a {
	color: #00B9B1;
}

div.green h1,
div.green h1 a {
	color: #8CDA31;
}

div.purple h1,
div.purple h1 a {
	color: #B9008A;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

div.box img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 2px;
	margin-bottom: 7px;
	/* max-width: 135px; */
	/* max-height: 100px; */
}

div.box img.inline {
	display: inline;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
	/* max-width: 187px; */
	/* max-height: 150px; */
}

div.stretchable {
	position: absolute;
	left: 0;
	top: 0;
}

div.stretchable:hover {
	width: 250px;
	height: 500px;
	z-index: 2;
}

a.nice_link {
	text-decoration: none;
	color: #3f5c87;
	font-weight: bold;
}

a.nice_link:hover {
	color: #FC0;
}

div.box div.border_content > ul {
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 1em;
}


div.internal_page {
	float: left;
	padding-left: 20px;
	width: 730px;
}


div.photo_album {
	padding: 10px;
	margin: 20px 0 20px 0;
	text-align: center;
	clear: both;
}

div.photo_album div.border_content {
	padding: 20px 0 20px 0;
}

div.photo_album img {
	vertical-align: middle;
}

/*
div.photo_album img#main_photo {
	max-width: 580px;
	max-height: 580px;
}
*/


table {
	font-family: verdana, tahoma, geneva, arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	width: 100%;
	border-spacing: 0;
}

table th {
	background-color: #dbdbdb;
	font-size: 13px;
	line-height: 16px;
	padding: 2px 0 2px 0;
}

table tr.alternate_line {
	background-color: #EFEFEF;
}

table td.center,
table th.center {
	text-align: center;
}


ul {
	padding-left: 2em;
	list-style-position: inside;
}

ol {
	padding-left: 2em;
}

div.content ol > li > p {
	text-indent: 0;
}

div.content ol > li {
	margin-top: 1em;
	margin-bottom: 1em;
}

.bold {
	font-weight: bold;
}

div.content div.frame {
	padding: 1em 0;
}

div.content div.frame h1 {
	font-size: 12pt;
	font-weight: bold;
	padding: 0.5em 0;
}

div.content div.frame h2 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0.5em 0;
}

div.no_indent p {
	text-indent: 0;
}

div.no_padding p {
	padding: 0;
}

div.content p.horario {
	text-indent: 0;
	font-weight: bold;
	color: #555;
}

div.justify p {
	text-align: justify;
}

div.em_construcao {
	background: white url(imagens/estilo_site/em_construcao.png) no-repeat scroll top center;
	width: 700px;
	height: 400px;
}

table th {
	text-align: left;
}

table.thin_border {
	border-color: #555;
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-collapse: collapse;
}
table.thin_border th,
table.thin_border td {
    border-color: #555;
    border-width: 1px 1px 0 0;
    border-style: solid;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

sup {
	font-weight: bold;
}