@charset "utf-8";
/* CSS Document */


.prima {
	font-family: 'Cabin Condensed', Verdana, Geneva, sans-serif;
	background-color: #6C553C;
}
.tudo {
	background-color: #1C150F;
	padding: 10px;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

/*================Topo da primeira página===============*/
/*--toda a parte superior--*/
.cima {
	margin-bottom: 10px;
	height: 360px;
	width: 100%;
}
/*--toda a lateral superior--*/
.lateral {
	background-color: #C9AE98;
	width: 210px;
	float: left;
	height: 360px;
	margin-right: 10px;
}
/*--logo--*/
.logo {
	background-color: #C9AE98;
	font-family: 'Condiment', Verdana;
	padding: 10px;
}
.logo a {
	text-decoration: none;
	color: #000;
}
.logo .um {
	font-size: 5.6em;
	margin-top: -13px;
}
.logo .dois {
	font-size: 2.3em;
	margin-top: -50px;
}
.logo .tres {
	font-size: 3.7em;
	margin-top: -20px;
	margin-bottom: -30px;
}
/*--menu primeira página--*/
.menuesquerdo {
	font-family: 'Cabin Condensed', Verdana;
	margin-right: 20px;
	margin-top: -10px;
}
.menu {
	list-style-image: url(../imagens/arrow_up.png);
	padding: 0;
	margin-left: 1.9em;
}
.menu a {
	text-decoration: none;
	display: block;
	border-top: 1px dashed #1C150F;
	padding: 0.15em 0 0.15em 0;
	color: #000000;
}
.menu:last-child {
	border-bottom: 1px dashed #1C150F;
}
.menu a:hover {
	background-color: #AA805E;
}
/*===================Caixa do Slider===================*/
.slider {
	float: left;
	width: 750px;
	background-color: #E1D3C8;
	height: 360px;
}
/*==============Blocos da primeira página==============*/

.first {
	width: 100%;
	margin-top: 10px;
	height: 300px;
}
.first .bloco,
.first .bloco-end {
	background-color: #E1D3C8;
	width: 295px;
	height: 280px;
	padding: 10px;
}
.first .bloco {
	float: left;
	margin-right: 12.3px;
}
.first .bloco-end {
	float: right;
}
.first .bloco h1,
.first .bloco-end h1 {
	font-size:95%;
	margin-top:0;
}
.first .bloco-interno {
	height: 240px;
}
.first .bloco-interno p {
	font-size: 75%;
	margin: 0px;
	text-align: justify;
	line-height: 20px;
}
.first .bloco-interno a {
	color: #36281D;
	font-weight: bold;
	
}
.first .bloco-interno a:hover {
	color: #900;
	
}
/*==================Títulos das Páginas================*/
.titulo-pagina {
	background-color: #A47855;
	margin-top: 10px;
	clear: both;
	padding: 2px;
}
.titulo-pagina h1 {
	margin: 0;
	font-size: 140%;
}
/*===================Páginas Internas==================*/
.nav-interna {
	background-color: #C9AE98;
	height: 30px;
}
.nav-interna .nome {
	font-family: 'Condiment', Verdana;
	float: left;
	width: 220px;
	font-size: 140%;
	padding-left: 2px;
	padding-top: 2px;
}
.nav-interna .nome a {
	color: #000;
	text-decoration: none;	
}
.menu-dentro img {
	vertical-align: text-bottom;
}
.menu-dentro a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}
.menu-dentro a:hover {
	background-color: #AA805E;
}
.conteudo {
	background-color: #E1D3C8;
	margin-top: 10px;
	padding: 5px;
	min-height:620px;
}
.conteudo a {
	color: #754F33;
	text-decoration: none;
}
.conteudo a:hover {
	color: #900;
}
.nav-interna .menu-dentro {
	width: 710px;
	float: right;
	margin: 0;
	font-size: 95%;
	padding-top: 4px;
}
.conteudo h2 {
	margin:10px;
	font-size:100%;
}
.conteudo h3 {
	margin:10px;
	font-size:80%;
}
.text-size-90 p {
	line-height: 25px;
	text-align: justify;
	text-indent: 25;
}
.text-size-90 {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
/*===================Abas de Inserção===================*/
ul#linha_aba { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 3px 0 3px 0; /* set border COLOR as desired */
	list-style-type: none;
	padding-bottom: 26px;
	padding-left: 10px;
	border-bottom: 1px solid #000000;
}
ul#linha_aba li {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
ul#linha_aba li.aba { /* settings for selected tab */
	border: 1px solid #000000; /* set border COLOR as desired; usually matches border color specified in #tabnav */
	background-color: #C9AE98; /* set background color to match above border color */
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	margin-right: 5px;
	float: left;
}

ul#linha_aba li.ativa { /* settings for selected tab */
	background-color: #E1D3C8; /* set background color to match above border color */
	padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
	margin-right: 5px;
	float: left;
	color: #000;
	font-weight:bold;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #E1D3C8;
	border-left: 1px solid #000000;
}
ul#linha_aba a {
	text-decoration: none;
	color: #000000;
}
.aba-conteudo {
	padding: 10px;
}
.aba-conteudo h1 {
	font-size:95%;
}
.aba-conteudo li {
	font-size: 85%;
	line-height: 20px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 5px;
}
/*========================Rodapé=======================*/
footer {
	background-color: #A47855;
	margin-top: 10px;
	clear: both;
	font-size:85%;
	height: 25px;
	line-height:25px;
	font-weight: bold;
	font-variant: small-caps;
	padding-left: 5px;	
}
footer a {
	color: #000;
	text-decoration: none;
}
/*====================Tamanho forms===================*/
.form-size-90 {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}
.form-size-50 {
	width:50%;
	margin-left:auto;
	margin-right:auto;
}
/*==================Password Strength================*/
#passwordStrength {
	height: 10px;
	display: block;
	width: 250px;
	float: left;
}
#passwordDescription {
	height: 25px;
	display: block;
	width: 250px;
	float: left;
}
.strength0 {
	width: 250px;
	background-color: #999999;
}
.strength1 {
	width: 50px;
	background-color: #990000;
}
.strength2 {
	width: 100px;
	background-color: #CC3333;
}
.strength3 {
	width: 150px;
	background-color: #FFCC66;
}
.strength4 {
	background-color: #99FF33;
	width: 200px;
}
.strength5 {
	background-color: #006600;
	width: 250px;
}

/*=======================Sistema=====================*/
.windowsis {
	background-color: #F3EFEB;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #1C150F;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 60px;
}
.windowsis .windowtit {
	color: #F3EFEB;
	background-color: #1C150F;
	width: 99,9%;
	border-bottom: 1px solid #1C150F;
	padding: 0.5%;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.org_icones {
	width:138px;
	height:158px;
	font-size:65%;
	color:#333;
	float:left;
	margin:auto;
	text-align:center;
	padding:8px;
}
.windowsis h1 {
	font-size: 95%;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 1px;
	color: #333;
}
.windowsis .windowtit a {
	color: #F3EFEB;
	text-decoration: none;
}
.windowsis .windowtit a:hover {
	color: #DFCB7B;
	text-decoration: none;
}
.clear {
	clear:both;
	line-height:2;
}
.link_right {
	font-size: 85%;
	font-weight:bold;
	text-align: right;
	margin-right:30px;
}

/*listagem do banco*/
.listagem {
	font-size:70%;
	padding:2%;
}
.listagem table {
	width:100%;
}
.listagem td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1C150F;
	height:20px;
}
.listagem th {
	text-align:left ! important;
}
.listagem input[type="text"],
.listagem select {
	width: 97%;
}
.listagem input[type="text"] {
	font-size:80%;
}
.listagem select {
	font-size:90%;
}
/*Destaques*/
.destaque-red-small {
	font-size:80%;
	font-weight:bold;
	color:#900;
}
/*=========================FAQ=======================*/
.faq li {
	font-size: 90%;
	margin-bottom: 0px;
	margin-top: 15px;
	font-weight: bold;
}
.faq p {
	font-size: 90%;
	margin-top: 0px;
	font-style: italic;
}
/*=======================Notícias====================*/
.noticias {
	font-size: 80%;
	overflow: auto;
	height: 240px;
}
.noticias ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -15px;
	list-style-type: square;
}
.noticias li {
	margin-bottom: 10px;
}
/*==================Últimas Inserções================*/
.bloco-interno .ultimas {
	font-size: 85%;
	overflow: auto;
	height: 240px;
}
.bloco-interno .ultimas p {
	text-align: left;
	line-height: 15px;
	text-indent: -35px;
	margin-left: 35px;
	margin-bottom: 10px;
}
/*================Visualizar Inserções===============*/
.insercao {
	background-color: #F3EEE9;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 1px solid #A47855;
	margin-bottom: 15px;
}
.insercao .id {
	font-size: 120%;
	margin: 0px;
}
.insercao .info {
	font-size: 90%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.insercao .text p {
	text-align: justify;
	text-indent: 35px;
	line-height: 22px;
}

/*=================Estilos de conteúdo===============*/
.fonte-menor {
	font-size:70%;
}
.destaque-black{
	font-weight:bold;
}
.desativado{
	color:#A5A5A5;
}

/*=============upload=====================*/
.upload {
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
}
.upload-imagem {
	width:20%;
	height:200px;
	float:left;
	text-align:center;
}
.upload-imagem-enviada {
	width:150px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
}
.upload-form {
	padding-top:50px;
	float:left;
	width:78%;
	padding-left:2%x;
}
	
/*===============obra=====================*/
.obra {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	font-size: 95%;
}
.obra td {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #1C150F;
	height: 240px;
	/*vertical-align: top;
	margin-top: 40px;*/
}
.obra .ref {
	text-indent: -25px;
	margin-left:50px;
	margin-right: 25px;
	/*font-weight: bold;*/
}
.obra h2 {
	font-size:110%;
	margin-top: 40px;
	margin-bottom: 0px;
}
.obra .links {
	margin-left: 50px;
	font-variant: small-caps;
	font-weight: bold;
}
.obra .descricao {
	margin-left: 50px;
	text-align: justify;
	margin-right: 25px;
}
