@charset "utf-8";
/* CSS Document */

/*INÍCIO DA ESTUTURAS*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
* html #tudo {
	height: 100%;
}
body {
	background: #0088d6;
}
#tudo {
	margin: 0 auto;
	text-align: left;
	position: relative;
	min-height: 100%;
	background: #0088d6;
}
#conteudo {
	padding-bottom: 50px;
	min-height: 400px;
}
#rodape {
	padding: 0 0 20px 0;
	/*border-top: dashed 1px #999999;*/
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #0088d6;;
}
#rodape #coluna1 {
	width: 117px;
	float: left;
	margin: 0 20px 0 20px;
	float: left;
}
#rodape #coluna2 {
	width: 520px;
	padding: 1px 0 0 0;
	float: left;
}
#ADZ{
	border-bottom: dashed 1px #FFF;
	padding: 0 20px 20px 20px;
	margin: 0 0 20px 0;
}
	
/*TÉRMINO DA ESTUTURAS*/

/*INÍCIO DAS CLASSES*/
h1 {
	/*font-family: 'Helvetica', 'Arial', sans-serif;
	font-variant: normal;
	font-weight: bold;*/
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 60px;
	letter-spacing: -2px;
	font-size:80px;
	margin: 0px;
	padding: 60px  20px 0 20px;
	overflow: visible;
	color: #FFF;
}
.rodapeTexto {
	color: #FFF;
	font-size: 12px;
	font-family: 'Helvetica', 'Arial', sans-serif;
}
.rodapeTexto a:link {
	color: #38cdff;
	text-decoration: none;
}
.rodapeTexto a:visited {
	color: #38cdff;
	text-decoration: none;
}
.rodapeTexto a:hover {
	color: #38cdff;
	text-decoration: underline;
}
.rodapeTexto a:active {
	color: #38cdff;
	text-decoration: none;
}

img{
	border: none;
}

/*TÉRMINO DAS CLASSES*/