/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin: 0;
}
#BORDA{
	width: 910px;
	position: relative;
	left: 50%;
	margin-left: -455px;
	background-image: url(../imagem/background_shadow.png);
	background-repeat: repeat-y;
}
#GERAL{
	width: 900px;
	position: relative;
	left: 50%;
	margin-left: -450px;
	background-color:#FFF;
}

/* TITULO_TEL ------------------------------------------------------------------*/

#TITULO_TEL {
	width: 900px;
	text-align: center;
	background-color:#333;
	font: 12px Calibri, Arial, Verdana;
	color:#FFF;
	padding:5px 0;
	letter-spacing: 1px;
}
/* TITULO ------------------------------------------------------------------*/

#TITULO {
	width: 900px;
	height: auto;
	text-align: center;
}

/* MENU ------------------------------------------------------------------*/

#MENU {
	background-color:#EDEDED;
	width: 900px;
	height:37px;
	background-image: url(../imagem/menu_off.jpg);
	background-repeat: repeat-x;
}
#MENU_OP ul {
	font: 14px 'Roboto Condensed', Calibri, Arial, Verdana;	
	padding:0;
	margin:0;
	float: left;
	list-style:none;

}
#MENU_OP ul li { 
	display: inline; 	
}
#MENU_OP ul li a {
	padding: 8px 15px;
	float:left;
	background-color:#EDEDED;
	color: #333;
	text-decoration: none;
	display: block;
	border-right: 1px solid rgba(9, 9, 9, 0.125);	
	background-image: url(../imagem/menu_off.jpg);
	background-repeat: repeat-x;
}


#MENU2 {
	width: 900px;
	height:40px;
}
#MENU2_OP ul {
	font: 13px 'Roboto Condensed', Calibri, Arial, Verdana;	
	padding:0;
	margin:0;
	float: left;
	list-style:none;
}
#MENU2_OP ul li { 
	display: inline; 	
}
#MENU2_OP ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 11px 5px 7px 11px;
	float:left;
	display: block;	
}
#MENU2_OP a:hover {
	border-bottom-width:4px;
}



/* CORPO ------------------------------------------------------------------*/

#LIMPA {
	clear: both;
}

#CORPO {
	width: 900px;
	font: 14px Calibri, Arial;
	text-align:justify;
	line-height: 21px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#CORPO H1 {
	font: 25px 'Fjalla One', Calibri, Verdana, Arial;
}
#CORPO H2 {
	font: 15px 'Fjalla One', Calibri, Verdana, Arial;
}
#CORPO H3 {
	font: 15px 'Fjalla One', Calibri, Verdana, Arial;
	margin: 0 0 10px 0;
	padding: 0;
}

#CORPO a {
	text-decoration: none;
	color: #000;
}
#CORPO a:hover {
	text-decoration: underline;
	color: #000;
}

#CORPO_COLUNA0 {
	width: 840px;
	margin: 0;
	padding:0 0 30px 30px;	
}
#CORPO_COLUNA1 {
	width: 590px;
	float: left;
	margin: 0;
	padding:0 0 30px 30px;	
}
#CORPO_COLUNA2 {
	width: 220px;
	height:100%;
	float: right;
	margin: 0;
	padding:0 15px;
	background-color:#EDEDED;
}


/* RODAPE ------------------------------------------------------------------*/
#RODAPE {
	width: 880px;
	font: 12px Calibri, Arial;
	text-align:center;
	clear: both;
	margin: 0px;
	padding: 10px;
	border-top-color::#999;
	border-top-style:solid;
	border-top-width:1px;	
	background-color:#EDEDED;	
}
#RODAPE H1 {
	font: 12px 'Fjalla One', Calibri, Verdana, Arial;
	line-height:10px;
}
#RODAPE a {
	text-decoration: none;
	color: #000;
}
#RODAPE a:hover {
	text-decoration: underline;
	color: #000;
}

#RODAPE_COPYRIGHT {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #fff;	
	padding: 10px 0 10px 0;
	text-align:center;
	background-color:#333;
}

