/*=======================
INES
=========================
*/
main .container{
    padding: 28px 0 65px;
}

/* Criação de sidebar lateral direita */
#sidebar{
	width: 210px;
}

#sidebar ul li img{
	padding-bottom:10px;
}

#sidebar h2{
	display:none;
}

pre{
	margin:10px;
}

/* Marcador de menu com submenu 
main #navigation nav h2 {
    background: #eaebee url(../img/menu-ativo.gif) no-repeat 130px 14px;
}
*/

/* Alteração da altura do banner rotaivo na pagina inicial */
.banner-carousel .banneritem img { 
    width: 746px;
	height: 300px;
}


/* Propriedade para hover modulos personalizados html na pagina inicial - concursos e mercado de trabalho  */
main div.container #content #content-section .lk a:hover{
    text-decoration: underline;
}

/* Background do topo 
.bgines {
background-image: url('/ines_portalpadrao/images/fachada-ines.png');
background-repeat: no-repeat;
background-position: 43% 79%;
}
*/

/* Logotipo do topo 
.topo-logo {	
background-image: url('/ines_portalpadrao/images/logo-ines.png');
background-repeat: no-repeat;
background-position: 17% 80%;
}
*/

/* Background do topo - logo ines e fachada */
.bgines {
	background-image: url('../../../images/logo-fachada.png');
	background-repeat: no-repeat;
	background-position: 13% 79%;
}

/* Telas com no mínimo 980px (Computadores)*/
@media (min-width:980px) {
	header .container, main .container, footer .container {
    		width: 1260px;
	}	
}
/* Telas com no máximo 979px (Tablets)*/
@media (max-width:979px) {
	#sidebar{
		display:none;
	}
}
/* Telas com no máximo 767px (Celulares)*/
@media (max-width:767px) {
	#sidebar{
		display:none;
	}
	.bgines {
		background-position: -5% -60%
	}
}