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

body{
	font-family: 'Roboto', sans-serif;
	color: #000000;
	
}

a:link, a:active, a:visited{
	color: #FF8C00;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/* Grade 960px */

.linha{
	width: 960px;
	margin: 0 auto;
	overflow: auto;
	padding: 5px 0;
}
.coluna{
	padding: 0 10px;
	float: left;
}
.col1{
	width: 60px;
}
.col2{
	width: 140px;
}
.col3{
	width: 220px;
}
.col4{
	width: 300px;
}
.col5{
	width: 380px;
}
.col6{
	width: 460px;
}
.col7{
	width: 540px;
}
.col8{
	width: 620px;
}
.col9{
	width: 700px;
}
.col10{
	width: 780px;
}
.col11{
	width: 860px;
}
.col12{
	width: 940px;
}

/* Estilos Reutilizáveis */

.sem-padding{
	padding: 0 !important;
}
h1, h2, h3, h4, h5, h6{
	font-weight: 700;
	margin: 10px 0 5px 0;
}

ul li, ol li{
	margin-bottom: 5px;
}

ul.inline li, ol.inline li{
	display: inline;
	margin-right: 15px;
	
}

ul.inline li:last-child, ol.inline li:last-child{
	margin-right: 0;
}
img{
	max-width: 100%;
	height: auto;
}
ul.sem-marcador, ol.sem-marcador{
	list-style: none;
}
h1.logo{
	letter-spacing: 2px;
	text-align: center;	
	font-size: 40px;
	margin: 25px 60px 0 0px;
	
}
.header img{
	margin: 20px 0 -2px 20px;
	
}


.header{
	background: #708090;
	
}

.menu{
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 55px;
}
.menu:hover{
	text-decoration: none; 
}

.menu li a{
	padding: 5px;
	border-radius: 4px;	
}

.menu li a:hover{
	text-decoration: none;
	background: #FF8C00;
	color: #FFFFFF;
}

/* Layout da Página */

.conteudo-extra{
	background: #708090;
	overflow: hidden;
	
}

.conteudo-extra h3{
	text-align: center;
	font-size: 22px;
	text-decoration: underline;
	text-decoration-color: #FF8C00;	
	
}
.conteudo-extra h4{
	text-decoration: underline;	
	
}
.conteudo-extra p{
	font-weight: 400;
}
.lateral{
	text-align: center;
	background: #708090;
	margin-top: 10px;		
}
.buscador{
	background: #708090;
	padding: 10px;
	text-align: center;
}
.buscador input.botao{
	border-radius: 3px;
	display: inline-block;
	background: #FF8C00;
	border: none;
	padding: 4px;
	margin-left: 5px;
	color: #FFFFFF;
	cursor: pointer;
}
.buscador input.botao:hover{
	background:#CB6F00;
}
.buscador input.buscar{
	text-align: center;
}
.footer{
	padding: 15px;
	background: #FF8C00;
	text-align: center;
}

.patrocinio fieldset{
	width: auto;
	height: 242px;
	margin-bottom: 12px;	
}
.patrocinio fieldset h4{
	text-decoration: underline;
	margin-top: -1px;
}
.patrocinio fieldset p{
	margin-top: 35%;
}




