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

body
{
	margin:0;
	padding:0;
	border:0;
	background-color:#B9D3DE;
	background-image:url(../imagens/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#222222;
}

h1,h2
{
	margin:0 0 20px 0;
	padding:0;
	color:#006088;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
}
h2
{
	font-size:16px;
}
p
{
	margin:0;
	padding:0;
	text-align:justify;
}
ul
{
	margin:15px 0px;
	padding:0;
}
ul li
{
	margin:0;
	padding:0;
	text-indent:30px;
	list-style-type:square;
	list-style-position:inside;
}

form
{
	padding:0;
	margin:30px 0;
}
input,textarea,select
{
	font-family:inherit;
	font-size:inherit;
	color:#222222;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	margin:0;
	padding:2px;
}
input.botao
{
	cursor:pointer;
	color:#440000;
	font-weight:bold;
}

a
{
	color:#000000;
	text-decoration:underline;
}
a:hover
{
	color:#006088;
	text-decoration:none;
}
a.pdf
{
	background-image:url(../imagens/icons/pdf.png);
	background-position:center left;
	background-repeat:no-repeat;
	margin:0px;
	padding:1px 0px 1px 20px;
}

table.horario th
{
	padding:2px 10px;
}
table.horario input
{
	border:0;
	padding:0;
	background-color:transparent;
	text-align:center;
}

table.solutions
{
	width:100%;
}
table.solutions th, table.solutions td
{
	width:50%;
}
table.solutions th
{
	background-color:#006088;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;	
}
table.solutions td
{
	padding:6px 12px 12px 12px;
	vertical-align:top;
}
table.solutions p.link
{
	text-align:right;
}
table.solutions a
{
	font-size:10px;
}

table.registration
{
	width:100%;
}
table.registration th, table.registration.td
{
}
table.registration th
{
	text-align:right;
}

table.clients
{
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	margin:10px 0;
	width:100%;
	cursor:default;
}
table.clients th, table.clients td
{
	text-align:center;
	vertical-align:middle;
	padding:2px;
}
table.clients th
{
	background-color:#006088;
	color:#FFFFFF;
	font-weight:bold;
	margin:0;
}
table.clients td
{
	font-size:10px;
}

div.interior
{
	margin:10px;
	padding:0;
}

div.texto
{
	margin:20px 0px;
}

div.direita
{
	margin:0 0 0 230px;
}

div.esquerda
{
	float:left;
	width:210px;
	background-image:url(../imagens/linha-degradee.gif);
	background-position: top right;
	background-repeat:no-repeat;
	padding-right:10px;
}
div.esquerda h1
{
	text-align:left;
	font-size:16px;
	padding:0 0 5px 10px;
	border-bottom:1px solid #006088;
	background-image:url(../imagens/background-degradee.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
div.esquerda ul
{
	margin:0;
	padding:0 0 0 10px;
}
div.esquerda ul li
{
	list-style-type:none;
	list-style-position: inside;
	list-style-image:url(../imagens/icons/bullet_go.png);
	margin:10px 0;
	padding:0 0 0 0px;
	text-indent:0px;
	color:#333333;
}
div.esquerda ul li a
{
	text-decoration:none;
}
div.esquerda ul li a:hover
{
	text-decoration:underline;
	color:#006088;
}

.moldura
{
	margin:0 10px 5px 0;
	background-color:#EEEEEE;
	padding:5px;
}

.sticker
{
	width:240px;
	height:240px;
	border:1px solid #CCCCCC;
	border-right:2px;
	border-bottom:2px;
	background-color:#FFFFFF;
	background-position:bottom left;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
}
.sticker h1
{
	margin:0;
	padding:10px;
	font-size:14px;
	background-color:#DDDDDD;
	background-image:url(../imagens/background-header.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#444444;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.sticker p
{
	font-size:11px;
	font-family:inherit;
	color:#666666;
}
.sticker a
{
	color:#555555;
	background-image:url(../imagens/icons/page_white_text.png);
	background-position:center left;
	background-repeat:no-repeat;
	padding:1px 0px 1px 20px;
}
.sticker .paragrafo
{
	padding:10px;
}

acronym
{
	cursor:help;
	border-bottom:1px dashed #006088;
}

form.validacao input
{
	font-family:inherit;
	font-size:10px;
	color:#222222;
	background-color:#EEEEEE;
	border:1px solid #CCCCCC;
	margin:0;
	padding:2px;
}
form.validacao input.botao
{
	cursor:pointer;
	color:#FFFFFF;
	background-color:#006088;
}

#container
{
	width:760px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	padding:0px;
}

#header
{
	width:100%;
	height:100px;
	border:3px solid #FFFFFF;
	margin-bottom:10px;
	background-color:#006088;
	background-image:url(../imagens/header.gif);
}

#banner
{
	width:100%;
	height:150px;
	border:3px solid #FFFFFF;
	margin-bottom:10px;
	background-color:#000000;
}

#topo
{
	width:100%;
	height:auto;
	border:3px solid #006088;
	margin-bottom:10px;
	padding:0;
	background-color:#FFFFFF;
	color:#006088;
	font-size:10px;
}
#topo table, #topo table tr, #topo table td, #topo table td form
{
	margin:0;
	padding:1px;
	vertical-align:middle;
}
#topo table
{
	width:100%;
	padding:2px;
}
#topo table td.lang
{
	text-align:right;
	padding-right:5px;
}

#menu
{
	width:100%;
	height:auto;
	border:3px solid #FFFFFF;
	margin-bottom:10px;
	background-color:#006088;
}
#menu ul.menu
{
	list-style-type: none;
	text-align: center;
	margin:0;
	padding:5px 0px 5px 0px;
}
#menu ul.menu li
{
	display: inline;
}
#menu ul.menu li a
{
	color: #FFFFFF;
	text-decoration: none;
	padding:5px 8px 5px 8px;
}
#menu ul.menu li a:hover
{
	background-color:#FFFFFF;
	color:#006088;
}

#main
{
	width:100%;
	height:auto;
	border:3px solid #006088;
	margin-bottom:10px;
	background-color:#FFFFFF;
	background-image:url(../imagens/marcadeagua.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#main2
{
	width:100%;
	height:auto;
	border:0;
	margin-bottom:10px;
}

#footer
{
	width:100%;
	height:auto;
	border:3px solid #FFFFFF;
	margin-bottom:10px;
	background-color:#006088;
	color:#FFFFFF;
}
#footer a
{
	color:#EEEEEE;
	text-decoration:none;
}
#footer a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}

#logos
{
	width:100%;
	height:auto;
	border:3px solid #006088;
	margin-bottom:10px;
	background-color:#FFFFFF;
	text-align:center;
	padding:0px;
}
#logos img
{
	padding:0;
	border:0;
	margin:10px 20px;
}

.observacoes
{
	margin:0 20px 0 0;
	padding:0;
	line-height:150%;
	font-size:10px;	
	text-align:justify;
}
