/*SLIDER.CSS*/
@media screen
{
#slider {
	/*width: 410px;  important to be same as image width */
    height: 250px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 540px;
}
#sliderContent {
	width: 540px;  /*important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
	height: 250px;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
#slide1   a  {
	height: 250px;
	width: 540px;
	display: block;
	background-image: url(../imagens/slider/foto1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#slide2 {
	height: 250px;
	width: 540px;
	display: block;
	background-image: url(../imagens/slider/foto2.jpg);
	background-repeat: no-repeat;
}
#slide3       {
	height: 250px;
	width: 540px;
	display: block;
	background-image: url(../imagens/slider/foto3.jpg);
	background-repeat: no-repeat;
}
.sliderImage span {
	position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
	width: 540px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.top strong {
	font-weight: bold;
}

.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
}
/*FIM SLIDER.CSS*/


/*CSS RESET*/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: black;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-image: url(../imagens/back.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*FIM CSS RESET*/
.warp {
	width: 100%;
	height:100%;
}
.warp .corpo {
	width: 800px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
}
.cabecalho {
	width: 800px;
	height: 105px;
}
.cabecalho p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #CCCCCC;
	clear: right;
	margin-right: 0px;
	margin-left: auto;
	text-align: right;
	line-height: 19px;
	padding-top: 16px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	height: 20px;
}

.warp .corpo .cabecalho .dm1 {
	display: none;
}

.warp .corpo .cabecalho .dm2 {
	display: none;
}
.warp .corpo .cabecalho .dm3 {
	display: none;
}
.warp .corpo .cabecalho .dm4 {
	display: none;
}
.warp .corpo .cabecalho .dm5 {
display: none;
}
.warp .corpo .cabecalho .dm6 {
	display: none;
}





.logo {
	height: 91px;
	width: 200px;
	float: left;
	display: inline;
	margin-top: 10px;
}


.menu {
	margin-top: 0px;
	clear: right;
	width: 580px;
	margin-right: 0px;
	margin-left: auto;
	display: block;
	background-color: #054F96;
	height: 25px;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin-left: 10px;
	display: block;
	padding: 3px;
}
.menu a:hover {
	color: #97BDDD;
	text-decoration: none;
	padding: 3px;
	display: block;
	margin-left: 10px;
	float: right;
}
.menu  .inside  {
	color: #97BDDD;
	text-decoration: none;
	padding: 3px;
	display: block;
	margin-left: 10px;
}





.warp .corpo .msg_construcao {
	background-image: url(../imagens/construcao2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	height: 273px;
	margin-top: 150px;
}
.conteudo {
	min-height:450px;
	height:auto;
	clear: both;
	margin-top: 10px;
	padding-bottom: 10px;
}
.p1  {
	width: 540px;
	height: 250px;
	display: inline;
	float: left;
}
.p2   {
	width: 255px;
	float: right;
	display: inline;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #056F99;
	border-right-color: #056F99;
	border-bottom-color: #056F99;
	border-left-color: #056F99;
	color: #3C74A6;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
}
.p2   p        {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.5em;
	margin-left: 10px;
	margin-right: 10px;
}

.p2 p strong {
	font-weight: bold;
}

.conteudo .p3 {
	width: 800px;
	float: left;
	margin-top: 10px;
}


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #056F99;
	border-right-color: #056F99;
	border-bottom-color: #056F99;
	border-left-color: #056F99;
	color: #034159;
	font-weight: bold;
}
.p3 .not1 {
	float: left;
	margin: 11px;
}
.p3 .not1 p {
	line-height: 1.5em;
	text-indent: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.p3 .not1 a {
	color: #333333;
}
.p3 .not1 a:hover {
	color: #3C74A6;
}


.p3 .not2 {
	width: 22%;
	height: 200px;
	float: left;
	margin: 11px;
	background: #CCCCCC;
}
.p3 .not3 {
	width: 22%;
	height: 200px;
	float: left;
	margin: 11px;
	background: #CCCCCC;
}
.p3 .not4 {
	width: 22%;
	height: 200px;
	float: right;
	margin: 11px;
	background: #CCCCCC;
}
.p4  {
	width: 800px;
	margin-top: 10px;
	clear: left;
	display: none;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #056F99;
	border-right-color: #056F99;
	border-bottom-color: #056F99;
	border-left-color: #056F99;
	color: #034159;
	font-weight: bold;
}
.p4 .logo_colab {
	background-color: #CCCCCC;
	height: 80px;
	width: 100px;
	margin: 10px;
	float: left;
	display: inline;
}






.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #737272;
	width: 400px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	line-height: 19px;
	margin-bottom: 0px;
}
.i1 {
	width: 550px;
}
.migalhas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	margin-bottom: 15px;
	color: #999999;
}
.migalhas a {
	color: #999999;
}
.migalhas a:hover {
	color: #3C74A6;
}
.migalhas strong {
	font-weight: bold;
}
p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 15px;
	line-height: 1.5em;
	margin-right: 10px;
	margin-left: 10px;
}
p strong {
	font-weight: bold;
}


.i2 {
	width: 230px;
	height: 600px;
	float: right;
}
.i2 .fotos_inst {
	height: 60px;
	width: 60px;
	border: 1px solid #999999;
	float: left;
	background-color: #CCCCCC;
	display: inline;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.i2 .fotos_inst:hover {
	border: 1px solid #FF9933;
}


.i3 {
	width: 550px;
	margin-top: 10px;
}
.i4 {
	width: 550px;
	margin-top: 10px;
}
.n1  p {
	line-height: 1.5em;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
}




.rodape {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	clear: both;
}
.rodape a {
	color: #999999;
}
.rodape a:hover {
	color: #034159;
}


.rodape p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #999999;
	line-height: 19px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.footer a {
	color: #737272;
	text-decoration: underline;
}
.footer a:hover {
	color: #737272;
	text-decoration: none;
}
#assinatura {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.email {
	color: #666666;
	margin-top: 0px;
}
.info_contato {
	margin-bottom: 3px;
	font-weight: bold;
}
.constru {
	font-weight: bold;
	padding-top: 200px;
}
.gf1 .galeria {
	width: 100px;
	margin: 10px;
	float: left;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #DBDBDB;
	border-right-color: #DBDBDB;
	border-bottom-color: #DBDBDB;
	border-left-color: #DBDBDB;
}
.galeria p {
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.galeria a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.galeria a:hover {
	color: #666666;
}


.gf1 .galeria img {
}
.gf2 .fotos_gale {
	float: left;
	padding: 8px;
	margin: 5px;
}
.gf2 .fotos_gale img {
	border: 2px solid #CCCCCC;
}
.gf2 .fotos_gale img:hover {
	border: 2px solid #666666;
}
.embreve {
	font-size: 2em;
	color: #999;
	text-align: center;
}

