html {
	height: 100%;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body#default{
	background-image: url("../images/layout/temas/default/bg1.png");
	background-repeat: repeat;
	position: relative;
	margin: 0;
	padding-bottom: 6rem;
	min-height: 100%;
}

body#default #page_header{
	display: none;	
}

body#default .breadcrumb{
	margin-top: -20px !important;	
}

body#default #page_footer{
	background-color: #A0A0A0;
	padding-top: 0px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

body#default #page_footer h5{
	margin-top: 15px;
}

body#default #page_footer #pg-foo-fatures{
	display: none;
}

body#default #page_footer #container-grupo{
	background-color: #E7E7E7;	
	display: block;	
	padding-top: 5px;
	padding-bottom: 5px;
}

body#default #page_footer #container-grupo img{
	margin: auto auto;
}

div.panel div.panel-footer-for-pagination{
	text-align: center;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
}

body#default .loginContainer .alert.alert-default{
	background-color: #E7E7E7;
	border-color: #E0E0E0;
}

body#default #panel-noticias .panel-body{
	padding: 0px;	
}

body#default .container-noticias{
	text-align: center;
	background-color: white;
	padding: 0px;
	overflow: hidden;
}

body#default .container-noticias .prev{
	background-color: transparent;
	border: none;
	width: 30px;
}

body#default .container-noticias .next{
	background-color: transparent;
	border: none;
	width: 30px;
}

body#default .container-noticias .prev i,
body#default .container-noticias .next i{
	color: #337ab7;	
	text-shadow: none;
	opacity: initial;
}

body#default .container-noticias .box-noticia{
	display: inline-block;
	width: 235px;
	margin: 2.5px;
	background-color: white;
	height: 190px;
	max-height: 190px;
	overflow-y: hidden; 
	border: 1px solid #C0C0C0;
}

body#default .container-noticias .veja-mail h2{
	margin-top: 30%;
}

body#default .container-noticias .box-noticia .img-container{
	width: 233px;
	height: 105px;
	display: table;
}

body#default .container-noticias .box-noticia .img-container div{
	display: table-cell;
	vertical-align:middle;
}

body#default .container-noticias .box-noticia .img-container img{
	max-width: 233px;
	max-height: 105px;
	margin: auto auto;
}

body#default .container-noticias .box-noticia hr{
	margin-top: 5px;
	margin-bottom: 5px;
}

body#default input.tf,
body#default .hover-cursor{
	cursor: pointer;
}

@media screen and (min-width: 1024px){
	body section#page_content {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 1023px) and (min-width: 768px){
	body section#page_content {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 736px) and (min-width: 568px){
	body section#page_content {
		padding-bottom: 70px;
	}
}
/*
.navbar-collapse, .breadcrumb  {

	background-color: #FFE6ED;
}	*/
/*=================== alterações das definições do bootstrap =================*/

