/* PADRÕES */
html, body, button, div, input, select, td, fieldset {
	font: normal 12px Trebuchet MS, Helvetica, Verdana;
}

body {
	text-align: center;
	margin: 0px;
}

a {
	font: bold 14px Trebuchet MS, Verdana;
	color: #0a408a;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a img {
	border: 1px solid #b0bfd4;
}
a:hover img {
	border: 1px solid #0a408a;
}

a .imagem {
	border: 0px solid #FFFFFF;
}
a:hover .imagem {
	border: 0px solid #FFFFFF;
}

hr {
	color: #EEEEEE;
	height: 1px;
}

h1 {
	font: bold 18pt Trebuchet MS, Arial;
	color: #0a408a;
	border-bottom: 1px solid #b0bfd4;
	margin-top: 0px;
}

h2 {
	font: bold 18pt Trebuchet MS, Arial;
	color: #0a408a;
	border-bottom: 1px solid #b0bfd4;
	margin-top: 30px;
	margin-bottom: 10px;
}

form {
	margin: 0px;
}

/* ESTILOS VARIADOS */


/* BORDAS DE IMAGENS */
.borda_branca {
	border: 1px solid #FFFFFF;
}

.borda_preta {
	border: 1px solid #000000;
}

.borda_azul {
    border: 1px solid #b0bfd4;
}

/* DIVISÕES ESPECIAIS */
#site {
	width: 1000px;
	text-align:left;
	margin: 10px auto;
	padding: 0px;
	background: #FFFFFF;
}

#coluna_left {
	width: 760px;
	float: left;
	overflow: hidden;
}

#coluna_right {
	width: 230px;
	float: right;
	overflow: hidden;
}

#topo {
	height: 248px;
	margin-bottom: 20px;
}

#topo #topo_banner {
	height: 100px;
	display: block;
}

#topo #topo_logo {
	height: 120px;
	display: block;
	background: url(images/topo_logo.jpg) no-repeat center;
}

#topo #topo_logo #topo_data {
	font-weight: bold;
	color: #0a408a;
	float: left;
	text-align: left;
	padding-top: 5px;
	padding-left: 170px;
}

#topo #topo_logo #topo_links {
	font-weight: bold;
	font-size: 1.1em;
	color: #0a408a;
	float: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 65px;
}

#topo #menu {
	background: #0a408a url(images/menu_bg.jpg); /*0a408a*/
	padding: 1px 10px;
	height: 28px;
	_height: 30px;
	overflow: hidden;
}


#main {
	margin-top: 10px;
}

#slide {
	width: 270px;
	height: 234px;
	padding: 0px;
	border: 1px solid #b0bfd4;
	float: left;
}
#slide #slideContent {
	height: 207px;
}

#slide .slideImg {
	height: 170px;
	overflow: hidden;
	border-bottom: 1px solid #b0bfd4;
}

#slide .slideTexto {
	padding: 3px;
	height: 28px;
	overflow: hidden;
	background: #FFFFFF;
}
#slide .slideTexto a {
	font: bold 11px Trebuchet MS, Verdana;
	color: #515151;
	text-decoration: none;
}
#slide .slideTexto a:hover {
	color: #b0bfd4;
	text-decoration: none;
}

#slide .slideControle {
	text-align: center;
	height: 24px;
	margin: 0px 3px;
	border-top: 1px solid #b0bfd4;
}




#princItemList {
	margin-bottom: 10px;
	width: 730px;
	border-top: 1px dotted #b0bfd4;
}

#princItemListBig {
	width: 460px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}

#princItemLer {
	width: 730px;
}

#princItemLer div {
	font: normal 14px Trebuchet MS, Verdana;
}

#princItemListMed {
	width: 350px;
	height: 80px;
	margin-bottom: 10px;
	overflow: hidden;
}

.princItemListMedLeft {
	float: left;
}
.princItemListMedRight {
	float: right;
}
.princItemListMedSep {
	float: left;
	height: 90px;
	width: 33px;
	background: url(images/bg_dot.gif) repeat-y center top;
	/*margin-left: 27px;*/
	/*border-left: 1px dotted #b0bfd4;*/
}

#princItemListPeq {
	width: 230px;
	height: 80px;
	margin-bottom: 10px;
	overflow: hidden;
}

.princItemListPeqLeft {
	float: left;
}
.princItemListPeqRight {
	float: right;
}
.princItemListPeqSep {
	float: left;
	height: 90px;
	margin-left: 16px;
	width: 16px;
	/*border-left: 1px dotted #b0bfd4;*/
}

#princItemListPeqTit {
	width: 230px;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
	font: bold 17px Arial;
	color: #FFFFFF;
	line-height: 28px;
}
#princItemListPeqTit span {
	padding-left: 10px;
}
.princItemListPeqTitSep {
	float: left;
	height: 28px;
	margin-left: 15px;
	width: 15px;
}

#princItemList p, #princItemListBig p, #princItemListMed p, #princItemListPeq p, #princItemLer p {
	margin: 0px;
	margin-bottom: 10px;
}

#princItemLer p {
	font-size: 14px;
}

#princItemLer .cat {
	font: bold 15pt Trebuchet MS, Arial;
	color: #4a73ae;
}

#princItemListBig .cat, #princItemListMed .cat, #princItemListPeq .cat {
	font: bold 9pt Trebuchet MS, Arial;
	color: #4a73ae;
}

#princItemLer .titulo {
	font: bold 25pt Trebuchet MS, Arial;
	line-height: 25pt;
}

#princItemList .titulo, #princItemListBig .titulo, #princItemListMed .titulo, #princItemListPeq .titulo {
	font: normal 12pt Trebuchet MS, Arial;
	line-height: 12pt;
}

#princItemLer .data {
	font: bold 10pt Trebuchet MS, Arial;
	color: #b0bfd4;
}

#princItemListBig .data, #princItemListMed .data {
	font: bold 8pt Trebuchet MS, Arial;
	color: #b0bfd4;
}

#princItemListPeq .data {
	font: normal 8pt Trebuchet MS, Arial;
	color: #b0bfd4;
}

#princItemListBig img, #princItemListMed img, #princItemListPeq img {
	margin-right: 10px;
	margin-bottom: 10px;
}

#princItemLer img {
	margin-right: 15px;
	margin-bottom: 10px;
}

#princItemList img {
	margin-right: 10px;
}

#princItemList a, #princItemListBig a, #princItemListMed a, #princItemListPeq a, #princItemLer a {
	font: normal 12px Trebuchet MS, Verdana;
	color: #000000;
	text-decoration: none;
}
#princItemList a:hover, #princItemListBig a:hover, #princItemListMed a:hover, #princItemListPeq a:hover, #princItemLer a:hover {
	color: #0a3f89;
	text-decoration: none;
}

#princLinksMenu {
	width: 100%;
	height: 27px;
	margin: 15px 0px;
	text-align: center;
	background: url(images/princ_links_bg.gif) no-repeat center;
}
#princLinksMenu span {
	height: 27px;
	margin: 0px 15px;
	line-height: 27px;
}
#princLinksMenu span a {
	font-size: 13px;
}




#rodape {
	clear: both;
}

#rodape #menuRodape {
	margin: 10px 0px;
	padding-top: 10px;
	border-top: 1px solid #b0bfd4;
	text-align: center;
	color: #0a3e86;
}

#rodape #copyright {
	width:450px;
	text-align: center;
	font:  normal 12px Trebuchet MS, Verdana;
	color: #0a3e86;
	border-top: 1px solid #b0bfd4;
	margin: 0px 310px;
	padding-top: 10px;
}



.box_jv {
	margin-top: 5px;
	background: #0a3f89;
	color: #FFFFFF;
	padding: 0px;
}

.box_jv .box_titulo {
	height: 30px;
	font:  bold 17px 'Trebuchet MS', Arial;
	background: url(images/menu_bg.jpg) repeat-x left;
	padding: 0px 10px;
	line-height: 30px;
}

.box_jv .box_pad {
	padding: 5px;
}

.box_links {
	margin: 3px;
	border: 1px solid #c9d3e2;
	text-align: center;
	color: #c9d3e2;
}

.box_links a {
	font:  bold 13px Trebuchet MS, Verdana;
	color: #0a3f89;
	text-decoration: none;
}

.box_links a:hover {
	color: #b0bfd4;
	text-decoration: none;
}



.listagem_recentes {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfe4eb;
}

.listagem_galerias {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfe4eb;
}


.dock_font {
	border: 1px solid #dfe4eb;
	width: 25px;
	height: 23px;
	display: block;
	float: right;
	text-align: center;
}


/* FORMULÁRIOS */
.input {
	border: 1px solid #0058ab;
	height: 17px;
	font: normal 11px Trebuchet MS, Verdana;
}

.select {
	font: normal 11px Trebuchet MS, Verdana;
}

.botao {
	font-weight: bold;
	color: #FFFFFF;
	background: #0058ab;
	border: 1px solid #000000;
	height: 22px;
}
