@charset "utf-8";
/* CSS Document */
body{
	font-family:"trebuchet MS", tahoma;
	font-size:12px;
	color:#999;
	margin: 10px 0px 10px 0px;
	padding:0;
}
/*	ESTRUTCTURA WEB	*/
/*
#web{
	position:absolute;
	width:782px;
	left:50%;
	margin-left:-396px;
}
*/

#web #header{
	width:782px;
	height:94px;
}

#web #menu{
	width:100%;
	height:20px;
	font-size:11px;
	background: url(../../img/back_menu.jpg) repeat;
	color:#FFF;
}

#web #showroom{
	background: url(../../img/back_menu.jpg) repeat;
}

#web #submenu{
	width:782px;
	font-size:11px;
	height:20px;
	background: url(../../img/back_gris.jpg);
	color:#FFF;
}

#web #footer{
	width:782px;
	font-size:11px;
	height:80px;
	background:#00C url(../../img/back_footer.jpg);
	color:#FFF;
}

#web #autos{
	width:782px;
	color:#FFF;
}

#web #noticias{
	color:#336699;
	font-size:10px;
}

/**/
#submenu .content ,#menu .content, #header .content{
	font-weight:bold;
	width:782px;	
}

#footer .content{
	width:782px;	
}

#submenu .content {
	font-weight:normal;	
}

#menu .link{
	color:#FFF;
	font-weight:550;
	text-decoration:none;
}

#menu .link:hover{
	text-decoration:underline;
}


#header .link{
	color:#999;
	text-decoration:none;
}

#header .link:hover{
	text-decoration:underline;
}


#submenu .link{
	display:inline-block;
	padding:2px 3px 2px 3px;
	background:#666 url(../../img/back_gris.jpg);
	color:#FFF;
	text-decoration:none;
}

#submenu .link:hover{
	background:#E9E9E9;
	color:#336699;
}


#submenu .link2{
	display:inline-block;
	color:#FFF;
	text-decoration:none;
}

#submenu .link2:hover{
	color:#336699;
}


#noticias .link{
	color:#336699;
	text-decoration:none;
}

#noticias .link:hover{
	text-decoration:underline;
}

/*	GENERICOS	*/
a img{
	border:none 0px;
}

.none{
	border:none 0px;
}

.back_gris3{
	background:#C1C1C1;
}

.back_gris b3{
	color:#666 !important;
}

.back_gris{
background: url(../../img/back_gris.jpg) repeat;
}

.back_gris2{
	background: url(../../img/back_menu.jpg) repeat;
}

#contenido b{
	color:#666;
}

.linkNaranja{
	color:#ff9900;
	text-decoration:none;
}

.linkNaranja:hover{
	color:#ff9900;
	text-decoration:underline;
}

.linkNoticia{
	color:#414141;
	text-decoration:none;
}

.linkNoticia:hover{
	text-decoration:underline;
}

