/*----------------------*/

body {
	background: #cccccc;
	height: 800px;
	width: auto;
}

#tudo {	
	width: 960px;
	margin: 0 auto;
	
}

body.ie8 #tudo {
	width: 960px;
	margin: 0 auto;
	position: absolute;
	left: 39.5%;
	margin-left: -395px;
}

body.ie7 #tudo {
	width: 960px;
	margin: 0 auto;
	position: absolute;
	left: 39.5%;
	margin-left: -395px;
}

#header {
	width: 960px;
	margin: 0 auto;		
}

body.ie8 #header {
	width: 960px;
	margin: 0 auto;	
}

body.ie7 #header {
	width: 960px;
	margin: 0 auto;	
}

#content{
	background: #FFFFFF;
	width: 900px;
	height: 768px;
	margin: 0 auto;
	position: relative;
	top: 0.3em;
}

#content2{
	background: #FFFFFF;
	width: 900px;
	height: auto;
	margin: 0 auto;
	position: relative;
	top: 0.3em;
}

body.ie8 #content2 {
	background: #ffffff;	
	width: 500px;
	height: auto;
	margin: 0 auto;
	position: relative;
	left: 3em;
}

body.ie7 #content2 {
	background: #ffffff;	
	width: 500px;
	height: auto;
	margin: 0 auto;
	position: relative;
	left: 3em;
}

#footer {	
	margin: 0;
	position: relative;	
}

.spacer {
	height: 10em;
}

.spacer2 {
	height: 12em;
}

/*----------------------*/

.texto, .head, .button  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
	text-decoration: none;
}

.texto_home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	color: #666666;
	line-height: 18px;
	position: relative;
	left: 2em;
	top: 15em;
}

.txt1 {
	width: 450px;
	position: absolute;
	left: 23em;
	top: 13em;
}

.txt2 {
	width: 450px;
	height: 100px;
	position: absolute;
	left: 23em;
	top: 17.6em;
}

.txt3 {
	width: 400px;
	height: 100px;
	position: absolute;
	left: 23em;
	top: 23em;
}

.txt4 {
	width: 450px;
	height: 100px;
	position: absolute;
	left: 23em;
	top: 30.5em;	
}

.txt_int1 {
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 68%;
	color: #666666;
	line-height: 18px;
}

.txt_int11 {
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	line-height: 18px;
}

.txt_int111 {
	width: 850px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	line-height: 18px;
}

.txt_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #22339d;
	position: relative;
	right: -1em;
}

.chamada_interna {
	width: 600px;
}

.txt_interna {
	width: 450px;
	position: relative;
	left: 1em;
}

.img_empresa{
	position: absolute;
	left: 30em;
	top: 27em;
}

.img_servicos1 {
	position: absolute;
	left: 50em;
	top: 1em;
}

.img_servicos2 {
	position: absolute;
	left: 50em;
	top: 30em;
}

.img_servicos3 {
	position: absolute;
	left: 35em;
	top: 61em;
}

.img_servicos33 {
	position: absolute;
	left: 35em;
	top: 39em;
}

body.ie8 .img_servicos3 {
	position: absolute;
	left: 35em;
	top: 61em;
	padding: 10em;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #CCCCCC;
	border: 1px solid #666666;
}

/*----------------------*/

.menu{	 
	width: 950px;
	overflow: hidden;
	position: relative;
	left: 1.9em;
	top: 0.2em;
}

body.ie8 .menu{
	width: 100%;
	overflow: hidden;
	position: relative;
	left: 3em;
	top: 0.2em;
}

body.ie7 .menu{
	width: 950px;
	overflow: hidden;
	position: relative;
	left: 3em;
	top: 0.2em;
}

.menu ul{
	margin: 0;
	padding: 0;	 
	font: bold 12px Verdana;
	list-style-type: none;
}

.menu li{
	display: inline;
	margin: 0;
}

.menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 34.7px; 
	border-right: 1px solid white; 
	color: white;
	background:url(../images/faixa_azul.jpg);
}

body.ie8 .menu li a{
	background:url(../images/faixa_azul.jpg);
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 35px; 
	border-right: 1px solid white; 
	color: white;	
}

body.ie7 .menu li a{
	background:url(../images/faixa_azul.jpg);
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 35px; 
	border-right: 1px solid white; 
	color: white;	
}

.menu li a:visited{
	color: white;
}

.menu li a:hover, .menu li.selected a{
	background: #666666; 
}

@media screen and (-webkit-min-device-pixel-ratio:0) /* hack chrome */
{
    .menu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 35.1px; 
	border-right: 1px solid white; 
	color: white;
	background:url(../images/faixa_azul.jpg);
}

}

/*----------------------*/

table {
	width: 500px;
	margin-left: 10em;
}

td {
	width: 700px;
	padding-top: 5px;
}

.table2 {
	margin-left: 1em;
}

.tr {
	
}

/*----------------------*/

a.content_:link {
	text-decoration: none;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #161f7f;
	margin-left: 10px;
}

a.content_:visited {
	text-decoration: none;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #161f7f;
	margin-left: 10px;
}

a.content_:hover {
	color: #161f7f;
	text-decoration: underline;
}

a.content_:active {
	color: #161f7f;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;	
}
