.fondo_left{
	background:#000 url('../img/estructura/background.gif') top left no-repeat;
}

#fondo_right{
	background: transparent url('../img/estructura/background_right.gif') top right no-repeat;
}

/*body{
	background:#FFF url('../img/estructura/line_cir.gif') top center no-repeat;
}*/
body {
background: url(../img/estructura/background_right.gif) no-repeat right bottom;
}

#fondo {
background: transparent url(../img/estructura/background.gif) no-repeat left top;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/** TEXTOS **/

.bot_stx{
	font:700 11px Arial;
	color:#83BD19;
	text-decoration:none
}



.bot_direccion{
	font:400 11px Arial;
	color:#999;
}

br{
	line-height:10px;
}

/* ===== ESTRUCTURA OVALO GRIS MAIN ===== */

#contenido_ovalo_gris{
	background-color:#EEE;
	/*padding:3px 10px 3px 10px;*/
}

.contacto_gray
{
  color: gray;
  font-style: italic;
}

.texto_ovalo_gris{
	font-family: Arial;
	font-weight:bold;
	font-size:10px;
	color:#6D6E70;
	text-align:justify;
}

#top_line_gris{
	/*background-image: url('../img/estructura/top_line_gris.gif');*/
	background-image: url('../img/estructura/top_line_gris.gif');
	background-repeat:repeat-x;
}

#left_line_gris{
	background-image: url('../img/estructura/left_line_gris.gif');
	background-repeat:repeat-y;
}

#right_line_gris{
	background-image: url('../img/estructura/right_line_gris.gif');
	background-repeat:repeat-y;
}

#bottom_line_gris{
	background-image: url('../img/estructura/bottom_line_gris.gif');
	background-repeat:repeat-x;
}

#esq_gris_1{ /*esquina superior izquierda*/
	background-image: url('../img/estructura/esq_gris_1.gif');
	background-repeat:no-repeat;
}

#esq_gris_2{/*esquina superior derecha*/
	background-image: url('../img/estructura/esq_gris_2.gif');
	background-repeat:no-repeat;
}

#esq_gris_3{/*esquina inferior izquierda*/
	background-image: url('../img/estructura/esq_gris_3.gif');
	background-repeat:no-repeat;
}

#esq_gris_4{/*esquina inferior derecha*/
	background-image: url('../img/estructura/esq_gris_4.gif');
	background-repeat:no-repeat;
}

/****** CONTENEDOR DE MENU AUTOS ******/

#menu_autos{
	z-index:99;
	display:block;
	position:absolute;
	width:405px;
	height:388px; 
	margin-top:2px;
}

/***** NUEVOS *****/

.etiqueta{
	font:700 12px 'Arial';
	color:#222;
}

.etiqueta_blanca{
	font:700 12px 'Arial';
	color:#fff;
}

.etiqueta_precio{
	font:700 20px/30px 'Arial';
	color:#092F6D;
}

/***** TEXTOS *****/

#titulo{
	padding-left:11px;
	font:700 20px/25px 'Arial';
	color:#18478B;
	height:25px;
	border-bottom:1px dotted #BBB;
	padding-top:5px;
}

#subtitulo{
	background: transparent url('../img/estructura/bullet_titulo.gif') no-repeat;
	padding-left:11px;
	font:700 13px/12px 'Arial';
	height:12px;
	color:#18478B;
	height:11px;
}

#subtitulo_linea{
	background: transparent url('../img/estructura/bullet_titulo_2.gif') no-repeat;
	padding-left:11px;
	font:700 13px/18px 'Arial';
	height:18px;
	color:#18478B;
	border-bottom:1px dotted #BBB
}

#subtitulo_banner{
	background: transparent url('../img/estructura/banner_bullet.gif') no-repeat;
	padding-left:11px;
	font:700 13px/18px 'Arial';
	height:18px;
	color:#FFF;
	border-bottom:1px dotted #FFF;
}

.texto_contenido{
	font:400 11px 'Arial';
	color:#303030;
	text-align:justify;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.texto_notas{
	font:400 10px 'Arial';
	color:#303030;
	text-align:justify;
}

.texto_notas p
{
  margin: 5px 0;
  padding: 0;
}

.texto_contenido_azul{
	font:400 11px 'Arial';
	color:#0C306E;
	text-align:justify;
	padding:5px;
	/*padding-left:5px;
	padding-right:5px;*/
}

.texto_banner{
	font:700 11px 'Arial';
	color:#0C306E;
	text-align:justify;
}

.texto_contenido_right{
	font:400 11px 'Arial';
	color:#303030;
	text-align:right;
	padding-top:5px;
}

.etiqueta_form{
	font:700 12px 'Arial';
	color:#18478B;
}

li.listado{
	font:400 11px/13px 'Arial';
	color:#303030;
	text-align:justify;
}

ul.lista{
	margin-top:8px;
}

ul.lista_bullet{
	margin-top:8px;
	margin-left:20px;
	list-style-image: url('../img/estructura/bullet_listas.jpg');

}

.arial_n
{
font-family:arial;  
font-weight:bold; 
}

.texto_buscador{
	font:400 11px 'Arial';
	color:#303030;
}

.texto_detalle{
	font:700 12px 'Arial';
	color:#0C306E;
	text-align:justify;
	text-decoration:underline;
}

.error
{
  font-family: Arial; 
  font-size: 11px; 
  color:red; 
  text-align: left; 
  font-weight: normal; 
}

#lupa{
	width:13px;
	height:13px;
	margin-top:-25px;
	margin-left:102px;
	background: url('../img/estructura/img_lupa.gif') 0 0 no-repeat;
	background-position: bottom right;
	display:block;
	position:absolute;
	z-index:200;
}

#paginator_bot{
	font:700 12px 'Arial';
	padding-left:11px;
	padding-top:5px;
	/*border:1px solid #F00;*/
	color:#77B50A;
	height:20px;
	width:100%;
}

a:link,a:active,a:visited{
	font:700 12px 'Arial';
	color:#285B9A;
	text-decoration:underline;
}

a:hover{
	color:#2A91D3;
}

a:link.bot_stx, a:visited.bot_stx
{
 text-decoration:none;
 color:#83BD19;
}

a:hover.bot_stx
{
 text-decoration:underline;
 color:#83BD19;
}

#subtitulo_detalle{
	background: transparent url('../img/estructura/bullet_titulo.gif') no-repeat;
	padding-left:10px;
	font:700 16px 'Arial';
	height:12px;
	color:#18478B;
	height:11px;
}

.contenedor_seminuevo{
	background-color:#EEEEEE;
}

.cont_accesorios
{
  height:203px; 
  width:130px; 
  cursor:pointer;
  position:absolute;
  background-repeat: no-repeat;
}

.peque
{
font:400 9px 'Arial';
text-align:center;
color:white; 
padding-top:7px
}

.peque2
{
font:400 9px 'Arial';
text-align:center;
color:white; 
padding-top:157px
}

#img_small
{
  margin : 5px;
}
