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

* {
	margin: 0;
	padding: 0;
}

body {
	height:1426px; 
	max-height: 1426px;
	
	color: #333333;
	
	background-image: url(../images/interna/bg.png);
	background-repeat: repeat-x;
}

#all {
	width: 1024px;
	height: 1426px;	
	max-height: 1426px;	
	
	left: 50%;
	margin-left: -512px;
	position: relative;
	overflow: hidden;	
}

#topo {	
	width: 1000px;
	height: 132px;
	
	top: 0;
	
	margin-left: 12px;
	margin-right: 12px;
	position: relative;
	
	background-image: url(../images/interna/topo.png);
	background-repeat: no-repeat;
}

#logo {
	width: 243px;
	height: 276px;
	
	top: 10px;
	
	margin-left: 24px;
	position: relative;
	
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	
	cursor: pointer;
}

#menu {
	width: 232px;
	height: auto;
	
	top: 25px;
	
	margin-left: 24px;
	position: relative;
	
	text-align: center;
}

#menu-topo {
	width: auto;
	height: 10px;
	
	top: 0;
	position: relative;
	
	background-image: url(../images/menu-topo.png);
}

.menu-botao {
	width: auto;
	height: 41px;
	
	top: 0;
	position: relative;
	
	color: #333333;
	font-size: 20px;
	font-family: "Times New Roman";
	
	text-align: left;
	text-indent: 2em;
	
	background-image: url(../images/menu-botao-normal.jpg);
}

#menu-base {
	width: auto;
	height: 10px;
	
	top: 0;
	position: relative;
	
	background-image: url(../images/menu-base.png);
}

.box-creditos {
	width: 232px;
	height: 160px;
	
	top: 20px;
	position: relative;	
	
	text-align: center;
	
	margin-left: 24px;	
	
	color: #999999;
	font-size: 14px; 
	font-family: Times New Roman;
}

#info {
	width: 243px;
	height: 40px;
	
	top: 230px;
	position: relative;
	
	color: #FFFFFF;
	font-family: Arial, Times New Roman;
	
	text-align: center;	
}

#inscricao {
	left: 860px;
	position: relative;
}

#social {
	right: 20px;
	bottom: 0;
	top: -50px;

	width: 171px;
	height: 40px;
	
	float: right;	
	position: relative;

	background-image: url(../images/social.png);
	background-repeat: no-repeat;	
	
	cursor: pointer;
}

#socialClickable {
	left: 0
	top: 0;

	width: 171px;
	height: 40px;
	
	float: right;	
	position: relative;

	background-image: url(../images/social.png);
	background-repeat: no-repeat;	
	
	cursor: pointer;
}

#msn {
	left: 5px;
	top: 0;

	width: 40px;
	height: 40px;
		
	position: relative;
}

#skype {
	left: -80px;
	top: -42px;

	width: 40px;
	height: 40px;
	
	float: right;		
	position: relative;
}

#twitter {
	left: 5px;
	top: -42px;

	width: 40px;
	height: 40px;
	
	float: right;	
	position: relative;
}

#youtube {
	left: 90px;
	top: -42px;
	
	width: 40px;
	height: 40px;
	
	float: right;		
	position: relative;	
}

#titulo {
	width: 728px;
	height: 90px;
	
	top: -1080px;
	margin-left: 275px;
	
	position: relative;
}	
		
#conteudo {
	width: 728px;
	height: 0px;
	
	top: -1110px;
	margin-left: 275px;
	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;			
	
	position: relative;
	z-index: 0;
}

#menu-rodape {
	bottom: 95px;

	width: 1000px;
	height: 30px;
		
	margin-left: 12px;
	margin-right: 12px;		
		
	position: absolute;	
}

#menu-rodape td {
	color: #FFFFFF;

	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	
	padding-left: 5px;
	padding-right: 5px;
}

#rodape {
	bottom: 0;

	width: 1000px;
	height: 67px;
		
	margin-left: 12px;
	margin-right: 12px;		
		
	position: absolute;	
	
	background-image: url(../images/rodape.png);
	background-repeat: no-repeat;	
}

.recuo {
	text-indent: 3em;
	
	margin-top: 7px;
	margin-bottom: 7px;
	
	text-align: justify;
}

a {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

a:visited {
	color: #333333;
}

#menu-rodape a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu-rodape a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#menu-rodape a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#menu-rodape a:visited {
	color: #FFFFFF;
}

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

#box-dicas {
	width: 728px;
	height: 92px;
	
	top: 20px;
	margin-left: 40px;		
	
	position: absolute;
}

#dica {
	width: 728px;
	height: 92px;
}