#promocao_flash{
	position: fixed;
	left: 50%;
	margin-left: -250px;
	top: 50%;
	margin-top: -200px;
	display: block;
	width:550px;
	height:400px;
	z-index: 200;
}
#promocao_flash .fechar{
	position: absolute;
	top: -5px;
	right: -5px;
}
#promocao_flash .fechar input{
	border: solid 1px #900;
	background-color: #C40000;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	background-image: url(../images/bodyBack.jpg);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#15474e;
}
h1 {
	letter-spacing: -1px;
	font-size: 18px;
	font-weight:normal;
	color:#acd0de;
	text-transform:uppercase;
}
h1 span {
	letter-spacing: -1px;
	font-size: 18px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	color:?#007a88;
}
h2{
	letter-spacing: -1px;
	font-size: 18px;
	font-weight:normal;
	color:#acd0de;
	text-transform: uppercase;
	background-image: url(../images/titulos_back.jpg);
	background-repeat: no-repeat;
	background-position: 8px bottom;
	padding-top:10px;
	padding-left:5px;
	padding-bottom: 3px;
}
h2 span {
	color:#007a88;
	font-size:18px;
	font-weight:normal;
	text-transform: uppercase;
}

h3 {
	color:#acd0de;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform: uppercase;
}
h3 span {
	color:#06737c;
	font-size:14px;
}
p {
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: justify;
}
hr {
	width:100%;
	height: 1px;
	color: #d2d2d2;
	margin: 0px;
	padding:0px;
	border: none 0px none;
	display:table;
	clear:both;
}
img {
	border:0px;
}
small {
	color:#404040;
	padding-left:1px;
}
#geral {
	min-height:860px;
	_height:860px;
	background-image: url(../images/curves.jpg);
	background-position: center 670px;
	background-repeat: no-repeat;
	position: relative;
}
#qse {
	position:absolute;
	width:10px;
	height:10px;
	top: 0px;
	left: 0px;
	z-index:1;
	background-image:url(../images/quinas/q_s_e.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#qsd {
	position:absolute;
	width:11px;
	height:11px;
	top: 0px;
	right: 0px;
	z-index:1;
	background-image:url(../images/quinas/q_s_d.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#qie {
	position:absolute;
	width:11px;
	height:11px;
	bottom:0px;
	_bottom:-3px;
	left: 0px;
	z-index:1;
	background-image:url(../images/quinas/q_i_e.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#qid {
	position:absolute;
	width:11px;
	height:11px;
	bottom:0px;
	_bottom:-3px;
	right: 0px;
	z-index:1;
	background-image:url(../images/quinas/q_i_d.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
img.float {
	float: left;
}
img {
	margin: 2px;
	padding: 2px;
}