*{ 
	margin: 0;
	padding: 0;
	outline: 0;
	text-decoration: none;
}

div.geral {
	width: 100%;
	height: 1000px;
	margin: 0 auto;
	background-color: #069;
}

div.header {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-color: #FFF;
}

div.lmt_header {
	width: 900px;
	height: 100px;
	margin: 0 auto;
	background-color: #CCC;
}

.logo {
    width: 200px;
    height: 100px;
    background-color: #6C9;
    margin-left: 0px;
    float: left;
}

.lmt_menu {
    width: 700px;
    height:70px;
    background-color: #CCC;
    float: left;
}

.menu {
    width: 580px;
    height:50px;
    background: #CCC;
    margin-left: 0px;
    float: left;
    margin-top: 5px;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
}

.slides {    
    width: 100%; 
    height: 600px; 
    background: #000;
    margin:0 auto;
}
.aslide {
    display: none;
}
.aslide img {
    max-width: 100%;     
}
#slider {
    width: 100%;
    height: 500px;
}
.aslide .text {
    width: 200px;
    margin: 0 auto;
    color: #f8f8f8;
    text-shadow: 0 0 2px #000;
    font-weight: bold;
    font-size: 36px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 30px;
    font-family: sans-serif;
}