/* CSS dinâmico para #abas */






	.mod-abas { background: #ccc; position: relative; }
	.grupo-abas a.aba-titulo {
		background: #ddd !important; color: #000 !important;
		font-size: 18px;
		padding: 1.03em 1.25em !important; /* FIX! Não remover! */
	}
	.grupo-abas .aba-ativa a.aba-titulo { background: #fff !important; }
	.grupo-abas .aba-conteudo > span { display: block; padding: 20px 20px 20px 20px; }
	
	

/* -------------------------------------------------------------- */			
/* HD 720p (1280x720) */			
@media only screen and (min-width: 1280px) /*and (max-width: 1439px)*/ {



}



/* -------------------------------------------------------------- */			
/* Tablet na horizontal & telas antigas 1024x768 */			
@media only screen and (min-width: 981px) and (max-width: 1279px) {



}




/* -------------------------------------------------------------- */			
/* Tablet na vertical & telas antigas 800x600 */			
@media only screen and (min-width: 768px) and (max-width: 980px) {



}


/* -------------------------------------------------------------- */			
/* Comum a mobile vertical, horizontal e tablets */
@media only screen and (max-width: 980px) {

	.mod-abas .lista-de-abas { text-align: center !important; margin-top: 20px !important; }
	.mod-abas .lista-de-abas li { display: inline-block !important; float: none !important; }
	.mod-abas .lista-de-abas li a { padding: 7px 14px !important; margin: 7px; }
	.mod-abas .grupo-abas .aba-ativa a.aba-titulo { background: #ddd !important; }
	
	
}
	

	
/* -------------------------------------------------------------- */			
/* Comum a mobile vertical e horizontal */
@media only screen and (max-width: 767px) {


}



/* -------------------------------------------------------------- */			
/* Mobile horizontal */			
@media only screen and (min-width: 480px) and (max-width: 767px) {



}




/* -------------------------------------------------------------- */			
/* Mobile na vertical */	
@media only screen and (max-width: 479px) {



}