/*---------------------------------------------
		DEFINIÇÕES DE ESTILO DA TELA
----------------------------------------------*/

/*********************************************
	- INCIALIZAÇÃO DO CONTAINERS DA TELA  - 
**********************************************/


.TMF-Frame {
	float: left;
	padding: 0px;
	background-color: #000;
	width: 100%;
}

.container {
	width: 1024px;
	height: 590px;
	position:relative;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 150px;
	clear: both;
}

.Coluna_Menu {
	float: left;
	width: 15%;
	height: 590px;
	padding: 0px;
	margin: auto;
	background-color: #CCCCCC;
}

.Coluna_Apresentacao {
	float: left;
	width: 85%;
	height: 590px;
	padding: 0px;
	background-color: #CCCCCC;
}


/*********************************************
	-	CONFIGURAÇÃO DO FRAME DOS SLIDES	-
**********************************************/


.tp-banner-container {
	width:100%;
	position:relative;
	padding:0;
}

.tp-banner{
	width:100%;
	position:relative;
}

/************************
   - DEFINÇÃO LOGOTIPO- 
************************/

/*---- Logotipo ---*/ 

.logo_alinha {
	text-align:center;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
}
/************************
   - ESTILO DOS BOTÕES - 
************************/

.botao_alinha {
	padding: 0px;
	clear: both;
}

.botao_menu {
	font-family: "Open Sans";
	color: #000;
	text-decoration: none;
	background-color: 0CCC9C;
	border: 2px solid rgba(255,255,255,1);
	display: block;
	width: 110px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,1);
	box-shadow: 1px 1px 10px rgba(0,0,0,1);
	-o-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	}

.botao_menu:hover, 
.botao_menu:focus, 
.botao_menu:active{
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,1);
	-o-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	}
	
.botao_menu_ativo {
	font-family: "Open Sans";
	font-weight: 400;
	color: rgba(0,0,0,1);
	text-decoration: none;
	background-color: #999999;
	border: 2px solid rgba(51,102,0,1);
	display: block;
	width: 110px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 0px 0px 15px 1px rgba(102,102,102,1);
	box-shadow: inset 0px 0px 15px 1px rgba(102,102,102,1);
	text-shadow: 0px 0px;
	}


.botao_menor {
	font-family: "Open Sans";
	color: #000;
	text-decoration: none;
	background-color: 0CCC9C;
	border: 2px solid rgba(255,255,255,1);
	display: block;
	width: 110px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	letter-spacing: 1px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	-webkit-box-shadow: 1px 1px 10px rgba(0,0,0,1);
	box-shadow: 1px 1px 10px rgba(0,0,0,1);
	-o-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	}

.botao_menor:hover, 
.botao_menor:focus, 
.botao_menor:active{
	-webkit-box-shadow: 0px 0px 0px rgba(0,0,0,1);
	-o-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	}

.botao_menor_ativo {
	font-family: "Open Sans";
	font-weight: 400;
	color: rgba(0,0,0,1);
	text-decoration: none;
	background-color: #999999;
	border: 2px solid rgba(51,102,0,1);
	display: block;
	width: 110px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 15px;
	-webkit-box-shadow: inset 0px 0px 15px 1px rgba(153,153,153,1);
	box-shadow: inset 0px 0px 15px 1px rgba(153,153,153,1);
	text-shadow: 0px 0px;
	}

	
/*Fim Botoes*/
