/*estilo de prueba*/


/* NORMALIZAR
Con esta propiedad normalizamos los valores antes de comenzar
*/

* {margin:0; padding:0;}

/*FIX PNG*/

/*img, div { behavior: url(png/iepngfix.htc);}/*

/*Ac comienza el estilo del sitio*/

body {
	/*background:transparent url(fondo.jpg);*/
	background:#727272;
	font-family:verdana;
	color:#fff;
	font-size:12px;
}

SELECT      
{
BACKGROUND-COLOR:#FFFFB9;
/*BACKGROUND-COLOR:#999999;*/
BORDER-TOP-COLOR: #000000;
BORDER-LEFT-COLOR: #000000;
BORDER-RIGHT-COLOR: #000000;
BORDER-BOTTOM-COLOR: #000000;
BORDER-TOP-WIDTH: 1px;
BORDER-LEFT-WIDTH: 1px;
FONT-SIZE: 10px;
COLOR: #000;
BORDER-BOTTOM-WIDTH: 1px;
FONT-FAMILY: Verdana,Helvetica;
BORDER-RIGHT-WIDTH: 1px;
}

.parpadeante { text-decoration: blink; }  

.campos_busqueda{
	width:210px;
	height:25px;
	z-index:101;
	float:left;
	margin: 60px 0 0 10px;
	/*background-color: #0066FF;*/
}
.bordered {
	border-color:#000;
}

.datos{
	border:1px solid #000;
}
#sombra{
	
	width:100%;
	background:transparent url(../archivos/sombra.png) repeat-y top;
	margin:auto;
}

#contenedor {
	margin: 0 auto;
	text-align:center;
	width:768px;
}
#encabezado {
	width:768px;
	height:100px;
	background:url(../archivos/servimaq.jpg) no-repeat left top #5a0a0a;
}
#menu {
	z-index:100;
	width:768px;
	height:30px;
	margin:0 auto;
	/*background:#5a0a0a;*/
}
#multi-level .pad {float:left;}

#banner {
	width:768px;
	height:259px;
	margin:0 auto;
	background:#1b1b1b;
	
}
#banner p {
	color:#333;
}
#contenido {
	width:768px;
	min-height:310px;
	background:#474747;
	margin:auto;
	padding:auto;
}
#contenidoprincipal {
	background:url(../archivos/fondocontent.jpg) #474747 no-repeat;
	width:768px;
	min-height:310px;
	padding:0px;
	margin:0px auto;
}
#buscar {
	display:inline;
	float:left;
	width:230px;
	height:280px;
	margin:20px 0 auto 27px;
}
#destacados {
	float:left;
	width:472px;
	height:220px;
	margin:80px auto 5px 19px;
	/*border-style:dotted;*/
}
.tabla_destacados{
	width:470px;
	color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:auto;
	padding:0;
}
.t_destacados {
	color:#fff;
	font-size:14px;
}
.tablachica_destacados {
	width:230px;
}

#resultado_titulo {
  width:768px;
  height:60px;
  background:url(../archivos/resultadotitulo.jpg) top no-repeat;
}

#resultado_pie {
  width:768px;
  height:20px;
  background:url(../archivos/resultadoabajo.jpg) no-repeat;

}
#resultado {
	width:768px;
	margin:auto;
	padding:0;
}

#contenedor_tabla_autos {
	background:url(../archivos/resultadorepeat.jpg) repeat-y;
}

#tabla_autos{
	width:720px;
	margin:auto;
	height:auto;
}
#tabla_autos a{
	color:#fff
}	
#fondo_detalle {
	background:url(../archivos/fondodetalle.jpg) top center no-repeat;
	height:645px;
	width:768px;
	margin:auto;
}
#detalle_destacado {
	width:726px; 
	height:auto;
	clear:left;
	margin:auto;
}
#Table_d {
	margin:72px auto auto auto;
	color:#fff;
}

#pie {
	width:768px;
	height:100px;
	background:#5a0a0a;
	visibility:visible;
	font-size:10px;
}

#pie a {
	color:#474747;
}
#pie a:hover {
	color:#fff;
}
#pie a:visited {
	color:#474747;
}



/*Contenido - Texto*/

#financiamiento {
  padding:0px 30px;

}

.titulo {
	margin: 0 40px;
	text-align:left;
	font-family:verdana;
	color:#fff;
	font-size:18px;
	text-decoration:underline;
}
.titulo2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:15px;
	font-weight:bold;
}
.fotos {
	margin:0 auto;
}
.texto {
	text-align:left;
	margin:0 80px 0 40px;
	font-family:verdana;
	color:#fff;
	font-size:12px;
}

.texto_quienes {
	text-align:left;
	font-family:verdana;
	color:#fff;
	font-size:12px;
	text-align:justify;
}

.texto ul {
	padding:10px 60px;
}

#flash2 {
  padding:20px 0px;
  margin:auto;
  width:641px;
}


/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:30px; background:#1b1b1b; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:65px; background:url(../archivos/multi_level-files/home_1.gif) no-repeat;;}
.menu li.p2 {width:120px; background:url(../archivos/multi_level-files/products_1.gif) no-repeat;;}
.menu li.p3 {width:120px; background:url(../archivos/multi_level-files/services_1.gif) no-repeat;;}
.menu li.p4 {width:120px; background:url(../archivos/multi_level-files/contacts_1.gif) no-repeat;;}
.menu li.p5 {width:120px; background:url(../archivos/multi_level-files/shop_1.gif) no-repeat;;}
.menu li.p6 {width:120px; background:url(../archivos/multi_level-files/privacy_1.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:65px; background:url(../archivos/multi_level-files/home_0.gif) no-repeat;}
.menu li a#products {width:120px; background:url(../archivos/multi_level-files/products_0.gif) no-repeat;}
.menu li a#services {width:120px; background:url(../archivos/multi_level-files/services_0.gif) no-repeat;}
.menu li a#contacts {width:120px; background:url(../archivos/multi_level-files/contacts_0.gif) no-repeat;}
.menu li a#shop {width:120px; background:url(../archivos/multi_level-files/shop_0.gif) no-repeat;}
.menu li a#privacy {width:120px; background:url(../archivos/multi_level-files/privacy_0.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#products:hover, .menu li:hover a#products,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#contacts:hover, .menu li:hover a#contacts,
.menu li a#shop:hover, .menu li:hover a#shop,
.menu li a#privacy:hover, .menu li:hover a#privacy {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:35px; background: #333; padding:3px 0; border:1px solid #000; white-space:nowrap; width:93px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:90px;background:#333}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:87px; line-height:20px; text-indent:5px; color:#fff; text-decoration:none; border:3px solid #000; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#333 url(../archivos/multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#8d1010; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#8d1010 url(../archivos/multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#8d1010 url(../archivos/multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #333; padding:3px 0; border:1px solid #000; white-space:nowrap; width:93px; z-index:200; height:auto; z-index:300;}






