/**
 * @version 
 * @author Aparecido celso <Celsojrbr@gmail.com>
 * @controle de cor do site.
*/

/*
Verdão
R 0 / G137 / B 32
#008920

Azul Royal
R 0 / G86 / B 171
#0056AB

Azul Claro
R 0 / G86 / B 171
#00bafe

Amarelo Mostarda
R 253 / G196 / B 5
#FDC305

*/


#cabecalho #NavegadorTopo ul li a{
	color:#008920;
	width: 100%;
	text-align:center;
}
#cabecalho #NavegadorTopo ul li a span{
	display:block;
	position:relative;
	width:100%;
	
}
#cabecalho #NavegadorTopo ul li a span:after{
	content: " ";
	bottom:-10px;
	left:0px;
	width:100%;
	background-color:#008920;
	position: absolute;
	height: 1px;
	background-color: #13aff0;
	content: '';
	opacity: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
	transition-duration: 0.1s;
	padding: 0.0em 1.0em;
}

#cabecalho #NavegadorTopo ul li:hover > a span:after{
	background-color:#008920;
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.nav > li > a:focus, .nav > li > a:hover{
	background:none;
}

.nav > li > a:focus, .nav > li > a:hover{
	background:none;
}
#Rodape{
	color:#333;
	background:none;
	background: url(../../imgs/RodapeSite.png);
	background-position: center bottom; 
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index:10;
}
h1{
	color:#0056AB;
}
h3{
	color:#00bafe;
	/*color:rgb(0,186,254);*/
	/*color: rgb(6, 138, 187);*/
}


#inputText{
	background:none;
	border:solid #0056AB;
	border-width: 2px;
	font-size:1.4em;
	/*font-family:'belwe Lt BT';*/
}

#inputTextarea{
	background:none;
	border:solid #0056AB;
	border-width: 2px;
	/*font-family:'belwe Lt BT';*/
}

#inputButton:hover{
	
}


#inputButton{
	border:solid #0056AB;
	background:#0056AB !important;
	color:#fff;
	border-width: 2px;
	font-size:1.4em;
	/*font-family:'belwe Lt BT';*/
}

#inputTextarea{
	font-size:1.4em;
	/*font-family:'belwe Lt BT';*/
}

#iconredes img{
	border:solid #0056AB;
	border-width: 2px;
}

#inputButton:disabled{
	background:#999 !important
}


