	
	.capaH {background: url(../imagens/capaH.jpg) 0px 0px no-repeat !important;}
	.fundo1H {background: url(../imagens/fundo1H.jpg) 0px 0px no-repeat !important;}
	.fundo2H {background: url(../imagens/fundo2H.jpg) 0px 0px no-repeat !important;}
	.fundo3H {background: url(../imagens/fundo3H.jpg) 0px 0px no-repeat !important;}
	.fundo4H {background: url(../imagens/fundo4H.jpg) 0px 0px no-repeat !important;}
	.fundo5H {background: url(../imagens/fundo5H.jpg) 0px 0px no-repeat !important;}
	.fundo6H {background: url(../imagens/fundo6H.jpg) 0px 0px no-repeat !important;}
	.fundo7H {background: url(../imagens/fundo7H.jpg) 0px 0px no-repeat !important;}
	.fundo8H {background: url(../imagens/fundo8H.jpg) 0px 0px no-repeat !important;}
	.fundo9H {background: url(../imagens/fundo9H.jpg) 0px 0px no-repeat !important;}

	
	/* === Orientacao Paisagem */
	@media (min-width: 1200px) { /* >> Medias Queries até desktop */
	    .capaH {background: url(../imagens/capaH.jpg) 0px 0px no-repeat !important;}
	    .fundo1H {background: url(../imagens/fundo1H.jpg) 0px 0px no-repeat !important;}
	    .fundo2H {background: url(../imagens/fundo2H.jpg) 0px 0px no-repeat !important;}
	    .fundo3H {background: url(../imagens/fundo3H.jpg) 0px 0px no-repeat !important;}
	    .fundo4H {background: url(../imagens/fundo4H.jpg) 0px 0px no-repeat !important;}
	    .fundo5H {background: url(../imagens/fundo5H.jpg) 0px 0px no-repeat !important;}
	    .fundo6H {background: url(../imagens/fundo6H.jpg) 0px 0px no-repeat !important;}
	    .fundo7H {background: url(../imagens/fundo7H.jpg) 0px 0px no-repeat !important;}
	    .fundo8H {background: url(../imagens/fundo8H.jpg) 0px 0px no-repeat !important;}
	    .fundo9H {background: url(../imagens/fundo9H.jpg) 0px 0px no-repeat !important;}
	}

/* ==========================================================================*/
/* ============================ Somente para Tablets ========================*/
/* ==========================================================================*/
/* === Orientacao Retrato */
	@media (min-width: 768px) and (max-width: 979px) {
		.capaV {background: url(../imagens/capaV.jpg) -44px -69px no-repeat !important;}
		.fundo1V {background: url(../imagens/fundo1V.jpg) -44px -69px no-repeat !important;}
		.fundo2V {background: url(../imagens/fundo2V.jpg) -44px -69px no-repeat !important;}
		.fundo3V {background: url(../imagens/fundo3V.jpg) -44px -69px no-repeat !important;}
	}
	@media (min-width: 680px) and (max-width: 768px) {
		.capaV {background: url(../imagens/capaV.jpg) -44px -69px no-repeat !important;}
		.fundo1V {background: url(../imagens/fundo1V.jpg) -44px -69px no-repeat !important;}
		.fundo2V {background: url(../imagens/fundo2V.jpg) -44px -69px no-repeat !important;}
		.fundo3V {background: url(../imagens/fundo3V.jpg) -44px -69px no-repeat !important;}
	}
	@media (max-width: 680px) {
		.capaV {background: url(../imagens/capaV.jpg) -133px -69px no-repeat !important;}
		.fundo1V {background: url(../imagens/fundo1V.jpg) -44px -69px no-repeat !important;}
		.fundo2V {background: url(../imagens/fundo2V2.jpg) 0px 0px no-repeat !important;}
		.fundo3V {background: url(../imagens/fundo3V.jpg) -44px -69px no-repeat !important;}

	}

	.fadeout {opacity: 1; transition: opacity .2s ease-out; -moz-transition: opacity .2s ease-out; -webkit-transition: opacity .2s ease-out; -o-transition: opacity .2s ease-out;} 

     .fadeout:hover {opacity: .5;}  botao - trasparencia no passar o mause.
