@charset "utf-8";
/* =============================================================================
CSS Document 
Projeto: PAC2
Agencia: Ponto Comunicação
Desenvolvedor: Tiago Teles <bahteles@gmail.com>
============================================================================= */

* {margin:0; padding:0; border:0;}
html, body {background:#fff; font:12px Arial, Helvetica, sans-serif; color:#464646;}

	img, a, *:focus {outline: none;}
	a {text-decoration: none;}
	
	div.clear,
	html body span.clear { background:none; border:0; clear:both; display:block; float:none; font-size:0; margin:0; padding:0; overflow:hidden; visibility:hidden; width:0; height:0 }

	#geral {width:600px; height:650px; margin:0 auto; overflow: hidden; position: relative;}
	#googleplus {position:absolute; left:68px; bottom:3px; font-size:10px; background:url(../images/googleplus.png) no-repeat right 0px; padding-right:40px; height:34px; color:#464646;  z-index:10;}
	#pacIcon {position:absolute; left:0px; bottom:3px; font-size:10px; background:url(../images/pacIcon.png) no-repeat right 0px; padding-right:40px; height:36px; color:#464646;  z-index:10;}
	#twitter {position:absolute; left:45px; width: 29px;bottom:8px; font-size:10px; background:url(../images/twitter.png) no-repeat right 0px; height:28px; color:#464646;  z-index:10;}
	a.desenvolvido {position:absolute; right:10px; bottom:5px; font-size:10px; background:url(../images/logo-punto-comunicacao.png) no-repeat right -3px; padding-right:100px; height:45px; color:#464646;  z-index:10;}
	a.link {position:absolute; font-size:10px; right -3px; padding-right:34px; height:45px; color:#464646;  z-index:10;}

	#layerslider { width: 600px; height: 650px;}


	.btProx{
		background:url(../images/btn-proximo.png) no-repeat;
	}

	.btProx:hover {
		background-position: 0 -40px;
	}

	.btVoltar{
		background:url(../images/btn-voltar.png) no-repeat;
	}
	.btVoltar:hover {
		background-position: 0 -38px;
	}

	.btVoltarInicio{
		background:url(../images/btn-voltarInicio.png) no-repeat;
	}
	.btVoltarInicio:hover {
		background-position: 0 -38px;
	}

	.btVoltarInicio{
		width: 200px;
		height: 80px;
		position: absolute;
	}

	.btProx,
	.btVoltar {
		width: 109px;
		height: 45px;		
		position: absolute;
	}