/* CSS General xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

html * { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #080202;
	background:  #0285cc url(../images/background.gif) left top repeat-x;
}

a img { border: none; }

p { margin-top: 10px; font-size: 14px; }

.clear { clear: both; }

h2 {
	display: block;
	clear: both;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 3px #d5d5d5 solid;
}

.hrbar {
	clear: both;
	margin: 10px 0;
	height: 3px;
	background-color:#CCC;
}

.titulo {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #333;
    margin: 10px 0;
}

.video {
	clear: both;
	width: 516px;
	margin: 20px 0;
}




/* Estrutura do Layout xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#container {
	width: 776px;
	margin: 0 auto;
	background: #FFF url(../images/bg1.gif) left top repeat-y;
}

#top {
	width: 746px;
	height: 95px;
	clear: both;
	background-image: url(../images/bg2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 37px 0 0 30px;
}

#display {
	width: 716px;
	height: 227px;
	clear: both;
	margin-left: 30px;
}

#content {
	clear: both;
	width: 716px;
	margin: 0 30px;
}

#main {
	width: 516px;
	float: left;
	display: inline;
	margin-right: 20x; 
}

#footer {
	clear: both;
	width: 776px;
	height: 40px;
	padding-top: 45px;
	background-image: url(../images/bg3.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer p {
	font-size: 11px;
	color: #FFF;
	text-align: center;
}



/* Menu xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#menu {
	display: block;
	float: right;
	width: 180px;
}

#menu li { list-style: none; }

.level1 {
	display: block;
	height: 26px;
	background-color: #41bbec;
	border-bottom: 1px #FFF solid;
	line-height: 26px;
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 10px;
}

.level2:link, .level2:visited {
	display: block;
	background: #daf2fc url(../images/arrow.gif) 10px 7px no-repeat;
	border-bottom: 1px #FFF solid;
	font-size: 11px;
	color: #333333;
	padding: 5px 0 5px 25px;
	text-decoration: none;
}

.level2:hover { background-color: #ffffd6; }




/* Top content xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#logotipo {
	display: block;
	width: 716px;
	height: 74px;
	background-image: url(../images/logotipo.jpg);
	background-repeat: no-repeat;
	background-position: 0;
}

#logotipo span { display: none; }




/* Tabelas xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

table {
	border-collapse: collapse;
	border-top: 2px solid #ccc;
	width: 100%;
}

caption {
	text-align: left;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #333;
	padding-top: 20px;
    margin-bottom: 4px;
}

.head_table, .head_table:hover { background-color: #666; color: #FFF; }

tr td, tr th {
	font-size: 11px;
	padding: 4px;
	border: 1px dotted #999;
	text-align: left;
}

tr:hover {
	background: #eaeaea;
}

