/*-----------------------*/
/*ESTILOS TEXTO          */

.texto {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.texto_bold {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #333333;
}

.texto_bold_verde {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4B5E1C;
	text-decoration: none;
}

.texto_bold_vermelho {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.texto_bold_natal {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #4B5E1C;
	text-decoration: none;
}

.texto_bold_azul {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #004c6d;
}

.texto_jogo {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #004c6d;
}

.texto_verde {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #4B5E1C;
}

.titulo_verde {
	font-family: "Arial";
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4B5E1C;
}

.texto_sublinhado {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	text-decoration: underline;
}

.texto_italico {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}

.texto_legenda {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #990000;
	text-align: center;
}

.texto_legenda_verde {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #4f7428;
	text-align: center;
}

.texto_encomenda {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #990000;
}

.texto_branco {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	line-height: 17px;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
}


/*-----------------------*/
/*ESTILOS LINKS          */

a:link {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:hover {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:active {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.link_vermelho a:link {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.link_vermelho a:visited {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
.link_vermelho a:hover {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.link_vermelho a:active {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

.link_verde a:link {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #4f7428;
	text-decoration: none;
}
.link_verde a:visited {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #4f7428;
	text-decoration: none;
}
.link_verde a:hover {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #4f7428;
	text-decoration: underline;
}
.link_verde a:active {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #4f7428;
	text-decoration: none;
}

.link_legenda a:link {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #336600;
	text-align: center;
}

.link_legenda a:visited {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #336600;
	text-align: center;
}

.link_legenda a:hover {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #336600;
	text-align: center;
}

.link_legenda a:active {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #336600;
	text-align: center;
}

.link_branco a:link {
font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.link_branco a:visited {
font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.link_branco a:hover {
font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.link_branco a:active {
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


/*-----------------------*/
/*ESTILOS PAGINA         */

.sombra_esquerda_tabela {
	background-image: url(BARRY/PICS/shadow_left_middle.jpg);
	background-repeat: repeat; 
}

.sombra_direita_tabela {
	background-image: url(BARRY/PICS/shadow_right_middle.jpg);
	background-repeat: repeat; 
}

.sombra_esquerda_tabela_natal {
	background-image: url(BARRY_NATAL/PICS/shadow_left_middle.jpg);
	background-repeat: repeat; 
}

.sombra_direita_tabela_natal {
	background-image: url(BARRY_NATAL/PICS/shadow_right_middle.jpg);
	background-repeat: repeat; 
}

.bg_banner_quinta {
	background-image: url(BARRY/PICS/bg_banner_quinta.jpg);
	background-repeat: repeat; 
}

.bg_banner_barry {
	background-image: url(BARRY/PICS/bg_banner_barry.jpg);
	background-repeat: repeat; 
}

.bg_banner_reino_animal {
	background-image: url(BARRY/PICS/bg_banner_reino_animal.jpg);
	background-repeat: repeat; 
}

.bg_banner_fauna_aquatica {
	background-image: url(BARRY/PICS/bg_banner_fauna_aquatica.jpg);
	background-repeat: repeat; 
}

.bg_banner_felideos {
	background-image: url(BARRY/PICS/bg_banner_felideos.jpg);
	background-repeat: repeat; 
}

.bg_banner_plantas_invertebrados {
	background-image: url(BARRY/PICS/bg_banner_plantas_invertebrados.jpg);
	background-repeat: repeat; 
}

.bg_banner_camelideos {
	background-image: url(BARRY/PICS/bg_banner_camelideos.jpg);
	background-repeat: repeat; 
}

.bg_banner_barry_natal {
	background-image: url(BARRY_NATAL/PICS/bg_banner_barry_natal.jpg);
	background-repeat: repeat; 
}

.bg_banner_ler_natal {
	background-image: url(BARRY_NATAL/PICS/bg_banner_ler_natal.jpg);
	background-repeat: repeat; 
}

.bg_banner_presepio {
	background-image: url(BARRY_NATAL/PICS/bg_banner_presepio.jpg);
	background-repeat: repeat; 
}

