@charset "utf-8";
/* CSS Document */
body, html{
	margin:0;
	padding:0;
}
body{
	background-image:url(images/bg.png);
}

.left{
	float:left;	
}

.top{
	background-image:url(images/top.png);
	width:800px;
	height:190px;
	margin:auto;
}

.login{
	height:80px;
	width:120px;
	top:100px;
	margin-left:550px;
	position:absolute;
}

.usuario{
	border-radius:5px 5px 0px 0px;
	margin-bottom:0;
}
.senha{
	border-radius:0px 0px 5px 5px;
	margin-top:0;
	border-top:2px solid #717473 !important;
}
.arrow{
	top:20px;
	margin-left:10px;
	position:absolute;
}
.arrow:hover{
	cursor:pointer;
}

.usuario, .senha{
	background-color:#4b5250;
	color:#FFF;
	font-weight:bold;
	padding:10px;
	border:0;
	width:200px;
}

.page{
	width:800px;
	margin:auto;
}
.banner{
	background-image:url(images/bg_banner.png);
	width:800px;
	height:158px;
	margin:auto;
	margin-top:-5px;
}
.conteudo{
	margin-top:3S0px;
	padding:10px;
	color:#ccc;
	font-family:Tahoma;
	font-size:14px;
	color:#ebebeb;
}

.coluna{
	float:left;
	margin:5px;
	padding:10px;
	width:230px;
}

.coluna2{
	width:460px;
}

.coluna h1{
	font-size:18px;
	font-family:Arial;
	color:#ffcc00;
	font-weight:300;
}

.coluna_banner img{
	width:230px;
	margin-top:10px;
}

.video{
	background-color:#25272d;
	border:solid 1px #3c4d4f;
	height:120px;
	overflow:auto;	
}

.coluna_videos a img{
	width:210px;
	padding:5px;
	margin-top:10px;
}

.noticia_div{
	padding:10px;
}

.noticia_div h1{
	font-size:12px;
	color:#FFF;
	margin-bottom:0;
}
.noticias a{
	font-size:12px;
	color:#0891c5;
	text-decoration:none;
}
.noticia_div hr{
	border-bottom:1px;
	border-color:#aaa;
}

.menu{
	width:300px;
	height:138px;
	padding:10px;
}
.menu ul{
	margin:0;
	padding:0;
	margin-left:50px;
	list-style-image:url(images/item.png);
}
.menu ul li{
	/*border-bottom:inset 1px #aaa;	*/
}
.menu ul a{
	font-family:Calibri;
	font-style:italic;
	font-weight:bold;
	color:#196c8d;
	text-decoration:none;	
}
.rodape{
	width:800px;
	height:100px;	
}
.rodape hr{
	border:0;
	border-bottom:solid 1px	#576268;
	text-align:right;
}

.rodape img{
	float:right;
	width:250px;
	margin-right:25px;
}

.title{
	font-family:Arial;
	color:#ffcc00;
	font-weight:500;
	font-size:20px;
	border-bottom:solid 1px #3c4d4f;
	margin-bottom:20px;
}

.title2{
	font-family:Tahoma;
	color:#ecaa0c;
	font-weight:400;
	font-size:14px;
	margin-bottom:20px;
}

ol li{
	
}

.coin{
	float:left;
	margin:3px;;
	width:226px;
	text-align:left;
	height:170px;
}
.coin_txt{
	float:left;
	word-wrap:break-word;
	width:140px;
}
.image_coin{
	float:left;
	margin-right:12px;
	width: 72px;
	height:150px;
}

.image_coin img{
	height:72px;
}

.blue{
	color:#00aeef;	
}

.coluna4{
	width:160px;
	padding:10px;
	float:left;
}

.coluna4 h1{
	font-size:18px;
	font-family:Arial;
	color:#ffcc00;
	font-weight:300;	
}

.coluna4 h2{
	font-size:15px;
	font-family:Arial;
	color:#ffcc00;
	font-weight:200;	
}

.borg h4{
	font-size:15px;
	font-family:Arial;
	color:#ffcc00;
	font-weight:200;		
}
.planosBox{
	width:100%;
	text-align:center;
}
.boxPlano{
	background-color: #2D3236 !important;
	border:1px solid #14171c  !important;
	color:#FFF;
}
.titlePlan{
	background-color: #14171c;
	height: 30px;
	text-align:center;
	color:#FFF;
	font-weight: bold;
	font-size:16px;
	line-height: 30px;
}
.titlePlan b{
	font-size: 16px;
}
.buttonPlan{
	padding:0;
	margin:0;
	border:0;
	border-radius: 0px;
	width: 300px;;
	background-color: #ecaa0d;
	color:#15191c;
	font-weight: bold;
	height: 30px;
	font-size:14px;
	line-height: 30px;
	cursor:pointer;
	margin-top:15px;
}
.buttonPlan:hover{
	background-color: #0891c5;
}

.bloco{
	float:left;
}

.tabelaSite{
	width:100%;	
	background-color: #2D3236;
	padding:10px;
}

.tabelaSite tr th{
	background-color: #14171c;
	text-align:left;
	color:#ecaa0d;
	font-weight: bold;
	font-size:16px;
	height:30px;
}

a{
	font-family:Arial;
	color:#ffcc00;	
}

.amarelo{
	color:#ffcc00;	
}

.azul{
	color:#0891c5 !important;
}

.rodape ul{
	list-style-type:none;
	font-family:Tahoma;
	color:#FFF;
	font-size:12px;
}
.rodape ul li{
	display:inline;
}
#copyright{
	float:left;
	padding-left:25px;
}

.icon{
    float:left;
    margin:0 20px 10px 0;
  }
