.thim_overlay_azul {
    position: relative;
    background-color: #1e73be;
    background-image: -webkit-linear-gradient(left, #1e73be, #1f3f6d);
    background-image: -moz-linear-gradient(left, #1e73be, #1f3f6d);
    opacity: 0.8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.tb {
	font-family: "Lato";
	font-size: 15px;
	color: #343434;
	width: 100%;
}
.tb td {
	padding: 10px 10px;
}
.tb_align {
	text-align: center;
}
.tb_header {
	color: #fff;
	background-color: #1F3F6D;
	font-size: 15px;
	text-transform: uppercase;
}
.tb_border {
	border-bottom: 1px solid #1F3F6D;
}