body{
	font-family: 'Roboto', sans-serif;
	color: #333;
}
a:link, a:active, a:visited{
	color: #336699;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/* grid 960px */
.linha{
	width: 770px;
	margin: 0 auto;
	overflow: auto;
	padding: 5px 0;
}
.coluna{
	padding: 0 10px;
	float: left;
}
.col1{
	width: 45px;
}
.col2{
	width: 109px;
}
.col3{
	width: 173px;
}
.col4{
	width: 237px;
}
.col5{
	width: 301px;
}
.col6{
	width: 365px;
}
.col7{
	width: 429px;
}
.col8{
	width: 493px;
}
.col9{
	width: 557px;
}
.col10{
	width: 621px;
}
.col11{
	width: 685px;
}
.col12{
	width: 749px;
}
/* estilos reutilizáveis */
.sem-padding{
	padding: 0 !important;
}
.sem-margin{
	margin: 0 !important;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	margin: 10px 0 10px 0;
}
ul li. ol li{
	margin-bottom: 5px	
}
ul.inline li, ol.inline li{
	display: inline;
	margin-right: 15px;

}
ul.inline li:last-chield, ol.inline li:last-chield{
	margin-right: 0px;
	
}
ul.sem-marcador, ol.sem-marcador{
	list-style: none;
}
a.botao, input.botao{
	background: #1f3c58;
	padding: 5px 10px;
	border-radius: 3px;
	color: #ebebeb;
	cursor: pointer;
	margin: 5px 0;
	display: inline-block;
	border: none;
}
a.botao:hover, input.botao:hover{
	background: #315e8a;
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
iframe{
	max-width: 100%;
	
}
/* layout do site */
.header{
	background: #dee3e6;

}
h1.logo{
	font-weight: 300;
	color: #333333;
	letter-spacing: 0px;
	font-size: 17px;
	text-align: right;
	line-height: 90%;

}
.footer{
	background: #336699;
	color: #FFFFFF;
	padding: 20px 0;
	text-align: center;
	font-weight: 100;	   
}
.menu{
	text-transform: uppercase;
	text-align: right;
	margin-top: 25px;
}
.menu li a{
	border-radius: 3px;	
}
.menu li a:hover{
	text-decoration: none;
	background: #1f3c58;
	color: #ebebeb;
}
ul.topo{
	font-weight: bold 300;
	text-align: right;
	list-style: none;
	line-height: 110%;
}
ul.padrao{
	font-size: 20px;
	line-height: 170%;
}
.contato label{
	display: block;
	font-size: 13px;
	font-weight: 300;
}
.contato input, .contato textarea{
	display: block;
	margin-bottom: 15px;
	padding: 5px 2%;
	width: 96%;
}
.contato textarea{
	height: 150px;	
}
.contato input.botao{
	width: auto;
}

#slide { 
	width: 720px; 
	overflow: hidden; 
	height: 360px; 
	margin: 18px auto; 
	box-shadow: 0 0 8px #000; 
	position: relative; 
} 

#slide img { 
	position: absolute; 
	z-index: 1; display: 
	none; left: 0; 
} 

#slide p { 
	z-index:2; 
	position: absolute; 
	
}
