.btnDivision {
	position: absolute;
	top: 10px;
	right: 10px;
/*	margin-top: 20px;	*/
}
.btnDivision a, .btnDivision a:hover {
	color: #FFF;
	text-decoration: none;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.tableNormal {
	border-collapse: collapse;
}
.tableNormal td {
	border: 1px #999 solid;
	padding: 5px;
}
.divHeader {
	background-color: #9eca13;
}


.titleBlue {
	background-color: rgb(85, 139, 197);
	opacity: 0.85;
	color: #FFF;
	padding-left: 10px;
}

.titleColored {
	color: #18507b;
}