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

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

#corpo{
	height: 768px;
	width: 779px;
	position: relative;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:0;
	background-color: #FFFFFF;
}
/* ---------------      div's do topo (COMEÇA AQUI!) ---------------- */
#topo{
	height: 220px;
	width: 779px;
	position: relative;
}

#menu_topo{
	height: 35px;
	width: 757px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	
}

#rotativo{
	height: 181px;
	width: 757px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

/* --------------- div's do topo fim ---------------- */


/* -------------- 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_conteudo_links{
	height: auto;
	width: auto;
	position: absolute;
	left: 11px;
	top: 8px;
}

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

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

#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: 11px;
}

#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: 189px;
	
	
	
}
        
/* --------------- div's do meio fim ---------------------- */

/* --------------- div's do rodape ------------------------- */
#rodape{
	height: 67px;
	width: 779;
}

#menu_rodape{
	height: auto;
	width: 779px;
	position: relative;
}

#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;
	
}

