/***** Global Settings *****/
html, body {border:0;margin:0;padding:0;}
body {font:100%/1.25 arial, helvetica, sans-serif;}
/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-weight:normal;}
h1 {padding:30px 0 25px 0;letter-spacing:-1px;font:2em arial, helvetica, sans-serif;}
h2 {padding:20px 0;letter-spacing:-1px;font:1.5em arial, helvetica, sans-serif;}
h3 {font:1em arial, helvetica, sans-serif;font-weight:bold;}
p, ul, ol {margin:0;padding:0 0 18px 0;}
ul, ol {list-style:none;padding:0 0 18px 40px;}
blockquote {margin:22px 40px;padding:0;}
small {font-size:0.85em;}
img {border:0;}
sup {position:relative;bottom:0.3em;vertical-align:baseline;}
sub {position:relative;bottom:-0.2em;vertical-align:baseline;}
acronym, abbr {cursor:help;letter-spacing:1px;border-bottom:1px dashed;}
/***** Links *****/
a, a:visited {text-decoration:none;}
/***** Forms *****/
form {margin:0;padding:0;display:inline;}
input, select, textarea {font:1em arial, helvetica, sans-serif;}
textarea {line-height:1.25;}
label {cursor:pointer;}
td{padding:0px;}



/* CSS DO MOURITA */

	body {
		background: #98CA00 url('../imagens/px_fundo.gif') repeat-x;
	}
	
	.main {
		width: 993px;
		height: 619px;
	}

	.b_esq {
		background: right url('../imagens/b_esq.png') no-repeat;
		height: 619px;
		width: 14px;
	}
	
	.px_caixa {
		background: url('../imagens/px_caixa.png') repeat-x;
	}
	
	
	.b_dir {
		background: left url('../imagens/b_dir.png') no-repeat;
		height: 619px;
		width: 17px;
	}
	
	.topo { height: 39px; font-family: Arial; font-size: 12px; font-weight: bolder; }
	.meio { height: 557px; }
	.fundo { height: 23px; width: 959px; background: url('../imagens/barra_inf.png') no-repeat; }
	
	.contentor {
		position: relative;
		height: 557px;
	}
	
	.menu {
		top: 10px;
		position: relative;
		float: left;
		width: 209px;
		height: 557px;
	}

	.caixaTexto {
		position: relative;
		float: left;
		text-align: center;
	}
	

	.conteudo {
		 position: relative;
		 top: 10px;
		 left: 25px;
		 background: url('../imagens/fundo_iframe.png') no-repeat; 
		 width: 737px;
		 height: 324px;
		 text-align: center;
	}
	
	.boxtexto {
		top: 30px;
		text-align: justify;
		overflow: auto;
		font-size: 11px;
		font-family: Arial;
		position: relative;
		width: 93%;
		height: 266px;
	}
	
	.botoes { /* pro ie */
		left: 25px;
		top: 10px;
		position: relative;
		overflow: hidden;
		float: left;
		width: 735px;
		height: 224px;

	}
	
	.smallmenu {
		background: white;
		position: relative;
		margin: auto;
		top: 5px;
		height: 27px;
		width: 690px;
		line-height: 27px;
		font-family: Arial;
		font-size: 10px;
		color: #407E00;
	}
	
	.botoesmenu {
		position: relative;
		margin: auto;
		width: 707px;
	}
	
	.linguas {
		line-height: 39px;
		width: 265px;
		color: white;
		padding-left: 20px;
		position: relative;
		float: left;
		text-align: left;
	}
	
	.menuRapido {
		line-height: 39px;
		color: white;
		position: relative;
		float: left;
	}
	
	.faqs {
		line-height: 39px;
		color: white;
		position: relative;
		float: right;
	}
	
	div.linguas a, div.menuRapido a, div.faqs a {
		color: white;
	}
	
	div.smallmenu a {
		color: #407E00;
	}
	
	.selectedIdioma {
		color: #99CC00;	
	}
	
	div.linguas a:HOVER, div.menuRapido a:HOVER, div.faqs a:HOVER, div.smallmenu a:HOVER {
		color: #99CC00;
	}
	
	.titulo {
		color: #99CC00;
		font-size: 15px;
		font-weight: bold;
		font-family: Arial;
	}
	
