@charset "UTF-8";
/* CSS Document */

/*----------------------------Inicio Reset CSS----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*----------------------------Fim Reset CSS----------------------------*/

h1 {
	font-size: 1.8em;
	line-height: 29px;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 0.8em;
}

.captalize {
	font-size:1.6em;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	
	background-color:black;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/home_bg_repeat.jpg);
	background-repeat: repeat-x;
}

#pagina {
	position: relative;
	margin: auto;
	width: 1300px;
	height: 720px;
	background-color: black;
	background-image: url(../img/home_bg_interna.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}


#conteudo {
	position: absolute;
	width: 674px;
	height: 558px;
	top: 125px;
	right: 280px;
}

#titulo {
	height: 29px;
	background-color: none;
	background-image: url(../img/interna_titulo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px;
	margin-top: 5px;
}

#container {
	height:	410px;
	width: 656px;
	margin-left: 20px;
	margin-top: 5px;
	overflow: hidden;
}

.barra {
	width: 631px;
	height: 30px;
	background-color: black;
	background-image: url(../img/bar_background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	line-height: 30px;
	color: white;
	font-size: 1.4em;
	border: 1px solid #333333;
	margin-top: 2px;
}

.barra a,.barra a:visited,.barra a:link,.barra a:hover {
	text-decoration: none;
	color: white;
}

.barra span {
	padding-left: 15px;
}

.info_container {
	display: none;
	width: 611px;
	font-size: 1.0em;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #121212;
	padding: 10px 10px 10px 10px;
	/*background-color: rgba(18,18,18,0.65);*/
    /* filter: alpha(opacity=70);  for IE 
    opacity: 0.7; CSS3 standard */
}

.clear {
	height:1%;
	clear: both;
}

/*---------------------------------------- CSS MENU ----------------------------------------*/
#menu{
	position: absolute;
	top: 44px;
	right: 219px; 
	height: 30px;
}	

#menu .item{
	margin-right: 10px;
	font-size: 1.0em;
	font-weight: bold;
	color: #CCCCCC;
}

.item a,.item a:link,.item a:visited {
	padding-left: 9px;
	background-color: black;
	background-image: url(../img/menu_padrao.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-decoration: none;
}

.item a:hover {
	background-color: black;
	background-image: url(../img/menu_hover.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}

#paginaAtual {
	background-color: black;
	background-image: url(../img/menu_hover.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	text-decoration: none;
}
