@charset "utf-8";
/* CSS Document */

/*INICIO INDEX*/
.conteudo_interno_index{
	height: 400px;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.inicio_botao_cursos{
	width: 690px;
	height: 90px;
    margin-left: 300px;
}
.inicio_logo_index{
	width: 640px;
	height: 190px;
	margin-top: 130px;
    margin-left: 350px;
	font-size: 19px;
	font-weight: bold;
}
.rodape_fixo_creditos_index {
	height: 50px;
	width: 100%;
	background-color: #4d4d4d;
	color: #fff;
	position:absolute;
    bottom:0;
	}
.rodape_fixo_creditos_index_interno{
	height: 50px;
	width: 990px;
	align: auto;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
	text-align: center;
	font-size: 10px;
	}

/*FIM INDEX*/

.botao_cursos_index {
	font-size: 22px; 
	width: 250px;
	height: 50px;
	line-height: 50px;
}
.botao_cursos_index a {
	display: block; 
	background: #000758; 
	color: #fff; 
	text-shadow: 0px 1px 0px #111111; 
	text-align: center; 
	box-shadow: 0px 2px 3px #000; 
	padding: 10px 20px 10px 20px; 
	margin: 0px 0px 0px 0px; 
	text-decoration: none; 
}
.botao_cursos_index a:visited {
	background: #000758;
	border: solid 1px #970002;
}
.botao_cursos_index a:hover {
background: #ff9a22; /*Cor de fundo do objeto quando o mouse está sobre o mesmo*/
box-shadow: 0px 2px 3px #000; 
}
.botao_cursos_index a:focus {
background: #970002; /*Cor de fundo do objeto quando o mouse é clicado sobre o mesmo*/
}
