/* ===============================
Estrutura de Site by Doug
Para padrões da Agência Levante
================================*/

/* ===============================
Corpo e Estrutura 
================================*/

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.titulo {
	float: left;
	margin-bottom: 10px;
	width: 799px;
	padding-right: 20px;
	padding-left: 20px;
}




#corpo {
	width:840px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right center;
	margin-top: 0px;
	margin-bottom: 0px;
	/*height: 350px;*/
	padding: 20px;
}
#corpo_int {
	background-repeat: no-repeat;
	background-position: right center;
	/*height: 350px;*/
}

#space {
	display: table;
	height: 10px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

/* ===============================
Titulos, Links e Fontes
================================*/

h1 {
	font-size: 25px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin: 0px;
}

.borda {
	border: 1px solid #000000;
	height: auto;
	width: 160px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.borda_p {
	border: 1px solid #000000;
	height: auto;
	width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}
a:hover {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}
a:active {
	color: #006600;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	
}

/* ===============================
Box para Organizar e Imagens
================================*/

.borda {
	border: 1px solid #000000;
	height: auto;
	width: 160px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.borda_p {
	border: 1px solid #000000;
	height: auto;
	width: 100px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.tituloi {
	float: left;
	margin-bottom: 10px;
}

.text_min {
	float: left;
	width: 839px;
	clear: left;
	height: 250px;
}

.mod_home {
	float: left;
	width: 259px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	clear: right;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.mod_home2 {
	width: 259px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	clear: right;
}
.mod_home3 {
	float: left;
	width: 259px;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	clear: right;
	margin-left: 15px;
}
.modi {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	clear: left;
	float: left;
}
.modi_img {
	float: left;
	font-size: 14px;
	line-height: 20px;
	clear: left;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.bottont {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-align: right;
	margin-bottom: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.leia_mais {
	float: left;
	font-size: 14px;
	line-height: 20px;
	clear: left;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/* ===============================
Formulário e Text
================================*/

#contato{
	font-size: 13px;
	width: 400px;
	float: left;
	text-align: left;
}

/* HACK PARA CORRIGIR O MARGIN-BOTTOM*/

html>body #login legend{
     margin-bottom: 0px;
}
        
.textarea{
	margin-bottom: 10px;
	color: #666666;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 13px;
	width: 250px;
}
  
.textarea_in{
	color: #666666;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
	font-size: 13px;
	width: auto;
	margin: 0px;
}
       
#contato select{
	 border: 1px solid #333;
	 font-size: 13px;
	 margin-bottom: 10px;
	 color: #0E0659;
}
        
#contato label{
	display: block;
	width: 120px;
	color: #666666;
	float: left;
	text-align: left;
}

.mod_ins label{
	display: block;
	float: left;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
        
#contato span{
	 color: #999;
	 font-size: 12px;
}
        
.submit{
	font-size: 13px;
	background: #f1f1f1;
	width: 80px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
	border: 1px solid #999999;
	color: #666666;
	padding: 3px;
}

.reset{
	font-size: 13px;
	background: #f1f1f1;
	width: 80px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 90px;
	border: 1px solid #999999;
	color: #666666;
	padding: 3px;
}

#fildset{
	margin: 15px 0px 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* ===============================
Assinatura
================================*/

#assi_txt {
	float: right;
	height: 19px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
}
#assi_img{
	float: right;
	height: 19px;
	width: 19px;
}

#assi_txt a:link {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#assi_txt a:visited {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
#assi_txt a:hover {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
}
#assi_txt a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

/* ===============================
Adicionais do Template
================================*/
.mod_ins {
	padding: 5px;
	float: left;
	height: 25px;
	line-height: 25px;
}
.item {
	padding: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DADADA;
}

table#alter td {
	background-color: #FFFFFF;
	padding: 5px;
}
table#alter tr.dif td {background:#EEEEEE;}

/* Login ADM */

#corpo_adm {
	display: table;
	height: auto;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 340px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
