@font-face {
	font-family: GandhiSans;
	src: url(../fonts/GandhiSans-Regular.otf);
}
.boxes2,
#biografia .boxes2{
	width: 100% !important;
}
.projetos img{
	padding: 0 10px 0 0; 
	max-height: 100%;
	min-width: 100%;
	max-width: 100%
}
#menumobile ul{
	padding: 0;
	margin: 0;
}
#menumobile{
	clear: both;
	position: absolute; 
	top: 0;
	left: 0;
	z-index: 7; 
	opacity:1;
	width: 100%;
	font-weight: light; 
}	
.submenu{display: none;}
.submenu{
	width: 100%;
	left: 0;
	position: absolute;
	border-bottom: 3px solid darkred;
	margin: 5px 0 0 0;
	padding: 0;
	background: #3958b5;
}
.submenu li{
	padding: 5px 0;
	margin: 0 5%;
	color: #FFF;
}
header#cabecalho{
	height: 25%;
}
.submenu a li{
	color: #FFF;
}
figure#logo{
	height: 100%;
}
figure#logo img{
	max-width: 90%;
}
figure#logo .caixa-tabela-center{
	height: 100%;
	vertical-align: bottom;
}
/*
<ul class="ul-menu">
		<li class="main"><img src="img/submenu.png" width="50px;" alt="Quentiha Fitness"></li>
			<ul class="submenu">

*/
/**************************************** ESTRUTURA ****************************************/
#wrapper {
	min-height:100%;
	position:relative;
} 
#conteudo {
	margin-top: 0px;
	padding-bottom: 40px; /* Height of the footer element */
}
.style2 {
    border: 0;
    background: #E9E9E9;
    font-size: 9pt;
    padding: 5px 12px;
}

/**************************************** NOTÍCIAS INDEX, NOTÍCIAS, EDIÇÕES, ANUNCIE, COLUNISTA ****************************************/
#noticias-index, #edicoes, #gatames, #noticias, #anuncie{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding:0%;
	float: left;
}

.noticias-index h3,
.noticias-index h3 a{
	font-size: 20px;
}
.noticias-index{
	width: 98%;
	display: inline-block;
	margin: 5% 1%;
	vertical-align: top;
}
.trecho_noticia{
	max-width: 99%;
	float: left;
	margin: 0 1%;
	display: block;
	vertical-align: top;
}
.noticias{
	width: 98%;
	margin: 1% 0;
	padding: 1%;
	min-height: 450px;
}
.noticias h3{
	/*font-size: 25px;*/
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 20px 0; padding:0;
}
.info_noticia{padding: 0; margin: 0;}
#footer {
	height:300px;
	text-align: center;
}
.footer_each #logo{width: 50%; //height: 100%;}
.footer_each{width: 100%}
 .fotos{
	width: 100%;
	margin: 19% 0;
}

header#cabecalho {
    white-space: nowrap;
    width: 100%;
    background-image: url(../img/bg.jpg);
    background-color: #1a2640;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding: 0 0 2% 0;
    margin: 0;
    border-top: 5px solid #3958b5;
    border-bottom: 5px solid #3958b5;
    z-index: 10;
}