@charset "UTF-8";
body {
margin: 0;
	background-color: #000000;
	
}


.direita {

display: block;

float: right;
	width: 250px;
	height: 290px;
	background-image: url(../betoken_logo.jpg);
	background-repeat: no-repeat;
	
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CC0000;
	margin-top: 100px;
}
.direita a{
text-decoration:none;
color:#CCCCCC;
}
.direita a:hover{
	text-decoration:none;
	color:#B50202;
}
#menu_intro {
margin-top: 105px;
}
#menu_intro li {
	width:180px;
	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#FFFFFF;
	text-align:left;
	list-style: none;
	margin-left: -25px;
	margin-bottom: 20px;
	
}
.esquerda {
	display: block;
	clear:both;
	vertical-align:top;
	width:250px;
	margin-top: 155px;
	margin-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#CCCCCC;
	text-align:right;
	font-weight: lighter;
}

/*####################Páginas########################*/

#logo {

    width: 200px;
    height: 100px;
    background-image: url(../betoken_logo.jpg);
	background-repeat: no-repeat;
}
#mv {

	clear:both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.6em;
	text-align:left;
	list-style: none;
	
	

}

#mv li{
display:block;
width: 150px;
height: 23px;




    
    background-color:#FFFFFF;
	
	margin-bottom: 15px;
	margin-left: -25px;
}
#mv li a{
padding: 6px;

    display:block;
    color:#000000;
	text-decoration: none;

	
}
#mv li a:hover{
	display:block;
	width: 140px;
	height: 13px;
	background-color:#B40204;
	color:#FFFFFF;
}

/*###### Menu Horizontal########*/
#mh {
	display:block;
	clear:both;
	float:right;
	background-image: url(../barra_cima.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 685px;
	
	
	
}

#mh ul {
margin-top: 32px;

	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
    list-style-type: none;
	font-size: 0.6em;
    float: right;
	
	text-align:right;
   
}

#mh ul li {

	display: inline;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0 8px 0 5px;
	
}

#mh ul li.last {
    border: none;
}

#mh ul li a {
	text-decoration: none;
	 color: #FFFFFF;
	 
}

#mh ul li a:hover {
	color: #AA0F0F;
}
/*###### Texto e outros########*/
#tit {
	
	color: #AA0F0F;

}	

#texto {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    list-style-type: none;
	font-size: 0.7em;
    float: left;
	color:#CCCCCC;
}

#texto a {
	text-decoration: none;
	color:#000000;

}
.footer {
	clear:both;
	width: 680px;
	margin-top: 150px;
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}	