@charset "utf-8";
/* CSS Document */

@import url(reset.css);

html, body {
	color:#525252;
	font:normal normal normal 11px Tahoma,Geneva,sans-serif;
	height:100%;
}
p {
	margin-top:15px;
}
.clear {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
}


#header {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:2;
}


/*********/
/* MENU */
/********/
#logo-btn, #menu-btns a, #menu-autos a {
	background-image:url(../images/menu.png);
}


#menu {
	background:transparent url(../images/back-menu.gif) repeat-x scroll 0 0;
	height:96px;
}
#menu-content {
	height:96px;
	margin:auto;
	width:950px;
}
#logo-btn {
	background-position:0 -174px;
	height:80px;
	margin:8px 0 0 5px;
	position:absolute;
	text-indent:-9999px;
	width:115px;
}

/************/
/* BOTONES */
/***********/
#menu-btns {
	margin:0 0 0 146px;
}
#menu-btns li {
	display:inline;
	float:left;
}
#menu-btns a {	
	display:inline;
	float:left;
	text-indent:-9999px;
	height:32px;
}
#filosofia-btn {
	width:159px;
}
#filosofia-btn:hover {
	background-position:0 -32px;
}
#news-btn {
	background-position:-159px 0;
	width:115px;
}
#news-btn:hover {
	background-position:-159px -32px;
}
#living-btn {
	background-position:-274px 0;
	width:117px;
}
#living-btn:hover {
	background-position:-274px -32px;
}
#concesionarios-btn {
	background-position:-391px 0;
	width:135px;
}
#concesionarios-btn:hover {
	background-position:-391px -32px;
}
#contacto-btn {
	background-position:-526px 0;
	width:98px;
}
#contacto-btn:hover {
	background-position:-526px -32px;
}
#advanced-btn {
	background-position:-624px 0;
	width:178px;
}
#advanced-btn:hover {
	background-position:-624px -32px;
}


/*****************/
/* BOTONES AUTOS */
/*****************/
#menu-autos {
	margin:4px 0 0 131px;
}
#menu-autos li {
	display:inline;
	float:left;
}
#menu-autos a {
	display:inline;
	float:left;
	font-size:0;
	line-height:0;
	height:55px;
	text-indent:-9999px;
}
#tsx-l4-btn {
	background-position:0 -64px;
	width:99px;
}
#tsx-l4-btn:hover {
	background-position:0 -119px;
}
#tsx-35L-btn {
	background-position:-99px -64px;
	width:92px;
}
#tsx-35L-btn:hover {
	background-position:-99px -119px;
}
#rl-btn {
	background-position:-547px -64px;
	width:80px;
}
#rl-btn:hover {
	background-position:-547px -119px;
}
#rdx-btn {
	background-position:-273px -64px;
	width:89px;
}
#rdx-btn:hover {
	background-position:-273px -119px;
}
#mdx-btn {
	background-position:-446px -64px;
	width:101px;
}
#mdx-btn:hover {
	background-position:-446px -119px;
}
#tl35l-btn {
	background-position:-191px -64px;
	width:82px;
}
#tl35l-btn:hover {
	background-position:-191px -119px;
}
#tl37l-btn {
	background-position:-362px -64px;;
	width:84px;
}
#tl37l-btn:hover {
	background-position:-362px -119px;
}
#zdx-btn {
	background-position:-627px -64px;
	width:112px;
}
#zdx-btn:hover {
	background-position:-627px -119px;
}
#precios-btn {
	background-position:-739px -64px;
	width:78px;
}
#precios-btn:hover {
	background-position:-739px -119px;
}


/**********/
/* FLASH */
/*********/
#flashHeader {
	background:#000;
	height:355px;
	width:100%;
}


/*************/
/* CONTENIDO */
/*************/
#content {
	background:transparent url(../images/back-content.gif) repeat-x scroll 0 451px;
	height:100%;
}
#content-bottom {
	background:transparent url(../images/back-footer.gif) repeat-x scroll 0 bottom;
	height:100%;
	position:relative;
}
#content-elements {
	margin:auto;
	padding:451px 0 0;
	width:950px;
}


/**********/
/* FOOTER */
/**********/
#footer {
	background:transparent url(../images/footer.png) no-repeat scroll 0 0;
	height:26px;
	margin-left:-295px;
	position:absolute;
	bottom:25px;
	left:50%;
	text-indent:-9999px;
	width:622px;
}



/********************/
/* PRUEBA DE MANEJO */
/********************/
#pruebaManejor-table {
	background-image:url(../php/prueba_manejo/images/back.jpg);
}
#pruebaManejor-table .TEXT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
#pruebaManejor-pie{
	width:241px;
	height:34px;
	position:absolute;
	margin-left:430px;
	margin-top:230px;
	background-image:url(../php/prueba_manejo/images/pie.jpg);
	background-repeat:no-repeat;
}