@charset "utf-8";


/* ////////////////// reset */

body, html{
	margin:0;
	padding:0;
	font-family: 'Ropa Sans', sans-serif;
	font-size:14px;
	background:url(../img/bg.png);
}
a{
	text-decoration:none;	
}

p, a,  h1, h2, h3, h4, h5, li, ul{
	margin:0;
	padding:0;
}



/* ////////////////// cabecalho */

#cabecalho{
	height:60px;
	background:#FFFFFF;
	width:100%;
	margin:0;
}

#caixa_cabecalho{
	width:980px;
	height:60px;
	margin:0 auto;
}
#logo{
	height:100px;
	width:188px;
	position:absolute;
	z-index:9999999;
}
#menu{
	float: right;
	height:40px;
	margin-top:20px;
	margin-right:20px;
	font-size:16px;
	color:#051737;
	font-weight:400;
}


.item_menu{
	height:30px;
	width:auto;
	margin:0 5px;
	float:left;
}
.item_menu a{
	display:block;
	height:30px;
	padding:0 8px;
	font-size:14px;

	line-height:30px;
	color:#051737;
}
.item_menu a:hover{
	color:#051737;
	border-bottom: 5px solid #F90;
}
.item_menu2{
	height:30px;
	height:auto;
	width:auto;
	margin:0 5px;
	float:left;
	color:#051737;
}
.item_menu2 a{
	display:block;
	height:30px;
	color:#051737;
	padding:0 8px;
	font-size:14px;

	line-height:30px;
}
.item_menu2 a:hover{
	color:#051737;
}

.submenu{
	width:auto;
	min-width:100px;
	height:auto;
	min-height:20px;
	background:#F90;
	display:none;
	position:absolute;
	z-index:999999999999;
}

.item_menu2 submenu a{
	color:#FFFFFF;
}

.no_border:hover{
	border:none;	
}
/*////////////////// esquerda */





/*////////////////// corpo */

#corpo{
		width:980px;
		height:auto;
		overflow:hidden;
		min-height:460px;
		margin:0 auto;
	}


#caixa_total{
	margin-top:70px;
	background:#FFFFFF;
	width:940px;
	padding:20px;
	height:auto;
	overflow:hidden;
	min-height:460px;
}

#caixa_total2{
	margin-top:70px;
	width:980px;
	height:auto;
	overflow:hidden;
	min-height:460px;
}

#caixa_total3{
	margin-top:70px;
	background:#051737;
	width:940px;
	color:#FFFFFF;
	padding:20px;
	height:auto;
	overflow:hidden;
	min-height:460px;
}
/* ////////////// footer */


#footer{
	width:100%;
	height:83px;
	
	background:url(../img/bg_rodape.png);
	
}
#caixa_footer{
	width:1000px;
	height:83px;
	line-height:90px;
	font-size:12px;
	margin:0 auto;
}
#caixa_footer_left{
	height:83px;
	line-height:90px;
	font-size:12px;
	float:left;
	width:750px;
}
#caixa_footer_right{
	height:40px;
	line-height:40px;
	margin-top:30px;
	float: right;
	width:auto;
}
#logo_home{
	position:absolute;
	width:190px;
	height:230px;
	margin-left:80px;
	margin-top:-147px;
	z-index:9999999999999999999999;
}
