@font-face {
  font-family: 'open_sansregular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
       url('../fonts/opensans-regular-webfont.woff') format('woff'),
       url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
       url('../fonts/opensans-regular-webfont.svg#open_regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../fonts/opensans-semibold-webfont.eot');
  src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
       url('../fonts/opensans-semibold-webfont.woff') format('woff'),
       url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
       url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'open_sansbold';
		src: url('../fonts/opensans-bold-webfont.eot');
		src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
     url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
     url('../fonts/opensans-bold-webfont.woff') format('woff'),
     url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
     url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
.content-header{
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
	background-color: #F4F4F4;
	padding-top: 25px;
	padding-bottom: 25px;
}
.content-footer{
	width: 100%;
	float: left;
	background-color: #FFF;
	padding-top: 25px;
	padding-bottom: 35px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.col-box-footer-information{
	padding-top: 25px;
	padding-bottom: 15px;
}
.col-box-footer-information b{
	color: #1f1d1d;
}
.content-main{
	width: 100%;
	float: left;
	padding-bottom: 25px;
	background-color: #FFF;
	border-bottom: 1px solid #CCCCCC;
}
.content-fluid-banners{
  margin-bottom: 25px;
}
.col-box-concurso{
  margin-bottom: 15px;
}
.col-box-media-body{
  padding-top: 15px;
}
a .media .media-body .media-heading{
  color: #333;
  font-family: 'open_sansbold';
}
a .media .media-body{
  color: #333;
  font-family: 'open_sansregular';
}
a .media .media-left img{
  border: 1px solid transparent;
}
a:hover .media .media-left img{
  opacity: 0.7;
  transition: 0.2s;
  border: 1px solid #CCCCCC;
}