/* CSS Document */

html, body {
	height: 100%;
	overflow: hidden;
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: url(../imagens/bg_menor.gif);
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	overflow: hidden;
	}
	
#centro {
	width: 800px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -400px;
	background: url(../imagens/bg_slpash.gif) no-repeat;
	}
	
.contentCentro {
	width: 650px;
	height: 310px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -155px;
	margin-left: -325px;
	background: url(../imagens/bg_content_splash.jpg);
	border: 2px solid #FFFFFF;
	}

.contentCentro h1 {
	width: 147px;
	height: 169px;
	position: absolute;
	bottom: 10px;
	left: 20px;
	background: url(../imagens/logo_splash.jpg) no-repeat;
	}
	
.contentCentro h1 a {
	width: 147px;
	height: 169px;
	display: block;
	text-decoration: none;
	}
	
.contentCentro h1 span {
	visibility: hidden;
	}
	
.contentCentro .menuOpcoes{
	position: absolute;
	bottom: 25px;
	right: 0;
	}
	
.contentCentro td {
	padding: 0 5px;
	}

.contentCentro td.pt-br {
	width: 113px;
	border-right: 2px solid #000000;
	}
.contentCentro td.eng {
	width: 82px;
	border-right: 2px solid #000000;
	}
.contentCentro td.esp {
	width: 85px;
	}
	
.contentCentro .assinatura {
	width: 5px;
	height: 59px;
	position: absolute;
	top: 3px;
	right: 3px;
	}
