body {
	text-align:center; /*centraliza no IE*/
	margin: 0;
	padding: 0;
    background:url(imagens/fundobody.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
    letter-spacing:2px
}
#tudo {
    margin: 0 auto; /*centraliza em navegadores padrão*/
	text-align:left; /* retorna alinhamento texto para a esquerda*/
	position:relative;
	width:780px;
	height:auto;
	background:url(imagens/fundotudo.jpg) top repeat-x;
	}

#esq {
	position:absolute;
	width:110px;
	height:450px;
	top:0;
	left:-110px;
}
#dir {
	position:absolute;
	width:110px;
	height:450px;
	top:0;
	left:780px;
}
#topo {
	position:relative;
	width:780px;
	height:200px;


}
#menu{
	width:210px;
	height:auto;
	float:left;
	z-index:20;
	top: -3px;
}

#principal{
	position:relative;
	text-align: center;
	padding: 15px;
	width: 530px;
	float:right;
	margin-bottom: 5px;

}

#flutuaesq{
	position:relative;
	width:auto;
	height:auto;
	float:left;
}
#flutuadir{
	position:relative;
	width:auto;
	height:auto;
	float:right;
	padding:5px 0 5px 6px;
    /*border:  #990000 1px solid;*/

}
#rodape {
	text-align:center;
	color:#FFFFFF;
	background:url(imagens/fundorodape.jpg) top no-repeat;
	width:750px;
	height:60px;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	line-height:170%;
	clear:both;
}

a{
color: #0099FF;
text-decoration:none;
}
a:hover
	{
	color: #FFFF00;
	text-decoration: none
	}
	
ul{
list-style: square;
list-style-position:inside;
line-height:150%;
letter-spacing:2px;
text-align:left;
text-indent: 5%;
}

h1 {
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color: #FF0000;
font-weight:bold;
}

h1#tec, h1#assist, h1#equip, h1#contato, h1#cadastrese, h1#parceiros{
text-indent: 4px;
width:308px;
height: 49px;
font-size: 12px;
}


h1#tec{background:url(imagens/cabecalhos.jpg) 0 0;}
h1#assist{background:url(imagens/cabecalhos.jpg) 0 -50px;}
h1#equip{background:url(imagens/cabecalhos.jpg) 0 -100px;}
h1#contato{background:url(imagens/cabecalhos.jpg) 0 -150px;}
h1#cadastrese{background:url(imagens/cabecalhos.jpg) 0 -200px;}
h1#parceiros{background:url(imagens/cabecalhos.jpg) 0 -250px;}


h1#tec span, h1#assist span, h1#equip span, h1#contato span, h1#cadastrese span, h1#parceiros span{display:none;}

h2 {
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size:16px;
color: #FF0000;
border-bottom: #FF0000 1px solid;
}

strong{
color:#fff;
font-size:110%;
}

em{
font-style:italic;
color:#FF6633;
}

p{
font-family:Arial, Helvetica, sans-serif;
color:#000000;
font-size:100%;
font-weight:normal;
line-height:150%;
text-indent:5%;
letter-spacing:2px;
text-align:justify;
}

.um{color: #990000;}

.mini{font-size: 70%;}

.pullquote{
width:160px;
float:right;
margin: 10px 0 10px 10px;
padding: 5px;
text-align:center;
text-indent:0;
border-top: 3px dotted  #FF9900;
border-bottom: 3px  dotted #FF9900;
font-size:80%;
}
