/* --- Background Images --- */
body {
	background: #ffffff url("../images/degrade.jpg") repeat-x top;
}
div#topo {
	background: transparent url('../images/sky-760x175.png') no-repeat bottom;
}
.mobile_view {
	background: transparent url('../images/cell_phone.jpg') no-repeat bottom;
}

/* --- Typography --- */
* {
	font-family: sans-serif; 
}
body *, .menu_horizontal li a {
	font-size: 14px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
}
p, a, .link_acesso {
	font-size: 12px;
}
small, small *, small.float_right a, div#rodape div#powered_logo p {
	font-size: 10px;
}
.caixa_uso .link_acesso {
	font-weight: bold;
}
div#rodape div#menu_rodape p a {
	font-size: 16px;
}

/* --- Generics --- */
body, table, div, h1, h2, h3, ul, li, p, form, input, img {
	border: 0;
}
body, table, div, h1, h2, h3, ul, li, p, form, input {
	margin: 0;
}
body, table, div, h1, h2, h3, ul, li, p, form, input {
	padding: 0;
}
html, body, div#geral, .center, div#rodape div#powered_logo p {
	text-align: center;
}
a, a:visited {
	text-decoration: none;
}
div#geral, div#topo, div#rodape, .mobile_view {
	margin: 0 auto;
}
div#borda_topo {
	margin-bottom: 3px;
}
div#borda_topo, div#borda_rodape {
	border: 1px solid #336699;
	border-top: 0;
	padding: 0 1px 1px 1px;
}
div#borda_meio {
	border: 1px solid #336699;
	border-bottom: 0;
	padding: 1px 1px 0 1px;
}

/* --- Contents --- */
div#geral {
	width: 764px;
	margin-bottom: 5px;
}
div#topo {
	text-align: left;
	position: relative;
	height: 175px;
	width: 760px;
	_width: 762px;
}
div#meio {
	clear: both;
	overflow: hidden;
	width: 758px;
	_width: 762px;
	border: 1px solid #cccccc;
	border-bottom: 0;
}
div#rodape {
	width: 758px;
	_width: 762px;
	border: 1px solid #cccccc;
	border-top: 0;
	position: relative;
	text-align: right;
	*text-align: right;
}
div#rodape div#menu_rodape {
	text-align: right;
	position: absolute;
	right: 185px;
	top: 34px;
	padding: 0 14px;
	width: 500px;
	_width: 530px;
	border-bottom: 1px solid silver;
}
div#rodape div#menu_rodape p a {
	padding: 0 10px;
}
div#rodape div#powered_logo {
	position: relative;
	left: 600px;
	*left: -20px;
	width: 140px;
	margin-bottom: 12px;
}
#topo img#logo {
	position: absolute;
	margin-left: 40px;
	margin-top: 60px;
}
#topo div#descricao_servico {
	position: absolute;
	bottom: 0;
	width: 390px;
	margin-bottom: 11px;
	margin-left: 270px;
}
div#colunas {
	float: left;
	width: 100%;
	position: relative;
	right: 50%;
}
.coluna {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 4px 0;
}
.mobile_view {
	height: 265px;
}
.mobile_view img {
	margin-left: 3px;
	margin-top: 70px;
}

/* --- Generic Classes --- */
.menu_horizontal {
	list-style: none;
	margin: 4px 0;
	text-align: center;
}
.menu_horizontal li {
	display: inline;
	margin: 0 8px;
	padding: 0 3px;
}
.menu_horizontal li a {
	padding: 0 10px;
}
.float_right {
	margin: 5px 0 0 120px;
}
.hidden {
	display: none;
}

/* --- Colors --- */
html, body, div#meio, div#rodape {
	background-color: #ffffff;
}
h1  {
	color: #ffffff;
}
p, ul li {
	color: #333333;
}
a, a:visited, div#rodape div#powered_logo p {
	color: #666666;
}
a:hover {
	color: #999999;
}
.link_acesso, div#rodape div#menu_rodape p a {
	color: #336699;
}
div#rodape div#menu_rodape p a:hover {
	color: #6699cc;
}
::-moz-selection{
	background: #336699;
	color: #ffffff;
}
::selection {
	background: #336699;
	color: #ffffff;
}
