
/* CSS Document */

*{
	margin:0;
	padding:0;
	border: 0; 
	outline: none;   
}

/*cabeçalho ead kroton */

*{
	margin:0;
	padding:0;
}

#topo{
	width:100%;
	height:133px;
	min-height:133px;
	background-image: url(images/bg_topo.png);
	background-repeat: repeat-x;
	background-position: left;	
}

#lapis{
	position:absolute;
	right:0;
	width:100%;
	height:133px;
	min-height:133px;
	background-image: url(images/lapis.gif);
	background-repeat: no-repeat;
	background-position: right;	
}

#logo{
	position:absolute;
	left:0;
	height:133px;
	width:100%;
	min-height:133px;
	background-image: url(images/logo_academia.gif);
	background-repeat: no-repeat;
	background-position: left;		
}

/* Página de entrada */

#entrada{
	width:100%;
	height:440px;
	background-image: url(images/bg_entrada.png);
	background-repeat: repeat-x;
	background-position: bottom; */
}

#conteudo_entrada{
	width:820px;
	margin:0 auto;
	text-align:left;
}

#txt{
	float:left;
	padding-top:30px;
	text-align:center;
	width:375px;
}

#img{
	float:right;
	padding-top:6px;
	text-align:right;
	width:375px;
}

#acesso{
	clear:both;
	padding-left:75px;
	text-align:left;
	width:auto;
}



#entrada{
	width:100%;
	height:440px;
	background-image: url(images/bg_entrada.png);
	background-repeat: repeat-x;
	background-position: bottom; */
}

#conteudo_entrada{
	width:820px;
	margin:0 auto;
	text-align:left;
}

#txt{
	float:left;
	padding-top:30px;
	text-align:center;
	width:375px;
}

#img{
	float:right;
	padding-top:6px;
	text-align:right;
	width:375px;
}

#acesso{
	clear:both;
	padding-left:75px;
	text-align:left;
	width:auto;
}