/* Corpo */
body {
	font : 90%/1.4 'Helvetica Neue', arial, helvetica, helve, sans-serif; 
	border-left: 1px solid #909090;
	border-right: 1px solid #909090;
	background-repeat: no-repeat;
    background-color: #FFFFFF;
    font-weight: 400;
	}
#botoes480{display: none;}	
.texto-none{text-decoration: none;}
.none{ list-style: none; }
.square{ list-style: square; }
.bullet{ list-style: bullet;}

p { text-indent: 40px; }

/* 4_box */


.transicao {transition:all .3s ease-in-out;}
.border-box{box-sizing: border-box;}
.excerpts :hover{border-color:#A2B70D; box-shadow:0px 0px 5px 5px #A2B70D;}

.borda-hover :hover{
	border: 2px solid #A2B70D;
	-webkit-transition: 0.5s ease-in;
	
	
}

/* Botões Adm */
.button_adm {
	text-decoration: none;
	margin-top: 15px;
	padding: 10px 10px;
	border-radius: 2px;
	border: 2px solid #888888;
	background-color: #eeeeee;
    color: black;
	cursor: pointer;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button_adm:hover {
	background-color: white; 
    color: black; 
	border-radius: 2px;
    border: 2px solid #4CAF50;
	
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

/* Posição Fixa */
	
	.fixed  {position:fixed; width: 100%; z-index: 1000;}


/* Navegadores Utiliza topo  */

.navegador-topo { display: table; }
.utilize 		{ float: left; width: 70%; }
.navegador-img 	{ margin-left: 72%; }

/* Div Notícias - Foto e texto */

.div-noticias	{ display: table; }
.div-img 		{ float: left; width: 30%; }
.div-texto	 	{ margin-left: 32%; }

/* Dividindo 2 divs  */

.div-tudo 		{ display: table; }
.div-1 			{ float: left; width: 50%; }
.div-2 			{ margin-left: 52%; }

/* Linha */

.dotted1{
	margin: 0 10px 0 10px;
	border-bottom:1px dotted #111111;
}

/* h1 título  */


h1.titulo_adm{
	height: 50px;
	color: navy;
	padding: 10px 0 10px 0;
	background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white, silver); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white, silver); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white, silver); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white, silver);
	border-bottom: 3px solid #170BAF;
	margin: 0 auto;
	font-family: Arial,"Trebuchet MS",sans-serif;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
}

h2.submenu{
	height: 36px;
	color: white;
	background: url("../imagens/titulo_menu.jpg");
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	font-family: Verdana Geneva Arial Helvetica sans-serif;
	margin-top: 0px;
	padding-top: 15px;
}
h2.manchete{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF8D2;
	border-bottom: thin solid #F4EBA6;
	color: Black;
	font-size: 16px;
	margin: 0 0 0 3px;
	padding: 10px 0 5px 5px;
}
/* menu 2ª página */

#menu2 {
	margin: 0 0 0 0;
	font: bold 12px Arial;
	}

#menu2 li a {
        
		background-image: linear-gradient(to bottom, white, silver);
		text-decoration: none;
		font-weight: bold;
        }

#menu2 li a:link, #menu2 li a:visited {
	
	display: block;
	
	padding: 9px 0 8px 10px;
}

#menu2 li a:hover, #menu2 li #current { 
	color: black;
	background-image: linear-gradient(to bottom, #dddddd, #ffffff);
	padding: 9px 0 8px 10px;
}

/*  img responsivo */ 

.img-responsive {
	display: block;
	margin: 0 auto;
	border: 3px double gray;
	max-width: 80%;
	height: auto
}	
.produtos{
	height: 150px;
}

	
/* Comprimento */
	
	.wid120{width: 220px;}
	.wid10{width: 10%;}
	.wid20{width: 20%;}
	.wid30{width: 30%;}
	.wid40{width: 40%;}
	.wid50{width: 50%;}
	.wid60{width: 60%;}
	.wid70{width: 70%;}
	.wid80{width: 80%;}
	.wid90{width: 90%;}
	.wid100{width: 100%;}
	
	.baner-voo{height: 50px;}
	.padding-voo{padding-top: 25px;}
	
/* Borda */
	
	.borda-redonda10-top{	
	border-top-left-radius:10px;
	border-top-right-radius:10px;}
	
	.borda-redonda5{border-radius: 5px;}
	.borda-redonda10{border-radius: 10px;}
	.borda-redonda20{border-radius: 20px;}
	.redondo { 
		border: 3px double #eeeeee;
		border-radius: 50%; }
	
	.border-top8{border-top:8px #00bfff solid;}
	
	.border-bottom1{border-bottom:1px #888888 solid;}
	
	.border-bottom-dotted1{
		border-bottom:1px #eeeeee dotted;
		margin: 8px 10px 10px 0;
	}
	.border-bottom-dotted2{
		border-bottom:1px #eeeeee dotted;
		margin: 10px 10px 10px 0;
	}
	.border-bottom-dotted3{
		border-bottom:1px #eeeeee dotted;
		margin: 13px 10px 10px 0;
	}
	
	.border-bottom8{border-bottom:8px #00bfff solid;}
	
	.border-solid-1{border: 1px solid #909090;}
	
	.border-solid-1-img{ border:1px double #021a40; }
	.border-solid-3-img{ border:3px double #021a40; }
	
	.border-top-dotted1{border-top:1px #100040 dotted;}
	.border-bottom-dotted1{border-bottom:1px #100040 dotted;}
	.border-dotted2{border-bottom:2px #100040 dotted;}

/* Container e Box */

	.container { left:0; zoom:1; z-index:999;  padding: 0 4% 0 4%; }
	

	.box-shadow{
		-webkit-box-shadow: inset 14px 5px 23px -5px rgba(0,0,0,0.69);
		-moz-box-shadow: inset 14px 5px 23px -5px rgba(0,0,0,0.69);
		box-shadow: inset 14px 5px 23px -5px rgba(0,0,0,0.69);
	}
	.sombra {
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.sombra-top {
		box-shadow: 0 -4px 4px -2px rgba(0, 0, 0, 0.2), 0 -6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	.sombra-bottom {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}
	.sombra-bottom2 {
	box-shadow: 0 4px 4px -4px gray;
}
	

/* Blockquote */

	blockquote {
	  padding: 1rem 1.5rem;
	}
	blockquote *:last-child {
	  margin: 0;
	}

/* background baner */

.background-baner{
	background: url(../../../imagens/slider.png) repeat right 0;
	height: 350px;
	}
@media only screen and (max-width: 480px) {
	
#botoes480{display: block;}
#botoes_table{display:none;}

.background-baner{
	background: url(../../../imagens/slider.png) repeat right 0;
	height: 520px;
	}
}	
/* Footer */
.background-footer{ background:url("../../../imagens/separator.gif") 0 0 repeat-x; }


