@charset "iso-8859-1";

/*
  Reset
 */

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;

}

body { 
	font: 75% Arial, Helvetica, sans-serif;
	line-height: 1.5;
	color: #FFF; 
	background: #333; 
	margin: 0; 
	padding: 0;
	}

a:link, a:hover {
	text-decoration:none;
}
h1, h2, h3, h4, p {
	margin:0;
	padding:0
}
h5 {
	margin:0;
	padding:0
}
.clear {
	clear:both
}
img {
	border:0
}


.logo {
	position: absolute;
	right: 11px;
	top: 18px;
	width: 360px;
	height: 160px;
	}
.automovel {
	position: absolute;
	left: 4px;
	top: 186px;
	height: 197px;
	width: 398px;

	}
	img.facebook {
	position: absolute;
	left: 0px;
	top: -4px;
	width: 603px;
	height: 131px;

}
img.facebook:hover {
	cursor: pointer;
	opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);

     
	
}

	
.menu {
	position: absolute;
	top: 116px;
	left: 1px;
	width: 600px;
	height: 60px;
	display: block;
	overflow: hidden;
	font-size: 1.4em;
	font-weight: normal!important;
	background: #231f20;
	}

.menu .nav  {
	margin: 0 0;
	padding: 0 0;
	height: 60px;
	display: block;
	overflow: hidden;
}

.menu .nav li {
	float:left;
	height: 60px;
	width:120px;
	list-style:none!important;
}

.menu .nav li:hover {
	cursor: pointer;
	
}

a.nav{font-size:0.9em!important;
	color:#fff!important;
	text-decoration:underline!important;}
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	outline:none;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #fff;
	}
.menu .nav li a {
	padding: 25px 0 0 0;
	width:120px;
	height: 60px;
	display:inline-block;
	color: #fff;
	font-weight:normal!important;
	text-align:center;
	text-decoration:none!important;
}
.menu .nav li a:hover {
	padding: 25px 0 0 0;
	display:inline-block;
	height: 60px;
	color:#fff;
	background-color: #F00;
}

.menu .nav li a.current {
	padding: 25px 0 0 0;
	height: 60px;
	display:inline-block;
	background: #F00;
	color:#fff;
}
	
