.estica {
	background-attachment: scroll;
	background-image: url(../imagens/estica2b.jpg);
	background-repeat: repeat-y;
	background-position: right -213px;
}
.titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00477C;
}
.header_video {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #84C225;
}
.header_audio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E77817;
}
.header_foto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0093DD;
}
.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.link:hover {
	text-decoration: underline;
}
.link_navega {
	color: #003A79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3698C7;
}
.link_navega:hover {
	color: #339900;
	border-bottom-style: solid;
	border-bottom-color: #339900;
}
.link_navega:active {
	color: #339900;
	font-weight: bold;
	border-bottom-style: none;
}
.carregando {
	background-attachment: fixed;
	background-image: url(../imagens/carregando.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.breadcrumb {
	color: #003A79;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3698C7;
}
.breadcrumb:hover {
	color: #339900;
	border-bottom-style: solid;
	border-bottom-color: #339900;
}