﻿/* CSS Document */

body {
	 background: #ffffff;
	 
	 font-family: Trebuchet MS, Arial, Verdana, Tahoma; 
	 font-size: 13px;
	 color: #000000;
	 line-height:17px;
}


a:link { font-weight: bold; color:#548930; text-decoration: underline; }
a:visited { font-weight: bold; color:#f78d00; text-decoration: underline; }
a:hover { font-weight: bold; color:#548930; text-decoration: none; }


/* 
---------------------------------------
CONTEUDO
---------------------------------------
*/

#conteiner {
	position: absolute;
	top: 0%;
	left: 50%;
	margin-top: 0px;
	margin-left: -497px;
	width: 994px;
}

.topo {
	height:127px;
}

.apres {
	height:301px;
}

#conteudo {
	width: 884px;
	float:right;
	margin: 0px 00px 0px 0px;  /* top, right, bottom, left*/
	padding: 50px 50px 0px 30px;  /* top, right, bottom, left*/
}	

.item li { 
	list-style-image: url(../images/item.gif);
	line-height:23px;
} 


.subtitulo {
	color: #999999;
	text-align:left;
	text-transform:uppercase;
	padding-bottom:5px;
	font-family: Verdana, Arial, Tahoma; 
	font-weight:bold;
	font-size: 14px;
}


img {
	border:0px;
}



/* 
---------------------------------------
tabela
---------------------------------------
*/

.formulario{
	background:  #F5F3ED;
	font-family: Verdana, Arial, Tahoma;
	color: #000033;
	border-width: 1px;
	border-style:double;
	border-color:#e5e5e5;
}


/* 
---------------------------------------
RODAPE
---------------------------------------
*/


#rodape {
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	color:#000000;
	font-family: Verdana, Arial, Tahoma; 
	font-size: 11px;
	margin-top:40px;
	clear:both;
			
	height:25px;
}

#endereco {
	width:994px;
	position: relative;
	left:50%;
	margin-left:-497px;
	margin-top:5px;
	padding-bottom:10px;
	
	background-color:#FFFFFF;
	
	font-family: Verdana, Arial, Tahoma; 
	font-size: 11px;
	color: #666666;
	letter-spacing: 1px;
}


/* 
---------------------------------------
capa
---------------------------------------
*/


#capa {
    background-image:url('../images/back_balde.jpg');
	background-repeat: no-repeat;
	background-position:center-top;
    width:995px;
	height:250px;
	line-height:18px;

}

.capa1 {
	width:272px;
	height:180px;
	text-align:left;
	padding-top:30px;
	padding-left:20px;
	float:left;
	 border: 1px solid white;  
}

.capa2 {
	width:342px;
	height:180px;
	text-align:left;
	padding-top:30px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	 border: 1px solid white; 
}

.capa3 {
	width:325px;
	height:180px;
	text-align:left;
	padding-top:30px;
	padding-right:5px;
	float:left;
	 border: 1px solid white; 
}



