.fundo {
	background-color: #FFF;
}

.linha_liqnews {
	background: transparent;
	border: #333 1px dotted;
}

.nav-tabs-dropdown {
	display: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.nav-tabs-dropdown:before {
	content: "\e114";
	font-family: 'Glyphicons Halflings';
	position: absolute;
	right: 30px;
}

.col-md-9 h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	color: #036F4D;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (min-width: 769px) {
	.nav-tabs {
		border-bottom: 1px solid #ddd;
		margin-top: -20px;
	}
	#nav-tabs-wrapper {
		display: block !important;
	}
}

@media screen and (max-width: 768px) {
	.nav-tabs-dropdown {
		display: block;
	}
	#nav-tabs-wrapper {
		display: none;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		text-align: center;
	}
	.nav-tabs-horizontal {
		min-height: 20px;
		padding: 10px;
		margin-bottom: 20px;
		background-color: #f5f5f5;
		border: 1px solid #e3e3e3;
		border-radius: 4px;
		-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	}
	.nav-tabs-horizontal>li {
		float: none;
	}
	.nav-tabs-horizontal>li+li {
		margin-left: 2px;
	}
	.nav-tabs-horizontal>li,.nav-tabs-horizontal>li>a {
		background: transparent;
		width: 100%;
	}
	.nav-tabs-horizontal>li>a {
		border-radius: 4px;
	}
	.nav-tabs-horizontal>li.active>a,.nav-tabs-horizontal>li.active>a:hover,.nav-tabs-horizontal>li.active>a:focus
		{
		color: #ffffff;
		background-color: #006298;
	}
	.col-md-9 h2 {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-style: italic;
		font-weight: bold;
		color: #036F4D;
		margin-top: -10px;
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 10px;
		float: left;
		width: 500px;
	}
}

<!--
-Animação Thumnails  ------>.thumb {
	margin: 0 auto;
}

.thumb img {
	position: relative;
	z-index: 1;
	border: 1px solid #ddd;
	margin: 10px 10px 10px 10px;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s; /* Safari */
}

.thumb img:hover {
	cursor: pointer;
	-webkit-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	transform: scale(2, 2);
	transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s; /* Safari */
	box-shadow: 2px 2px 5px #888888;
	z-index: 5;
}

<!--
-CSS do Footer  --->.text-muted {
	margin: 20px 0;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}

@media only screen and (min-width: 768px) {
	.thumb {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
}

li.cor-azul {
	border-bottom: 6px solid transparent;
}

li a.cor-azul {
	margin-top: 0;
}

li:hover .cor-azul {
	border-bottom: 0;
	border-bottom: 4px solid #7D9AAA;
}

li.active.cor-azul {
	border-bottom: 0;
	border-bottom: 4px solid #7D9AAA;
}

li.cor-laranja {
	border-bottom: 6px solid transparent;
}

li a.cor-laranja {
	margin-top: 0;
}

li:hover .cor-laranja {
	border-bottom: 0;
	border-bottom: 4px solid #E17000;
}

li.active.cor-laranja {
	border-bottom: 0;
	border-bottom: 4px solid #E17000;
}

li.cor-verde {
	border-bottom: 6px solid transparent;
}

li a.cor-verde {
	margin-top: 0;
}

li:hover .cor-verde {
	border-bottom: 0;
	border-bottom: 4px solid #00B2A9;
}

li.active.cor-verde {
	border-bottom: 0;
	border-bottom: 4px solid #00B2A9;
}

li.cor-azul-esc {
	border-bottom: 6px solid transparent;
}

li a.cor-azul-esc {
	margin-top: 0;
}

li:hover .cor-azul-esc {
	border-bottom: 0;
	border-bottom: 4px solid #004165;
}

li.active.cor-azul-esc {
	border-bottom: 0;
	border-bottom: 4px solid #004165;
}

.img-liqnews {
	margin-top: 10px;
	margin-bottom: 20px;
}

.list-group-item>.item_cad {
	margin-left: 15px;
	font-size: 14px;
}

.list-group-item>a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006298;
}

.list-group-item>a:hover {
	color: #036F4D;
}

@media only screen and (min-width: 768px) {
	.list-group-item>a {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #006298;
	}
	.list-group-item>a:hover {
		color: #036F4D;
		text-decoration: none;
	}
	.text-center-brindes {
		text-align: center;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #000;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.text-center {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-center-parc {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-center-brindes {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text-conselho {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	color: #000;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.text-conselho>a {
	color: #006298;
	font-size: 18px;
	font-weight: bold;
}

.text-conselho>a:hover {
	color: #036F4D;
}

.text-planoMil {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 180%;
}

.text-planoMil>a {
	color: #006298;
	font-size: 18px;
	font-weight: bold;
}

.text-planoMil>a:hover {
	color: #036F4D;
}

.text-treinamento {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 180%;
}

.text-treinamento>a {
	color: #006298;
	font-size: 18px;
	font-weight: bold;
}

.text-treinamento>a:hover {
	color: #036F4D;
}

.texto-seq {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

.text-proposta {
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -2px;
}

.text-proposta a:link {
	color: #006298;
	text-decoration: none;
}

.text-proposta a:hover {
	color: #036F4D;
	text-decoration: none;
}

.text-proposta a:focus {
	color: #036F4D;
	text-decoration: none;
}

.texto-camp {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
	margin-top: 50px;
}

.form-signin label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.form-signin .form-signin-heading,.form-signin .checkbox {
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

@media only screen and (min-width: 768px) {
	.form-signin label {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #000;
	}
	.form-signin .form-signin-heading,.form-signin .checkbox {
		margin-bottom: 10px;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 30px;
		color: #000;
	}
	.text-proposta {
		text-align: center;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		margin-top: 5px;
		margin-bottom: 5px;
		margin-left: -2px;
	}
	.text-proposta a:link {
		color: #006298;
		text-decoration: none;
	}
	.text-proposta a:hover {
		color: #036F4D;
		text-decoration: none;
	}
	.text-proposta a:focus {
		color: #036F4D;
		text-decoration: none;
	}
	.img-rounded {
		border-radius: 6px;
	}
	.text-conselho {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		text-align: justify;
		color: #000;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.text-planoMil {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #000;
		text-align: justify;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		line-height: 180%;
	}
	.text-treinamento {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #000;
		text-align: justify;
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
		line-height: 180%;
	}
	.texto-camp {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 22px;
		font-weight: bold;
		color: #000;
	}
	.texto-seq {
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: normal;
		color: #000;
	}
}