body,
td,
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

body {
	/* background-image: url(imagens/fundo.jpg); */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.cor-preto {
	color: #000 !important;
}

.fundo-manu {
	background-color: #ffcc01;
	height: 70px;
	width: 100%;
	position: absolute;
	z-index: -1;
}

.menu a {
	text-decoration: none;
}

.menu span {
	color: #0a021a;
	font-size: 14px;
	transition: all .4s ease-in-out;
	cursor: pointer;
	font-style: initial;
}

.menu span:hover {
	color: #FFF;
	transition: all .4s ease-in-out;
}

.dropbtn {
	color: #000;
	background-color: #ffcc01;
	border: none;
	font-family: Verdana,
		Arial,
		Helvetica,
		sans-serif;
	transition: all .4s ease-in-out;
}

.dropdown {
	position: relative;
	display: inline-block;
	transition: all .4s ease-in-out;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	font-style: initial;
	text-align: left;
	font-size: 10px;
	transition: all .4s ease-in-out;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	transition: all .4s ease-in-out;
}

.dropdown-content a:hover {
	background-color: #ddd;
	transition: all .4s ease-in-out;
}

.dropdown:hover .dropdown-content {
	display: block;
	transition: all .4s ease-in-out;
}

.dropdown:hover .dropbtn {
	color: #FFF;
	transition: all .4s ease-in-out;
}

.links {
	/* color: #FF5700; */
	color: #000;
	text-decoration: none;
}

.destaqueAzul {
	font: italic bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #3D78DA;
}

.destaqueLaranja {
	font: italic bold 11px Verdana, Arial, Helvetica, sans-serif;
	/* color: #FF6600; */
	color: #000;
}

.forms {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	/* color: #FF5700; */
	color: #feb64a;
}

.destaqueBlack {
	font-size: 11px;
	color: #000000;
	width: 95%;
	text-align: center;
}

.preco {
	color: #006dde;
	font-size: 10px;
	line-height: 15px;
	margin-top: 10px;
	height: 80px;
}

.preco a {
	color: #006dde;
	text-decoration: none;
}

.preco span {
	font-weight: 800;
	font-size: 11px;
}

.tit {
	font-weight: 800;
	font-size: 12px;
	height: 40px;
}

.ampliar {
	margin-bottom: 20px;
}

.titulo {
	margin-top: 10px;
}