@charset "utf-8";
/* CSS Document */


#bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
}
#bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}

#textocentral {
	text-align: center;
	padding: 25px 25px 0px 25px;
	height:375px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-180px 0 0 -325px;
}

#logo{
	background:#FFF;
	float:left;
	width:600px;
	height:350px;
	padding: 0 0 0 0;
}

#facebook{
	border-style:solid;
	border-width:1px;
	border-color:#999;
	background:#FFF;
	background-opacity:0.8;
	float:left;
	margin-left: 20px;
	padding: 0 0 0 0;
}

#twitter{
	border-style:solid;
	border-width:1px;
	border-color:#999;
	background: rgba(255, 255, 255, 0.8);
	padding: 0 0 0 0;
}

.twitter iframe {
  width: 600px !important;
}

#links{
	text-align:center;
	width: 600px;
	border-style:solid;
	border-width:1px;
	border-color:#999;
	background: rgba(255, 255, 255, 0.8);
	float:left;
	margin-top: 20px;
}

#linksinternos{
	float:left;
	padding: 4px 3px 4px 3px;
}

#linkstexto{
	color:#3b5898;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 7px 4px 0 0;
}

A:link {text-decoration: none; color: #3b5898;}
A:visited {text-decoration: none; color: #3b5898;}
A:active {text-decoration: none; color: #3b5898;}
A:hover {text-decoration: underline; color: #3b5898;}
