a{ text-decoration:none; color:#000}
a:hover{ color:#C00}
.aviso{ font-family:Arial, Helvetica, sans-serif; color:#f00; font-size:1.1rem; font-weight:bold}
.topo{ background: url(../admenox/images/topo.jpg) center top no-repeat}
.botoes {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e6e1e1), color-stop(1, #746d6d) );
	background:-moz-linear-gradient( center top, #e6e1e1 5%, #746d6d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6e1e1', endColorstr='#746d6d');
	background-color:#ffffff;
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
	border:1px solid #938e8e;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-size:13px;
	font-weight:normal;
	padding:10px 15px;
	text-decoration:none;
}.botoes:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #746d6d), color-stop(1, #e6e1e1) );
	background:-moz-linear-gradient( center top, #746d6d 5%, #e6e1e1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#746d6d', endColorstr='#e6e1e1');
	background-color:#ffffff;
}.botoes:active {
	/*position:relative;*/
	top:1px;
}

.containerCenter {
width: 100vw;
height: 100vh;
margin:0 auto;
/*flex-direction: row;display: flex;justify-content: center;
align-items: center*/
 }
.btTopo{ width:25px;float:right; padding:3px;text-align:center; margin:3px}
.btTopo:hover{ padding:5px;}
.containerWrap{width:1100px; margin:0 auto; padding:20px; background-color:#ffffff}
.formulario { font-family:Arial, Helvetica, sans-serif; font-size:1em;  color:#403b02; border:solid; border-width:1px;border-color:#CCCCCC; border-radius:5px; height:25px; padding:8px 14px}
.divcenter{ margin:0 auto}
.imgNews{width:50%;}
.selex{height:40px;}
h1 {font-size: 2rem;color: #8d061f;font-family: 'Oswald', sans-serif; }
h2 {font-size: 1.8rem;color: #8d061f;font-family: 'Oswald', sans-serif;}
h3 {font-size: 1.6rem;color: #8d061f;font-family: 'Oswald', sans-serif;}
h4 {font-size: 1.4rem;color: #8d061f;font-family: 'Oswald', sans-serif;}
h5 {font-size: 1.2rem;color: #8d061f;font-family: 'Oswald', sans-serif;}
h6 {font-size: 1rem;color: #8d061f;font-family: 'Oswald', sans-serif;}
label {
	font-size: 0.9em;
	color: #000;
	font-weight:bold;
}
.linhaSelecionada{border-bottom:1px dotted #333; background-color:#fff}
.linhaSelecionada:hover{background-color:#ededed}
.degradeCinza{
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #eeeeee) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #eeeeee 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
	background-color:#eeeeee;
     padding:15px; border:1px solid #ddd}
.lista{ padding:10px}
.clear{ clear:both}
.colAuto{width:auto; float:left; margin-right:20px}
.col0{display:none}

.col0{display:none}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{float:left;margin:0.5%; height:auto}/*min-height:320px;min-width:220px*/
.col1{width:7.333333333%;}
.col2{width:15.66666%;}
.col3{width:24%;}
.col4{width:32.33333333%;}
.col5{width:40.66666667%;}
.col6{width:49%;}
.col7{width:57.33333333%;}
.col8{width:65.66666667%;}
.col9{width:74%;}
.col10{width:82.33333333%;}
.col11{width:90.66666667%;}
.col12{width:99%; clear:both}

.BdImgApp{ border: 1px dotted #CCC; border-radius:10px}
.tab {
	width:auto;padding:5px 8px;margin: 0 1px;
	float:left; cursor:pointer; text-align:center;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom:#ffffff 1px solid;
	border-top-left-radius:5px;
	border-top-right-radius:5px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #cccccc 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc');
}
.tab:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #cccccc 5%, #ffffff 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#ffffff');
}
.tabLr {
	width:auto;padding:5px;margin: 0 1px;
	float:right;color:#000;
	border-left: solid 1px #999999;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom:#ffffff 1px solid;
	border-top-left-radius:5px;
	border-top-right-radius:5px; padding-left:15px; 
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,#F60), color-stop(1,#FC6) );
	background:-moz-linear-gradient( center top,#F60 5%, #FC6 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F60', endColorstr='#FC6');
}
.tabLr:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #FC6), color-stop(1, #F60) );
	background:-moz-linear-gradient( center top, #FC6 5%, #F60 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FC6', endColorstr='#F60');
}

.tit3 {font-size: 1.8rem;color: #a90e36; font-weight:bold}
.tit2 { font-size: 1.5rem;font-style: normal;font-weight: bold;color: #a90e36;}
.tit1 { font-size: 1.1rem;font-style: normal;font-weight: bold;color: #a90e36;}
.tit0 { font-size: 0.8rem;font-style: normal;font-weight: bold;color: #000000;}

.avisoForm{font-size: 0.8rem;font-style: normal;font-weight: bold;color:#F00;}
.txtBR{color:#ffffff}
.Acenter{ text-align:center}
.Aright{ text-align:right}
.FonteM{ font-size:0.8em}
.maiusculas{ text-transform:uppercase}
.minusculas{ text-transform:lowercase}
#rodape{position:fixed; z-index:8000;width:100%; background-color:#941c1e; color:#fff; text-align:center; 
padding-top: 1.2rem; padding-bottom: 0.5rem; bottom:0px;

}

/*########################CARINHO RESPONSIVO################################################*/
#ChartRes{display:none}
/*=============================================================================*/
@media (max-width: 1024px){
	.imgNews{width:58%}
	.containerWrap{width:100%;}
	.rodape{width:100%;}
	}


@media (max-width: 767px) {
	#ChartNormal{display:none}
	#ChartRes{display:block}
	.container{width:90%}
	.imgNews{width:70%}
}

@media (max-width: 525px) {.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8,.col9,.col10,.col11,.col12{ width:99%; height:auto; }
.imgNews{width:95%}
}

