body, html {
    height: 100%;
}

body {
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	background: #c8c8c8 url(/images/common/pattern01.png) repeat top center;
	color: #31313f;
}
.red-test {
    border: 1px solid #ff0000;
}
.bg1 {
	background: transparent url(/images/common/pattern01.png) repeat top center;
}

.bg2 {
	background: transparent url(/images/common/pattern02.png) repeat top center;
}

.bg3 {
	background: transparent url(/images/common/pattern03.png) repeat top center !important;
}

.bg4 {
	background: transparent url(/images/common/pattern04.png) repeat top center;
}

.bg5 {
	background: transparent url(/images/common/pattern05.png) repeat top center;
}

.bg_cinza {
	background-color: #aaaaaa !important;
}

.container {
	width: 960px;
	margin: 0 auto;
    /*box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);*/
	position: relative;
}

/* CLASSES GERAIS */ 


/* -- FIM CLASSES GERAIS -- */
.offset {
	margin-left: 160px;
}
/* HEADER */

header ul {
	margin: 0;
	list-style-type: none;
	padding: 0;
}


/* menu topo */
.top-menu {
	width: 100%;
	background-color: #000;
	box-shadow: -1px 5px 7px rgba(0,0,0,0.5);
	padding: 10px 0;
	height: 26px;
    z-index: 1;
    position: relative;
}

.lang {
	/*width: 200px;*/
	position: absolute;
	left: -10px;
	top: 0;
}

.lang li {
	display: block;
	float: right;
	padding-right: 10px;
}

.lang li + li {
	margin-left: 7px;
}

.lang li a {
	display: block;
	width: 26px;
	height: 26px;
}


.lang li a:hover img {
	width: 29px;
	margin: -2px 0 0 -1px;
}

.top-menu-itens {
	/*text-align: center;*/
	margin-left: 80px;
}

.not-link{
    cursor: default;
}

.top-menu-itens li {
	display: inline-block;
	margin-top: 2px;
}

.top-menu-itens li + li {
	margin-left: 25px;
}

.top-menu-itens li a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

.top-menu-itens li a:hover {
	/*-webkit-transition: all .25s ease-out;
	   -moz-transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
		 -o-transition: all .25s ease-out;
			transition: all .25s ease-out;
     */
	color: #FF7F00;
}

.top-menu-login{
    position: absolute;
    line-height: 28px;
    right: 0;
    top: 0;
}

.top-menu-login p{
    color:#fff;
    text-transform:uppercase;
    font-size: 14px;
}

.top-menu-login p a{
    color:#ffb901;
    font-weight:bold;
}

.top-menu-login p a:hover {
    color: #FF7F00;
}

header h1 {
	color: #424251;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	width: 500px;
	margin-bottom: 5px;
}


.header-elements .container.header_2 {
	background: transparent url(/images/common/pattern_home_cinza.png) repeat top center;
}
.header-elements .container {
	position: relative;
	display: block;
	height: 105px;
	padding: 15px 0;
}

.logo {
	width: 540px;
	padding-left: 10px;
}

.logo a {
	display: block;
}

.busca {
	display: block;
	text-align: right;
	position: absolute;
	height: 36px;
	right: 10px;
	bottom: 15px;
}

.busca form {
	display: inline-block;
}

.busca .form-control {
	width: 170px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.35) inset;
	border: 0;
	padding:  5px 10px ;
	height: 25px;
	float: left;
	text-transform: uppercase;
	font-size: 12px;
}

.busca .btn {
	display: block;
	float: left;
	width: 36px;
	height: 35px;
	background: url(/images/common/search.jpg) no-repeat center center; 
	border: 0;
	padding: 0;
}

/* MENUS */

header nav .container > ul > li {
	width: 160px;
	display: block;
	float: left;
	position: relative;
}

header nav .container > ul > li > a {
	display: block;
	width: 130px;
	height: 40px;
	padding: 15px;
	background: transparent url(/images/common/pattern04.png) repeat top center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

header nav .container > ul > li:hover > a {
	background: #000;
    font-weight: bold;
}

header nav .container ul li ul {
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 666;
}

header nav .container ul li li {
	display: none;
	opacity: 0;
}

header nav .container ul li:hover li {
	display: block;
	opacity: 1;
}

header nav .container ul li li a {
	display: block;
	padding: 10px;
	color: #fff;
	background: #000;
	width: 140px;
	min-height: 16px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
}

header nav .container ul li li a:hover {
	background: #666363;
}

header nav .container > ul > li.active a {
	background: #000000;
	font-weight: bold;
}

header nav.header_transparente .container > ul > li:hover > a {
    background-color: #000;
}
header nav.header_transparente .container > ul > li > a {
	background: url(/images/common/bg_menu_transparente.png) repeat top center;
}

header nav.header_transparente {
	position: relative;
	z-index: 666;
}

/* FIM MENUS */

/* FIM HEADER */

/* BODY */
.faixa-cinza{
    height: 21px;
    background: url(/images/common/pattern02.png) repeat top center;
    width: 960px;
    margin: 0 auto;

}
/* FIM BODY */
/* FOOTER */
footer .mapa {
	background: url(/images/common/rodape.png) top center repeat-y;
	padding-bottom: 135px;
	position: relative;
}
footer .mapa section {
	float: left;
	width: 140px;
	padding: 10px;
}

footer .mapa section h1, footer .mapa section h1 a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

footer .mapa section ul {
	margin-top: 20px;
}

footer .mapa section ul li + li {
    margin-top: 4px;
}

footer .mapa section ul li a {
	color: #0c0c1e;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
    display: block;
	line-height: 19px;
}
    footer .mapa section ul li a:hover {
        color: #fff;
    }

footer .redes {
	width: 960px;
    margin: 0 auto;
	background-color: #000;
	padding: 10px 0;
}

footer .redes .container {
    position: relative;
}

footer .redes ul {
	float: left;
	display: block;
	height: 22px;
}

footer .redes ul li {
	display: inline-block;
}

footer .redes p {
	font-size: 12px;
	float: right;
	color: #fff;
	line-height: 22px;
	text-transform: uppercase;
    margin-right: 10px;
}

footer .redes ul li a {
	display: block;
	width: 29px;
	height: 22px;
}

footer .logo-footer {
	position: absolute;
	bottom: 0;
	left: 0;
}

.screen_reader_text {
    position: absolute;
    left: -9000px;
}

/*  */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


em strong, strong em  {
	font-style: italic;
	font-weight: bold;
}

.addthis_sharing_toolbox {
    width: 72px;
    top: 2px;
    height: 20px;
    margin: 0 auto;
}

.top-menu-login {
   
    font-size: 14px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    height: 30px;
    width: 200px;
    vertical-align: middle;

}

    .top-menu-login a  {
        text-decoration: none;
        color: #f00;
    }
			
	.top-menu-login a:visited {
        text-decoration: none;
        color: #f00;
    }

    .top-menu-login span {
        color: #feb800;
    }

.sair {
    margin-right: 37px;
    float: right;
    text-align: right;
}

.botao-sair {
    background-image: url('/media/1784/sair.png');
    position: absolute;
	top: 0;
    right: 0;
    width: 31px;
    height: 24px;
}

.img-shadow {
    box-shadow: 2px 4px 8px rgba(0,0,0,0.2);
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
