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

* {
	margin: 0;
	padding: 0;
}

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

#all {
	width: 1024px;
	height: 1795px;
	
	left: 50%;
	margin-left: -512px;
	position: relative;
}

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

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

#menu {
	width: 232px;
	height: auto;
	
	top: -30px;
	
	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: -45px;

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

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

#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;
}