

/* BOTOES PRINCIPAIS */
	
 .BotaoAcao {
	text-align:center;
    margin-bottom: 15px;
}

.BotaoAcao li {
	list-style-type: none;	
	
	background:#1a1a1a;
	height:50px;
	overflow:hidden;
	width:200px;

	margin: 0 auto;
	padding-left:28px;
	padding-right:28px;
	padding-top:14px;
	vertical-align:middle;
	
}

.BotaoAcao li.Investir {
	background:#f77c00;
}	

.BotaoAcao li.Estado025 {
	background:#f77c00;
	background:#1a1a1a;
}	


.BotaoAcao a {

	text-transform:uppercase;

	
	font-family:My_SourceSansPro_Black;
	font-size:24pt;
	
	color:white;
	text-decoration:none;

}

/* ---------------- */


 div.BotaoSimular {
	 /*
    border:1px solid #E0B717;
    

    font-size:120%;
    color:white;
    
	*/

	margin-left:10px;
	list-style-type: none;	
	margin: 0 auto;
	/*border:1px dashed red;*/

	background:#E0B717;
	color:white;
	
    padding-top:8px;
    padding-left:28px;
    padding-right:28px;
	width:140px;
	height:40px;
	float:left;
	
	
}
div.BotaoSimular a {
	font-family:My_SourceSansPro_Black;
	font-size:20px;
	text-decoration:none;
	color:white;
}


div.BotaoSimular:hover {
    /*border:1px solid #957A0F;*/
}




/* BOTAO STANDARD */

.botao_ORIGINAL {
   color:white;
   cursor:pointer;
   background:#1FB4DD;
   border:1px solid #1B9ABD;
   padding:2px;
   padding-left:8px;
   padding-right: 8px;
   margin-left:3px;
   margin-right:3px;


	text-decoration:none;
	color:white;
	font-weight: normal;

   
  /* Shadow */
        -moz-box-shadow: 0 1px 6px #1FB4DD;
        -webkit-box-shadow: 0 1px 6px #1FB4DD;
        box-shadow: 0 1px 6px #1FB4DD;

/*
  border-radius:6px;
  -moz-border-radius: 6px;     
  -webkit-border-radius:6px;   
*/  
}

.botao_ORIGINAL a {
	text-decoration:none;
	color:white;
	font-weight: bold;
}

.botao_ORIGINAL:hover {
	background:#5AC9E8;
	color: #126880;
}

.botao_ORIGINAL:hover a {
	color: #126880;
}



.botao,  a.botao{
   color:white;
   cursor:pointer;
   background:#a9a9a9;
   background:#C2C2C2;
   border:1px solid #a9a9a9;
   padding:4px;
   padding-left:6px;
   padding-right: 6px;
   margin-left:3px;
   margin-right:3px;


	text-decoration:none;
	color:white;
	font-weight: normal;

	font-size:14px;
	

	  border-radius:6px;
  -moz-border-radius: 6px;     
  -webkit-border-radius:6px;   
  
  background:#10577E;
   

}

.botao a {
	text-decoration:none;
	color:white;

}

.botao:hover, a.botao:hover {

	color:white;
	background:#1885C0;

}

.botao:hover a {

}






/* BOTAO 01 - para utilização 01 */


.Botao01 ,  a.Botao01{
   color:white;
   cursor:pointer;
   background:#a9a9a9;
   background:#C2C2C2;
   
   
   
   border:1px solid #a9a9a9;
   padding:2px;
   padding-left:4px;
   padding-right: 4px;
   margin-left:3px;
   margin-right:3px;


	text-decoration:none;
	color:white;
	font-weight: normal;

   
  /* no Shadow */

/*
  border-radius:6px;
  -moz-border-radius: 6px;     
  -webkit-border-radius:6px;   
  */
}

.Botao01 a {
	text-decoration:none;
	color:white;
	font-weight: bold;
}

.Botao01:hover, a.Botao01:hover {
	border-top:1px solid #7D7D7D;
	border-left:1px solid #7D7D7D;
	border-bottom:1px solid #7D7D7D;
	border-right:1px solid #7D7D7D;
	
	
	
	color:#727272;
	
	/*color: #126880;*/
}

.Botao01:hover a {
	color: #126880;
}








/* BOTAO 02 - para utilização Pedir prémio */


.BotaoPedir ,  a.BotaoPedir{
   cursor:pointer;

   padding:2px;
   padding-left:12px;
   padding-right: 12px;
   margin-left:3px;
   margin-right:3px;


	text-decoration:none;
	
	font-weight: normal;
	
	background:#0099CC;
	color:white;
	float:left;
   
}

.BotaoPedir a {
	text-decoration:none;
	color:white;
	font-weight: bold;
}

.BotaoPedir:hover, a.BotaoPedir:hover {
	color:#727272;
}

.BotaoPedir:hover a {
	color: #126880;
}



