/* CSS Document */



*{

	margin: 0px;

	padding: 0px;

	border: 0px;

}



body{

	background-color: #006291;

	font-size: 12px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	line-height: 16px;

	color: #333333;

}



/* ------------------------------------------------------------------- v GENÉRICOS ----------------------- */

a{

	color: #006699;

}

a:visited{

	color: #990000;

}

a:hover{

	color: #990000;

}



h1{

	font-size: 120%;

	color: #004A6F;

	font-weight: 800;

}

h2{

	font-size: 105%;

	color: #00819F;

	font-weight: 800;

}

h3{



}

.aligncenter{

	text-align: center;

}

.middle{

	vertical-align: middle;

}

.clear{

	clear: both;

}

.floatleft{

	float: left;

}

.floatright{

	float: right;

}

.linhasepara{

	width: 100%;

	height: 2px;

	background: url(imagens/linha_separa.gif) left top repeat-x;

	margin: 14px 0px 14px 0px;

}

ul li{

	list-style: none;

	list-style-type: none;

}

/* ------------------------------------------------------------------- v FORMULÁRIO ----------------------- */

.input,textarea,select{

	border: 1px solid #004A6F;

	background-color: #E1F5FF;

	color: #004A6F;

	padding: 2px;

}



/* ------------------------------------------------------------------- v CONTEUDO ----------------------- */

#pai{

	position: relative;

	margin: 0 auto;

	width: 777px;

}

#menuhorizontal{

	width: 777px;

	height: 42px;

	padding-top: 10px;

	background: url(imagens/bg_menu.jpg) top center no-repeat;

	text-align: center;

	float: left;

	clear: both;

}

#menuhorizontal img{

	margin: 0px 10px 0px 0px;

}

#conteudo{

	float: left;

	clear: both;

	margin-top: 0pt;

	margin-right: auto;

	margin-bottom: 0pt;

	margin-left: auto;

	width: 757px;

	background: url(imagens/bg_topo.jpg) top center no-repeat;

	background-color: #E8F7F9;

	padding: 190px 10px 20px 10px;

}



/* ------------------------------------------------------------------- v COLUNAS ----------------------- */

#colum{

	float: left;

	width: 240px;

	padding: 0px 0px 0px 5px;

	border-left: 1px dashed #004A6F;

}

#coldois{
	float: left;
	width: 260px;
	border-left: 1px dashed #004A6F;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;

}

#coltres{

	float: left;

	width: 200px;

	margin: 0px 0px 0px 10px;

	border-left: 1px dashed #004A6F;

	padding: 0px 0px 0px 5px;

}



/* ------------------------------------------------------------------- v RODAPE ----------------------- */

#rodape{

	clear: both;

	width: 777px;

	height: 100px;

	color: #FFFFFF;

	text-align: center;

	padding: 10px 0px 10px 0px;

	background: url(imagens/bg_rodape.jpg) top center repeat-x;

}

.separafotos{

	float: left;

	text-align: center;

	padding: 2px;

	margin: 0px 14px 14px 0px;

	border: 1px solid #DEBDFF;

	width: 216px;

}

.separafotos_height{

	height: 190px;

}

.separafotos_galeria{

	float: left;

	text-align: center;

	padding: 2px;

	margin: 0px 2px 2px 2px;

	border: 1px solid #DEBDFF;

	width: 216px;

}

#display_paginacao{

	display: block;

	padding: 4px;

	text-align: center;

	background-color: #E6E9EE;

	font-weight: bold;

	color: color: #003366;

}

#display_paginacao a{

	margin: 4px;

	padding: 2px;

	border: 1px solid #B5C5DF;

	background-color: #B5C5DF;

	text-decoration: none;

	color: #003366;

	border: 1px solid #6666CC;

	pading: 4px;

	font-weight: bold;

}



#display_paginacao a:active{

	border: 1px solid #FFFFFF;

	pading: 4px;

	font-weight: bold;

	text-decoration: underline;

	color: #003366;

}

#display_paginacao a:visited{

	text-decoration: none;

	color: #003366;

	border: 1px solid #6666CC;

	pading: 4px;

	font-weight: bold;

}
