@font-face {
    font-family: interstate bold;
	font-weight: normal;
    font-style: normal;
    src:url('font/Interstate-Bold.otf');
}
@font-face {
    font-family: interstate light;
	font-weight: normal;
    font-style: normal;
    src:url('font/Interstate-Light.otf');
}
@font-face {
    font-family: interstate;
	font-weight: normal;
    font-style: normal;
    src:url('font/Interstate-Regular.ttf');
}

html {
  height: 100%;
}
/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section {
  display:block;
}
ul ,li{
  list-style-type: none;
}

body {
  background: url(../img/header_gn.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  color: #444;
  font-family: interstate light, Arial;
  font-size: 16px;
}
#autos{
	display:none;
	height:100%;
	position:relative;
	text-align:center;
	width:100%;
}
#autos a{
	color:#666;/*#C90606;*/
	cursor:pointer;
	cursor:hand;
	display:inline-block;
	font-size:12px;
	text-decoration:none;
	vertical-align:top;
}
#autos #close{
	position:absolute;
	right:100px;
	top:-10px;
}
.img_auto{
	width:115px;
	height:63px;
}

#img-bmw{background:url(../img/autos/img-logo-bmw.png);}
#img-bmw:hover{background:url(../img/autos/img-logo-bmw-hover.png);}
#img-mini{background:url(../img/autos/img-logo-mini.png);}
#img-mini:hover{background:url(../img/autos/img-logo-mini-hover.png);}
#img-chevrolet{background:url(../img/autos/img-logo-chevrolet.png);}
#img-chevrolet:hover{background:url(../img/autos/img-logo-chevrolet-hover.png);}
#img-ford{background:url(../img/autos/img-logo-ford.png);}
#img-ford:hover{background:url(../img/autos/img-logo-ford-hover.png);}

#imgEmpresas{
	background:url(../img/logos_autos.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	display:none;
	height:91px;
	margin-top:10px;
	padding-top:10px;
	text-align:center;
}
#logo{
  display: block;
  font-size: 28px;
  min-height: 130px;
  text-align:center;
}
#menu_bar{
  background:url(../img/menu.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 71px;
  margin-bottom: 20px;
  margin-top:-15px;
}
#menu{
  display: block;
  margin: 15px auto;
  padding-top: 10px;
  text-align: center;
  width: 600px;
}
#menu a{
  color: #666;
  font-size: 18px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
#menu a:hover,.menu-footer a:hover{
  color: #333;
}

.container-nieto{
  margin: 30px auto;
  max-width: 960px;
  min-width:300px;
  width: 100%;
}
.img-footer{
	background:url(../img/footer_gn.jpg);
  background-repeat: no-repeat;
	height:224px;
	margin-top:-50px;
  margin-right: auto;
  margin-left: auto;
  max-width: 2000px;
	width:100%;
}
.menu-footer{
	font-size:12px;
	margin-top:30px;
	text-align:center;
}
.menu-footer a{
	color:#666;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;
}
.tabbable .nav a{
	color:#666;
}
.title{
	font-family:'interstate bold', Arial;
	font-size:22px;
}