@charset "UTF-8";
body {
	margin: 0;
	border: 0;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
	text-decoration:none;
}

/*MENU FLUTUANTE*/
#tira-flutuante{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:130px;
	background-color:#FFFFFF;	
	z-index:999;
}
.site-menu-flutuante{
	position:absolute;
	width:1060px;
	left:50%;
	margin:42px 0 0 -530px;
}

#site-logomarca-grande{
	position:relative;
	width:600px;
	height:480px;
	left:50%;
	margin:60px 0 0 -220px;
	background-image:url(imagens/logo-grande.png);	
}
.site-logomarca-pequena{
	float:left;
	width:170px;
	height:50px;
	margin-right:10px;
	background-image:url(imagens/logo-pequeno.png);
}
.site-logomarca-lote42{
	float:left;
	width:70px;
	height:50px;
	margin-left:10px;
	margin-bottom:-50px;
	background-image:url(imagens/lote42P.png);
}
#site-conteudo{
	position:absolute;
	width:1060px;
	left:50%;
	margin-left:-530px;
}
.site-menu{
	float:left;
	width:100%;
	margin-top:42px;
	height:50px;
}
.site-menu-botao{
	float:left;
	height:37px;
	padding:13px 6px 0 6px;
	display:block;
	font-family:"Roboto";
	font-size:14px;
	font-weight:bold;
	text-align:center;	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor:default;
}
.site-menu-botao:hover{
	background-image:url(imagens/marcador.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size: 100% 15px;
}

.botaoAtivo{
	background-image:url(imagens/marcador.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size: 100% 15px;
}

/*fundos*/
#site-fundo{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#site-fundo-1{
	float:left;
	width:100%;
	height:640px;
	background-image:url(imagens/fundo1.jpg);
	
}
#site-fundo-2{
	float:left;
	width:100%;
	height:640px;
	background-color:#00acec;	
}
#site-fundo-3{
	float:left;
	width:100%;
	height:640px;
	background-color:#FFFFFF;	
}
#tira-bicho{
	background-image:url(imagens/fundo4.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#site-fundo-4{
	float:left;
	width:100%;
	height:640px;
	background-image:url(imagens/fundo4.jpg);
	background-repeat:no-repeat;
	background-position:center -135px;
}
#site-fundo-5{
	float:left;
	width:100%;
	height:640px;
}
#site-fundo-6{
	float:left;
	width:100%;
	height:640px;
}
.modulo-especifico1{
	background-image:url(imagens/fundo5.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#site-fundo-7{
	float:left;
	width:100%;
	height:640px;
	background-image:url(imagens/anuncie-aquiP.png);
	background-position:center top;
}
.modulo-especifico2{
	background-image:url(imagens/anuncie-aquiG.png);
	background-repeat:no-repeat;
	background-position:center;
}
#site-fundo-8{
	float:left;
	width:100%;
	height:640px;
	background-color:#000000;
}
#site-fundo-9{
	float:left;
	width:100%;
	height:1600px;
	background-image:url(imagens/fundo9.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
.modulo-especifico3{
	background-image:url(imagens/lote42G.png);
	background-repeat:no-repeat;
	background-position:right 120%;
}

/*módulos genéricos*/
.modulo{
	float:left;
	width:100%;
	height:640px;
}
.tira{
	float:left;
	width:100%;
	height:135px;
}
.foto-media{
	float:left;
	width:380px;
	height:520px;	
}
.foto-comprida{
	float:left;
	width:255px;
	height:440px;	
}
.fotos-pequenas{
	float:left;
	width:275px;
}
.foto-pequena{
	float:left;
	width:275px;
	height:210px;	
}
.fotos-miniaturas{
	float:left;
	width:555px;
}
.foto-miniatura{
	float:left;
	width:170px;
	height:170px;
	border:solid 1px #000000;
}
.foto-miniatura-espaco{
	margin:0 19px 19px 0;
}
.fotos-thumbs{
	float:left;
	width:100%;
}
.foto-thumb{
	float:left;
	width:170px;
	height:170px;
	border:solid 1px #000000;
}
.foto-thumb-espaco{
	margin:0 5px 5px 0;
	
}

/*textos*/
.coluna-fina-texto{
	float:left;
	width:300px;	
	font-family:"Roboto";
	font-size:14px;
	text-align:left;
}
.coluna-media-texto{
	float:left;
	width:465px;	
	font-family:"Roboto";
	font-size:14px;
	text-align:left;
}
.titulo{
	float:left;
	width:100%;
	font-family:"Roboto";
	font-weight:bold;
	font-size:30px;
	text-align:left;
	margin:40px 0 40px 0;
}
.texto-preto{
	color:#000000;
}
.texto-branco{
	color:#FFFFFF;	
}
.texto-azul{
	color:#00acec;
}
