@charset "utf-8";
/* CSS Document */

#fundo {
	height: auto;
	width: auto;
	background-image:url(../images/fundo.jpg);
}

#corpo{
	height: 900px;
	width: 928px;
	position: relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-image: url(../images/corpo_branco.png);
}

#box_lateral_curio{
	height: 489px;
	width: 297px;
	position: absolute;
	left: 593px;
	top: 214px;
}


#box_divisao_lateral{
	height: 459px;
	width: 25px;
	position: absolute;
	left: 10px;
	top: 7px;
}

#box_img_rodape{
	height: 179px;
	width: 170px;
	position: absolute;
	left: -7px;
	top: 704px;
	z-index: 80;
}


#box_menu_apoio{
	height: 217px;
	width: 885px;
	position: absolute;
	left: 19px;
	top: -1px;
}

#box_menu_topo{
	height: 49px;
	width: 893px;
	position: absolute;
	left: 18px;
	top: 268px;
}


#box_conteudo_links{
	height: 410px;
	width: 887px;
	position: absolute;
	left: 21px;
	top: 320px;
	overflow-x: hidden;
}

/* -------------- div's do meio (COMEÇA AQUI!) ------------ */
#meio{
	height: 480px;
	width: 779px;
	position: relative;
}
#box_sobre_filhote{
	height: 172px;
	width: 258px;
	position: absolute;
	left: 2px;
	top: 2px;
}



#box_nossos_filhotes{
	height: 172px;
	width: 258px;
	position: absolute;
	left: 268px;
	top: 2px;
}

#box_videos{
	height: 172px;
	width: 225px;
	position: absolute;
	left: 548px;
	top: 8px;
}

#box_canil_guarupe{
	height: 172px;
	width: 258px;
	position: absolute;
	left: 2px;
	top: 180px;
}

#box_pedigree{
	height: 172px;
	width: 258px;
	position: absolute;
	left: 268px;
	top: 180px;
}

#box_fotos{
	height: 172px;
	width: 225px;
	position: absolute;
	left: 549px;
	top: 185px;
}

#box_nossos_caes{
	height: 112px;
	width: 258px;
	position: absolute;		
}


#box_faq{
	height: 112px;
	width: 257px;
	position: absolute;
	left: 268px;
	top: 358px;
}


#box_nossos_caes{
	height: 112px;
	width: 257px;
	position: absolute;
	left: 2px;
	top: 358px;
}
#box_contato{
	height: 112px;
	width: 226px;
	position: absolute;
	left: 549px;
	top: 363px;
	
	
	
}
        
/* --------------- div's do meio fim ---------------------- */

/* --------------- div's do rodape ------------------------- */
#rodape{
	height: auto;
	width: 857px;
	position: absolute;
	left: 38px;
	top: 768px;
	z-index: 5;
}

#menu_rodape{
	height: 30px;
	width: 759px;
	position: absolute;
	left: 85px;
	top: 772px;
}


#transparente{
	height: 35px;
	width: 224px;
	position: absolute;
	left: 681px;
	top: 734px;
}

#transparente02{
	height: 21px;
	width: 118px;
	position: absolute;
	left: 779px;
	top: 853px;
}


#creditos{
	height: 23px;
	width: 779px;
	position: relative;
	text-align:center;
	
}

#generico{
	height: auto;
	width: 500px;
    padding-right: 20px;
	
	
}

/* -------------------- CLASSES DE TEXTO ---------------- */

.texto_copyright{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #626262;	
	
}

.texto_conteudo{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #626262;
 	text-align: justify;	
}

.iframe{
	padding-right: 40 px;
	overflow-x: hidden;
	overflow-y: auto;
	border: 0px;
	
}

