/* CSS Document */
.no_js { display: block }
.has_js { display: none }
.js .no_js { display: none }
.js .has_js { display: block }

body, html {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:11px;
	text-align:center;
	background-color: #7EA5B4;
	height:100%;
	width:100%;
    margin:0 auto;
	overflow: hidden;
}

a {
	text-decoration:none;
	color:#FFF;
}

*, img {
	border: 0;
}

#principal {
	height:100%;
	width:100%;
    margin:0 auto;
}

#splash {
	background:#FFFFFF;
	width: 778px;
	height: 410px;
	position: absolute;
	top: 50%;
	margin-top: -205px;
	left: 50%;
	margin-left: -389px;
	background-position: 20px 20px;
}
.endereco {
	background:#9d0011;
	text-align:right;
	width:340px;
	height:200px;
	color:#FFFFFF;
	font-size:14px;
	padding-top:60px;
	padding-right:20px;
	padding-bottom:20px;
	float:right;
	position:absolute;
	bottom:10px;
	right:10px;
}

.texto-mini {
	margin-top:70px;	
	font-size:10px;
}

.logo {
	position:absolute;
	float:left;
	width:350px;
	height:70px;
	top:43px;
	left:11px;	
	padding:10px;
	color:#909090;
	font-size:12px;	
	text-align:left;
}

.logo h1{
	font-size:11px;
	font-weight:normal;
	padding-left:30px;
	margin-top:20px;
}
.entrar{	
	padding:40px 0 20px 25px;	
}
.menu {
	text-align:left;
	width:250px;
	height:20px;
	color:#909090;
	font-size:12px;	
	padding:10px;
	float:right;
	position:absolute;
	top:80px;
	right:40px;
}
.menu a{
	text-decoration:none;
	color:#909090;
}
.menu a:hover{
	text-decoration:none;
	color:#000;
}
