/*****
 * Autor: Néstor Fioritto Briano @ http://www.nfbriano.com
 * copyright © Maio/2009 - Todos os direitos reservados
 */
@charset "utf-8";

* {
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style: none;
    /* vertical-align: middle; */
	border: none;
}

/* html { text-align: justify } */

hr {display: none;}

a, b, em, strong, abbr, span {vertical-align: baseline;}

u {text-decoration: underline;}

sup {vertical-align: super;}

sub {vertical-align: sub;}

blockquote {margin-left: 1.8em;}

ul, ol, dd {
	margin-left: 1.8em;
	margin-bottom: .6em;
	text-align: left;
}

ul li, ol li {
	background-attachment: scroll;
	list-style-position: outside;
	text-align: justify;
}

ul li { list-style-type: square; }

.lista-num li { list-style-type: decimal; }

.lista-lowalfa li { list-style-type: lower-alpha; }

dt { margin: .6em 0; }

a {
	text-decoration: underline;
	color: #102C8A;
}

a:hover { text-decoration: none; }

.nao_exibir { display: none; }

.centralizado { text-align: center; }

.round_corners {
	-moz-border-radius: .5em; /* mozilla */
	-webkit-border-radius: .5em; /* webkit */
	border-radius: .5em; /* css3 */
}

.round_borders {
	border: 1px solid #999;
	-moz-border-radius: .5em; /* mozilla */
	-webkit-border-radius: .5em; /* webkit */
	border-radius: .5em; /* css3 */
}

.width25 { width: 25% }
.width50 { width: 50% }
.width99 { width: 99% }

body, td, th {
	cursor: default;
	margin: 0;
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	color: #333333;
	padding: 0;
}

h2, h3 {
	margin-bottom: 0.6em;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	color: #333333;
	border-bottom: 1px solid #E5E5E5;
	font-size: 20px;
}
h3 {
	font-weight: normal;
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}

p {margin-bottom: .6em;}

.clear_both {
	clear: both;
}

/* container = body' */
#container {}

/* header */
#header {
	background-image: url(../images/header-bg.png);
	background-repeat: repeat;
	background-position: top;
	background-color: #E0E0E0;
	border-bottom: 1px solid #CCC;
	/*height: 5.5em;*/
	height: 83px;
}
#header h1 {
	text-indent: -999em;
	display: block;
	left: 10px;
	top: 0;
	height: 75px;
	width: 210px;
	background-image: url(../images/logo-language.png);
	background-repeat: no-repeat;
	background-position: top;
	position: absolute;
}

/* menu principal */
#menu_main ul {
	text-align: right;
	padding-top: 4em;
	background-color: transparent;
	_margin-right: 0;
	text-transform: uppercase;
	font-size: 105%;
	font-weight: bold;
	margin: 0 .2em 0 .2em;
}
#menu_main ul li, .menu-sel {
	display: inline;
	margin: .3em 0 0 .3em;
}
#menu_main ul li a {
	color: #464646;
	text-decoration: none;
}
#menu_main ul li a:hover {
	text-decoration: none;
	color: #7B0000;
}
.menu-sel {color: #7B0000;}

/* barra esquerda ~ menu secundário */
#left_sidebar {
	color: #333333;
	float: left;
	width: 14em;
	margin: .6em 0 .6em .3em;
}

/* conteúdo */
#content {
	margin: .6em .3em .3em 15.5em;
	padding: 0 .3em .3em .3em;
	display: block;
}

/* rodapé */
#footer {
	color: #333;
	padding: 1em .6em;
	font-size: 90%;
	border-top: 1px solid #CCC;
}
.copyRight {float: left;}
.poweredBy {float: right;}

/* box */
.box h4 {
	margin: 0;
	padding: .3em;
	background-color:#FFF;
	text-align:center;
	background-color: #464646;
	color:#FFF;
	-moz-border-radius: .3em .3em 0 0; /* mozilla */
	-webkit-border-radius: .3em .3em 0 0; /* webkit */
	border-radius: .3em .3em 0 0; /* css3 */
}
.box .box_content {
	border: solid 1px #999;
	border-top: none;
	-moz-border-radius: 0 0 .3em .3em; /* mozilla */
	-webkit-border-radius: 0 0 .3em .3em; /* webkit */
	border-radius: 0 0 .3em .3em; /* css3 */
	padding-top: .3em;
}
.box ul li { text-align: left; }
.box p {
    padding: 0 .6em;
    margin: 0;
}

/* botão */
.botao {
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
	background-color: #FFF;
	cursor: pointer;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	padding: 0 .3em;
	_padding: 0;
	margin: 0;
	background-image: url(../images/fundo-botao.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

