/*
    Desenvolvido por Artweb Design Digital
    http://www.artwebdigital.com.br/
    criacao2@artwebdigital.com.br
*/

body,h1,h2,h3,p,a,ul,li,select,option,input,textarea,table,th,td,blockquote,hr,button,div{
	margin:0;
	padding:0;
	font-weight: normal;
} 

body{
	background: #FFFFFF;
}

html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}

a{
	text-decoration: none;
	color: #FF0000;
}

a:hover{
	text-decoration:none;
	color: #FFFF00;
}

img{
	border:none;
	max-width:100%;
}

button{
	border:none;
	cursor:pointer;
}

.limpa{clear:both;}
.limpa20{clear:both; height: 20px;}

input, select, textarea{
	font-family:tahoma;
	font-size:16px;
	color:#333;
}

/* header */
.navbar-default{
	padding:9px 0;
}

.navbar-nav li{
	list-style:none;
	float:left;
}

.navbar-nav li a{
	margin-left:21px;
	padding-top:20px;
	text-align:center;
	display:block;
	color:#f4801d;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
}

.navbar-nav li a.menuAtivo, .navbar-nav li a:hover{
	background:url(../img/menu-ativo.png) no-repeat center top;
	color:#000;
}

.navbar-header{
	float:left;
	margin-left:38px;
}

.navbar-collapse{
	float:right;
	margin-top:14px;
	margin-right:10px;
}

.navbar-toggle{
	display:none;
}

.espacoMenuCelular{
	display:none;
}

/* BANNER */
#bannerSuperior{
	width:900px;
	height:326px;
	margin:0 auto;
}

/* content */
#content{
	margin:0 auto;
}

#content::before, #content::after {
	content: ' ';
	display: table;
}

#content::after{
	clear: both;
}

#content, #content p{
	font-size:15px;
	color:#666;
	line-height:22px;
}

#content h2{
	font-size:26px;
	font-weight:bold;
	color:#333;
	margin-bottom:20px;
	text-transform:uppercase;
}

/* footer */
#rodapeFixo{
	padding-bottom:150px;
}

#rodapeTodo{
	background: #000;
	width:100%;
	height:150px;
	margin-top:-150px;
	position:relative;
	clear:both;
}

#footer{
	background:#ccc;
	height:65px;
}

#baseRodape{
	width:980px;
	height:100%;
	margin:0px auto;
	background:#D4BFAA;
	padding-top:10px;
}
#footer p {
    text-align: center;
    color: #FFFFFF;
	font-size:14px;
	line-height:20px;
}

#footer a {
    color: #fff;
}

#footer a:hover{
	color:#FFFF00;
}

.maya{
	overflow: hidden;
	position: relative;
	z-index: 10;
	float: right;
	margin: 20px 0 0 0;
	background: url(../img/criacao-sites-maya.png) no-repeat center top;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	outline:none;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	-ms-transition: background 200ms linear;
	-o-transition: background 200ms linear;
	transition: background 200ms linear;
}

.maya:hover{
	background-position: center bottom;
}

/* noticia noticia */
.imagemNoticia{
	max-width:300px;
	float:left;
	margin:0 20px 10px 0; 
}

.dataNoticia{
	float:right;
	margin:10px 0 0 0;
}

.descricaoNoticias{
	color:#666 !important;
}

.linkTodasNoticias{
	float:right;
	font-weight:bold;
}

.caixaCompartilhamentos{
	margin:20px auto 0;
	width:600px;
	text-align:center;
}

.compartilharIndividual{
	float:left;
	margin:0 10px;
}

/* tamanhos tamanhos */
.tamanhoTela{
	width:1200px;
	margin:0 auto;
}

@media(max-width: 1230px) {
	.tamanhoTela{width:980px;}
}

@media(max-width: 1000px) {
	.tamanhoTela{width:740px;}
}

@media(max-width: 767px){
	.tamanhoTela{width:auto; padding:0 20px;}
}