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

* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}

.PrincipalClass {
	width:980px; 
	height:600px; 
	display:block;
	padding-left:50%;
	margin-left:-490px;
}

.Lado1Class {
	width:479px;
	height:600px;
	display:block;
	float:left;
}

.Lado2Class {
	width:41px;
	height:600px;
	display:block;
	float:left;
	background-image:url(images/interno_02.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.Lado3Class {
	width:449px;
	height:600px;
	display:block;
	float:left;
	background-image:url(images/interno_03.png);
	background-repeat:no-repeat;
	background-position:top center;
}

.Lado4Class {
	width:11px;
	height:600px;
	display:block;
	float:right;
	background-image:url(images/interno_04.png);
	background-repeat:no-repeat;
	background-position:top center;

}

.linha1 {
	width:479px;
	height:234px;
	background-image:url(images/interno_01.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
}

.linha2 {
	width:479px;
	height:61px;
	display:block;
}

.linha3 {
	width:479px;
	height:99px;
	background-image:url(images/interno_08.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
}

.linha4 {
	width:479px;
	height:87px;
	display:block;
}

.linha5 {
	width:479px;
	height:119px;
	background-image:url(images/interno_18.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
}

.linkado {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}

.linkado a:link {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
}

.linkado a:visited {
	font-family:arial;
	font-size:12px;
	text-decoration:none;
	color:#FFFFFF;
}

.linkado a:hover {
	font-family:arial;
	font-size:16px;
	text-decoration:none;
	color:#FFFFFF;
}

.linkado a:active {
	font-family:arial;
	font-size:16px;
	text-decoration:none;
	color:#FFFFFF;
}

h1 {
	font-family:Century Gothic;
	margin-top:72px;
	color:#545454;
	font-size:22px;
	font-weight:normal;
}

h2 {
	font-family:Arial;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

h3 {
	font-family:Arial;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}

p {
	text-align:justify;
	font-family:arial;
	font-size:14px;
	color:#FFFFFF;
}

li {
	text-align:justify;
	font-family:arial;
	font-size:14px;
	color:#FFFFFF;
	margin-bottom:10px;
}
.link {
	color:#FFFFFF;
}

.link a:link {
	text-decoration:none;
	color:#FFFFFF;
}

.link a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

.link a:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.link a:active {
	text-decoration:none;
	color:#FFFFFF;
}

.TwitterBlog {
	position:absolute;
	float:right;
	z-index:10;
	right:50%;
	margin-right:-490px;
	top:10px;
}