* {
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 10px;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form * {
	font-size: 11px;
}


/*main*/
#contenedor_fondo {
	width: 100%;
	background: url(../imagenes/fondo.png);
	background-repeat: repeat-x;
	height: 658px;
	padding: 20px;
}
#contenedor_total {
	width: 811px;
	text-align: left;
	margin: auto;
}
#sombra_izq {
	float: left;
	height: 638px;
	width: 14px;
	background: url(../imagenes/sombra_izq.png);
	background-repeat: no-repeat;
}
#sombra_der {
	float: left;
	height: 638px;
	width: 14px;
	background: url(../imagenes/sombra_der.png);
	background-repeat: no-repeat;
}
#contenedor_pagina {
	float: left;
	width: 100%;
	background: url(../imagenes/fondo_pagina.png);
	background-repeat: repeat-y;
}
#contenedor {
	width: 783px;
	float: left;
}
#cbza {
	width: 100%;
	background: url(../imagenes/fondo_cbza.png);
	height: 105px;
	position: relative;
}
#logo {
	position: absolute;
	top: 13px;
	left: -14px;
}
#productos {
	position: absolute;
	left: 536px;
	top: -4px;
}
#logos_cbza {
	position: absolute;
	left: 631px;
	top: -10px;
	width: 169px;
	height: 28px;
}
#banner {
	float: left;
	background: url(../imagenes/banner.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 75px;
}
#cuerpo {
	float: left;
	width: 100%;
	position: relative;
}
#contenido {
	float: left;
	width: 595px;
	padding: 10px 0px 10px 188px;
}
#buscador {
	float: left;
	background: url(../imagenes/fondo_buscador.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 31px;
}
#box_cbza {
	position: absolute;
	top: -28px;
	left: 170px;
	width: 783px;
}
#tit_box_cbza {
	width: 120px;
	float: left;
}
#box_cbza form{
	float: left;
}
#box_cbza select{
	float: left;
	margin-top: 1px;
}
.tit_campo_cbza{
	padding: 3px 0px 0px 10px;
	float: left;
	color: #A9A9A9;
}
.campo_cbza {
	float: left;
	padding-left: 10px;
}
#btn_buscar {
	float: left;
	padding-left: 10px;
}
#tit_box_cbza{
	float:left;
}
#pie {
	float: left;
	background: url(../imagenes/fondo_pie.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 89px;
}
#datos_pie_izq {
	float: left;
	padding-top: 25px;
	padding-left: 29px;
}
#datos_pie_der {
	float: right;
	padding-top: 25px;
	padding-right: 29px;
}
#botonera_pie {
	float: left;
	padding-top: 15px;
	padding-left: 29px;
	clear: both;
}
#logos {
	padding-left: 14px;
}
.bug {
	clear: both;
}

/*AJAX*/
#contenedor_cargando {
	text-align:center;
}
#cargando {
	background-image: url(../imagenes/relojito.gif);
	background-repeat: no-repeat;
	width: 208px;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	position:absolute;
	top:125px;
	left:365px;
}
#error_no_existe {
	text-align:center;
	color: #CC0000;
	font-weight: bold;
	position:absolute;
	top:235px;
	left:413px;
}
#error_varios {
	text-align:center;
	color: #CC0000;
	font-weight: bold;
	position:absolute;
	top:235px;
	left:413px;
}

/*botonera*/
#botonera {
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../imagenes/fondo_botonera.png);
	background-repeat: repeat-y;
	float: left;
	width: 168px;
}
#botonera a{
	color:#B75515;
}
#botonera ul {
	list-style-type: none;
	padding: 0px;
	width: 145px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#botonera .item a{
	font-weight: bold;
	width: 100%;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 23px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#botonera .item a:hover{
	width: 100%;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 23px;
	display: block;
	text-decoration:none;
}
#botonera .categoria {
	font-weight: bold;
	color:#B75515;
	width: 100%;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 23px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#botonera .subcategoria{
	font-weight: bold;
	display:block;
	padding-bottom: 2px;
	padding-top: 2px;
	width:140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
	padding-left: 28px;
}
#botonera .subcategoria a{
	color: #979797;
}

/*currency*/
#form_currency {
	float: left;
	width: 165px;
	position: absolute;
	top: -26px;
	left: 10px;
}
.campo_currency {
	float: left;
	width: 168px;
}
.tit_campo_currency {
	text-align: left;
	margin-top: 3px;
	width: 16%;
	float: left;
	font-size: 11px;
	padding-left: 3px;
}
.input_campo_currency {
	margin-bottom: 5px;
	width: 72%;
	float: right;
	padding-left: 5px;
}
.input_campo_currency select {
	width: 100px;
}

/*home*/
.box_premium {
	background-image: url(../imagenes/fondo_box.png);
	height: 210px;
	width: 176px;
	float: left;
	margin-right: 15px;
	background-repeat: repeat-x;
	position: relative;
}
.box_comun {
	background-image: url(../imagenes/fondo_box.png);
	height: 210px;
	width: 176px;
	float: left;
	margin-right: 13px;
	background-repeat: repeat-x;
	position: relative;
}
#boxes_home {
	padding-left: 5px;
	height: 1%;
	padding-top: 10px;
}
.tit_box_home {
	padding-right: 31px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tit_box_home h3{
	font-style: italic;
	font-weight: bold;
	font-size: 12px;
}
.tit_modelo_box {
	padding-right: 31px;
	padding-left: 11px;
	font-weight: bold;
	padding-top: 112px;
}
.tit_modelo_box a{
	color: #5C6C82;
	text-decoration:none;
	padding-top: 10px;
}
.tit_modelo_box a:hover{
	color: #5C6C82;
	text-decoration:underline;
}
#boxes_home p {
	padding-bottom: 0px;
	height: 40px;
}
.precio_home {
	padding-left: 10px;
	float: left;
	color: #CFCFCF;
}
.precio_home strong {
	color: #F26202;
}
.btn_ver_box_home {
	position: absolute;
	left: 129px;
}
.ico_premium {
	position: absolute;
	top: 8px;
	left: -13px;
	z-index: 96;
	width: 40px;
}
#boxes_home .ico_premium img {
	margin-bottom: 0px;
}
#boxes_home img {
	margin-bottom: 3px;
}
.img_box {
	position: absolute;
	left: 11px;
}

/*bloque*/
#bloque_izq {
	width: 342px;
	float: left;
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
	margin-left: 15px;
	display: inline;
}
#bloque_der {
	background-repeat: no-repeat;
	background-position: top;
	width: 188px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
#tit_bloque_izq {
	padding-bottom: 8px;
	padding-left: 2px;
}
#tit_bloque_izq h1 {
	color: #C56808;
	font-size: 14px;
	font-weight: bold;
}
#tit_bloque_der {
	padding-left: 12px;
	padding-bottom: 8px;
}
#tit_bloque_der h2 {
	color: #C56808;
	font-size: 14px;
	font-weight: bold;
}

/*autos lista*/
#resultado {
	padding-left: 2px;
	padding-top:5px;
}
#autos_lista {
	margin-top: 15px;
	margin-bottom: 15px;
}
#autos_lista p {
	margin: 0px;
	padding: 0px;
}
#autos_lista thead {
	display: none;
}
#autos_lista .lista_01 {
	background: url(../imagenes/fondo_lista_01.png);
	background-repeat: no-repeat;
	width: 145px;
	height: 113px;
	margin-bottom: 10px;
	text-align: center;
}
#autos_lista .lista_02 {
	background: url(../imagenes/fondo_lista_02.png);
	background-repeat: no-repeat;
	width: 175px;
	vertical-align: top;
	padding-top: 15px;
}
#autos_lista .lista_03 {
	background: url(../imagenes/fondo_lista_03.png);
	background-repeat: no-repeat;
	width: 115px;
	height: 113px;
}
#autos_lista .lista_04 {
	background: url(../imagenes/fondo_lista_04.png);
	background-repeat: no-repeat;
	width: 153px;
	height: 113px;
}
.lista_04 .cont_ico {
	text-align: right;
	width: 113px;
	padding-top: 5px;
}
.tit_lista_autos {
	text-transform: uppercase;
	color: #5E739C;
}
.tit_lista_autos p{
	padding-bottom: 5px;
	padding-right: 5px;
}
.tit_lista_autos a{
	color: #D0D0D0;
	font-weight: bold;
	padding-right: 5px;
}
.tit_lista_autos a:hover{
	color: #D0D0D0;
}
.texto_azul {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	width: 113px;
	float: left;
	text-align: right;
}
.cont_imagen_lista {
	position: relative;
}
.ico_premium_lista {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 96;
	width: 40px;
}

/*paginador*/
#paginador {
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
}
#paginador .activo {
	font-weight: bold;
	padding-left: 5px;
	text-decoration:underline;
}
#paginador a {
	padding-left: 5px;
}
#paginador a:hover {
	color: #000000;
	text-decoration: none;
}
#paginador_novedades{
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#paginador_novedades .activo {
	font-weight: bold;
	padding-left: 5px;
	text-decoration:underline;
}
#paginador_novedades a {
	padding-left: 5px;
}
#paginador_novedades a:hover {
	color: #999999;
	text-decoration: none;
}

/*Contactenos*/
#contenido_formulario {
	width: 290px;
	float: left;
	padding-left: 34px;
}
#contenido_formulario input,textarea {
	width: 270px;
}
#contenido_formulario .btn_enviar {
	float: right;
	margin-top: 10px;
	padding-right: 16px;
	margin-bottom: 20px;
	width: auto;
}
#fondo_bloques {
	float: left;
	width: 585px;
}
.tit_campo {
	margin-top: 6px;
	margin-bottom: 4px;
}
#feed {
	text-align:center;
	padding: 50px;
}
#linea {
	height: 2px;
	margin-top: 6px;
	margin-bottom: 12px;
}
#bloque_contactos p{
	text-align: right;
	padding-right: 10px;
	padding-bottom: 0px;
}


/*auto ampliado*/
#bloque_auto_ampliado {
	margin-top: 8px;
	float: left;
	width: 560px;
	background: url(../imagenes/fondo_producto_ampliado.png);
	background-repeat: repeat-x;
	background-color: #000000;
	padding: 10px;
	margin-bottom: 10px;
}
#nombre_auto {
	float: left;
	width: 463px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#nombre_auto h1{
	font-size: 15px;
	font-weight: bold;
	color: #EE5315;
}
#tipo {
	float: left;
	width: 50px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
#img_der {
	float: left;
	position: relative;
}
#img_der img {
	margin: 10px;
}
#datos_izq {
	float: left;
	margin-top: 10px;
}
#datos_marca {
	float: left;
	width: 330px;
}
#datos {
	float: left;
	height: 85px;
}
#datos p{
	padding-bottom: 0px;
}
#texto_lista_autos {
	overflow: auto;
	margin-bottom: 4px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	padding-top: 10px;
}
#logo_marca {
	float: left;
	width: 80px;
	text-align: right;
	padding-top: 5px;
}
#logo_marca img {
	background: url(../imagenes/fondo_logo_amp.png);
	background-repeat: no-repeat;
	padding: 5px 4px 1px 5px;
}
#tipo_auto {
	float: left;
	text-align: left;
}
.tit_lista_autos h2 {
	font-size: 11px;
}
#precio_lista_autos {
	color: #FFFFFF;
	float: right;
	text-align: right;
}
#precio_lista_autos strong {
	color: #BC491B;
	font-size: 16px;
}
#imagenes {
	clear: both;
	height: 62px;
	padding-bottom:10px;
}
#imagenes a {
	margin: 0px;
	padding: 0px;
}
#imagenes img {
	margin-right: 7px;
}
#tit_equipamiento {
	clear: both;
	padding-left: 13px;
}
#equipamiento {
	background-color: #151516;
	background-image: url(../imagenes/fondo_equipamientos.gif);
	background-repeat: no-repeat;
	width: 535px;
	margin-left: 13px;
	margin-bottom: 10px;
	margin-top: 3px;
	padding-top:2px;
	height: 108px;
	position: relative;
	float: left;
}
#contenedor_equipamiento {
	width: 520px;
	height: 108px;
	overflow:auto;
}
#equipamiento ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-position: outside;
}
#equipamiento li {
	float: left;
	width: 125px;
	padding-right: 10px;
	padding-left: 15px;
	margin-top: 3px;
	background-image: url(../imagenes/cuadradito.gif);
	list-style-type: none;
	background-position: left 3px;
	background-repeat: no-repeat;
}
#botones_ampliado {
	text-align: right;
	margin-right: 10px;
	clear: both;
	float: right;
}
.item_equipamiento {
	width: 153px;
	float: left;
	padding-right: 10px;
	padding-left: 8px;
	margin-top: 3px;
}
.item_equipamiento img {
	margin-right: 4px;
}
#btn_ampliar {
	position: absolute;
	left: 122px;
	top: 142px;
	cursor: pointer;
}
