@CHARSET "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: #c8c8ca url(../img/background.gif) center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: normal;
}

a {
	margin: 0;
	padding: 0;
	color: #35c;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	background: url(../img/box_top_center.png) top left repeat-x;
	height: 23px;
}

h1.small, h2.small, h3.small, h4.small, h5.small {
	width: 285px;
}

h1.med, h2.med, h3.med, h4.med, h5.med {
	width: 605px;
}

h1.w50, h2.w50, h3.w50, h4.w50, h5.w50 {
	width: 440px;
}

h1.w100, h2.w100, h3.w100, h4.w100, h5.w100 {
	width: 910px;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
	margin-top: 5px;
	display: block;
	float: left;
}

h1 span.left, h2 span.left, h3 span.left, h4 span.left, h5 span.left,
h1 span.right, h2 span.right, h3 span.right, h4 span.right, h5 span.right {
	display: block;
	margin: 0;
	padding: 0;
	width: 10px;
	height: 23px;
}

h1 span.left, h2 span.left, h3 span.left, h4 span.left, h5 span.left {
	background: url(../img/box_top_left.png) top left no-repeat;
	float: left;
}

h1 span.right, h2 span.right, h3 span.right, h4 span.right, h5 span.right {
	background: url(../img/box_top_right.png) top left no-repeat;
	float: right;
}

div.col_med {
	width: 595px;
}

div.col_small {
	width: 285px;
}

div.block_w50 {
	width: 440px;
}

div.block_w100 {
	width: 910px;
}

div.bottom {
	clear: both;
	display: block;
	float: left;
	height: 10px;
	width: 100%;
	background: url(../img/box_bottom_center.png) top left repeat-x;
	padding: 0;
	margin: 0 0 20px 0;
}

div.bottom span.left, div.bottom span.right {
	width: 10px;
	height: 10px;
	display: block;
}

div.bottom span.left {
	float: left;
	background: url(../img/box_bottom_left.png) top left no-repeat;
}

div.bottom span.right {
	background: url(../img/box_bottom_right.png) top left no-repeat;
	float: right;
}

div.bottom_s {
	clear: both;
	display: block;
	float: left;
	height: 10px;
	width: 100%;
	background: url(../img/box_bottom_center_p.png) top left repeat-x;
	padding: 0;
	margin: 0 0 20px 0;
}

div.bottom_s span.left, div.bottom_s span.right {
	width: 10px;
	height: 10px;
	display: block;
}

div.bottom_s span.left {
	float: left;
	background: url(../img/box_bottom_left_p.png) top left no-repeat;
}

div.bottom_s span.right {
	background: url(../img/box_bottom_right_p.png) top left no-repeat;
	float: right;
}

div.bottom_r {
	clear: both;
	display: block;
	float: left;
	height: 10px;
	width: 100%;
	background: url(../img/content_small.png) bottom center repeat-y;
	padding: 0;
	margin: 0;
}

div.bottom_r span.left, div.bottom_r span.right {
	width: 10px;
	height: 10px;
	display: block;
}

div.bottom_r span.left {
	float: left;
	background: url(../img/box_bottom_left_r.png) top left no-repeat;
}

div.bottom_r span.right {
	background: url(../img/box_bottom_right_r.png) top left no-repeat;
	float: right;
}

div.body_background {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/background.png) top center repeat-y
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 5px 0 4px;
	background: url(../img/background.png) top center repeat-y
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#wrapper {
		padding: 0 5px;
	}
}

#flash {
	width: 950px;
	height: 350px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

#barra_menu {
	display: block;
	float: left;
	width: 950px;
	height: 46px;
	background: #c6c7c9 url(../img/menu.png) top left repeat-x;
}

ul#menu {
	height: 100%;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}

ul#menu li {
	padding: 0;
	padding: 0;
	display: block;
	float: left;
	height: 46px;
	background: url(../img/menu_separator.png) right center no-repeat;
}

ul#menu li, ul#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333;
	text-align: center;
}

ul#menu li a {
	line-height: 46px;
	margin: 0;
	padding: 7px 12px;
	text-decoration: none;
}

ul#menu li a:hover {
	color: #fff;
}

ul#idiomas {
	display: block;
	float: right;
	margin: 7px 20px 0 0;
	padding: 0;
	height: 35px;
	background: url(../img/flags_center.png) center center repeat-x;
}

ul#idiomas li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

ul#idiomas li span.left,
ul#idiomas li span.right {
	display: block;
	float: left;
	width: 5px;
	height: 35px;
}

ul#idiomas li span.left {
	background: url(../img/flags_left.png) left center no-repeat;
}

ul#idiomas li span.right {
	background: url(../img/flags_right.png) left center no-repeat;
}

ul#idiomas li a img {
	margin: 5px 5px 0 5px;
	border: 0;
	width: 27px;
	height: 23px;
}

#footer {
	display: block;
	float: left;
	width: 950px;
	height: 350px;
	margin: 0;
	padding: 0;
	background: #9a9a9d;
}

#cuerpo {
	display: block;
	float: left;
	width: 940px;
	margin: 0;
	padding: 20px 5px 0;
}

#col_left, #col_right {
	display: block;
	float: left;
	margin-right: 0;
}

#col_left {
	margin-left: 15px;
	width: 605px;
	padding-right: 10px;
}

#col_right {
	margin-left: 10px;
}

#col_center {
	display: block;
	float: left;
	width: 605px;
	margin-left: 170px;
	margin-right: 0;
}

#col_med {
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 440px;
}

#col_w100 {
	display: block;
	float: left;
	margin-left: 15px;
	width: 910px;
}

div.col_w50 {
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 440px;
}

div.col_w100 {
	display: block;
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	width: 910px;
}

#vehiculos, #categorias {
	display: block;
	float: left;
	background: #ece8e8 url(../img/content_med.png) center center repeat-y;
	width: 605px;
	padding: 0;
	overflow: hidden;
}

#vehiculos {
	height: 300px;
}

#categorias {
	height: 360px;
}

#vehiculos_detalle {
	display: block;
	float: left;
	background: #ece8e8 url(../img/content_med.png) center center repeat-y;
	height: 293px;
	width: 597px;
	padding: 0;
	margin: 0 4px;
	overflow: scroll;
}

#busqueda, #extra {
	display: block;
	float: left;
	background: #ece8e8 url(../img/content_med.png) center center repeat-y;
	min-height: 250px;
}

.col_w50 #busqueda, #extra {
	padding: 0;
	background: #ece8e8 url(../img/content_50.png) center center repeat-y;
	min-height: 200px;
	height: 200px;
}

#extra div {
	display: block;
	float: left;
	padding: 10px;
	margin-left: 20px;
	
}

.col_w50 #busqueda div.tabla_b {
	margin: 10px 0 0 40px;
}

div.deg {
	margin: 0 4px;
	display: block;
	float: left;
	background: url(../img/deg_buscador.png) top left repeat-x;
}

#busqueda div.deg {
	width: 597px;
}

#contacto div.deg {
	width: 432px;
}

span.text, p.text {
	display: block;
	float: left;
	padding: 0;
	margin: 10px 20px;
}

p.text {
	text-align: justify;
}

#contacto {
	display: block;
	float: left;
	background: #ece8e8 url(../img/content_50.png) center center repeat-y;
	height: 350px;
}

#mapa {
	display: block;
	float: left;
	background: #ece8e8 url(../img/content_50.png) center center repeat-y;
	height: 350px;
	text-align: center;
}

#recomendados {
	display: block;
	float: left;
	background: #ece8e8 url(../img/content_small.png) center center repeat-y;
	height: 640px;
}

#imagenes_detalle {
	display: block;
	float: left;
	background: #ece8e8 url(../img/content_small.png) center center repeat-y;
	height: 300px;
}

#tabla_vehiculos {
	height: 100%;
	margin: 0 4px;
	padding: 10px 8px 0 8px;
	text-align: center;
	display: block;
	float: left;
	background: url(../img/deg_categorias.png) bottom center repeat-x;
}

#info_contacto {
	display: block;
	float: left;
	background: #ece8e8 url(../img/content_100.png) center center repeat-y;
	width: 910px;
	text-align: center;
}

#info_contacto div.deginfo {
	display: block;
	float: left;
	width: 902px;
	margin-left: 4px;
	background: url(../img/deg_info.png) bottom center repeat-x;
}

#info_contacto p {
	text-align: center;
}

#info_contacto div {
	vertical-align: middle;
	display: inline-block;
	margin-right: 100px;
}

#info_vendedor {
	display: block;
	float: left;
	background: #ece8e8 url(../img/content_100.png) center center repeat-y;
	width: 910px;
	text-align: left;
}

#info_vendedor div {
	display: block;
	float: left;
	margin: 5px 10px;
	text-align: left;
}

#info_vendedor div p {
	margin: 0;
	padding: 0;
}

.item_vehiculo {
	display: block;
	float: left;
	margin: 5px 20px;
	height: 100px;
	width: 104px;
	text-align: center;
	overflow: hidden;
}

.item_vehiculo img {
	width: 70px;
	height: 70px;
	border: 0;
}

div.tabla_b {
	clear: both;
	display: block;
	float: left;
	margin: 45px 10px 20px;
	width: 350px;
}

#logo_buscar {
	display: block;
	float: right;
	background: url(../img/logo_buscar.png) top right no-repeat;
	width: 200px;
	height: 221px;
	margin-right: 10px;
}

#footer div.left {
	display: block;
	float: left;
	width: 300px;
	margin: 25px 0 0 24px;
	padding-right: 3px;
	background: url(../img/footer_separator.png) top right repeat-y;
}

#footer div.left p {
	margin: 0;
	padding: 20px 10px 0 0;
	color: #dad7d7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bolder;
}

#footer div.left p. {
	margin: 0;
	padding: 20px 10px 5px 0;
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

#footer div.right {
	display: block;
	float: left;
	width: 570px;
	margin: 27px 0 0 45px;
}

#footer div.right p {
	display: block;
	float: left;
	width: 100%;
	margin: 12px 0 0 0;
	padding: 0;
	color: #f0f0f0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bolder;
}

#footer dl {
	margin: 0;
	padding: 0;
}

#footer dt, #footer dd {
	margin: 0;
	padding: 0;
	color: #fafafa;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	display: block;
	float: left;
}

#footer dt {
	font-weight: normal;
	width: 215px;
}

#footer dd {
	font-weight: bold;
	width: 350px;
}

#footer a {
	color: #fafafa;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

form {
	display: block;
	float: left;
}

div.form_contacto {
	display: block;
	float: left;
	padding: 10px 30px 30px 30px;
}

div.form_busqueda {
	display: block;
	float: left;
	padding: 0 0 0 10px;
	width: 330px;
}

div.form_demandas {
	display: block;
	float: left;
	padding: 0 0 10px 10px;
	width: 390px;
}

div.form_vendedor {
	display: block;
	float: left;
	padding: 10px 30px;
	width: 400px;
}

div.botonera {
	display: block;
	float: left;
	margin-left: 100px;
}

div.form_busqueda div.botonera {
	display: block;
	float: left;
	margin-left: 70px;
}

div.form_vendedor div.botonera {
	display: block;
	float: left;
	padding-left: 90px;
}

div.form_contacto label, div.form_demandas label, div.form_vendedor label {
	display: block;
	float: left;
	width: 100px;
	font-weight: bolder;
	padding-top: 6px;
}

div.form_busqueda label {
	display: block;
	float: left;
	width: 70px;
	font-weight: bolder;
	padding-top: 6px;
}

div.form_demandas label.ancho {
	width: 300px;
}

input[type="text"], textarea, select {
	border: 1px solid #ccc;
	width: 250px;
	margin: 4px;
}

input[type="submit"], input[type="reset"],
button, .button {
	margin: 10px 5px 0 5px;
	padding: 5px;
	border: 1px solid #bbb;
	background: #ccc;
	cursor: pointer;
}

iframe#gmap {
	margin: 0 4px;
	width: 432px;
	height: 315px;
}

span.titulo {
	font-weight: bolder;
	font-size: 20pt;
	font-family: "Arial Narrow", Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #404040;
}

span.mediano {
	font-weight: normal;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

.lista-vehiculos {
	margin: 5px 15px;
	width: 910px;
	border: 1px solid #ccc;
	border-bottom: none;
	border-right: none;
	clear: both;
}

.lista-vehiculos td {
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 2px;
}

.lista-vehiculos tr {
	font-family: verdana;
	font-size: 11px;
	width: 800px;
	text-align: center;
	background-color: #fafafa;
}

.lista-vehiculos tr#we:hover {
	background: #f0f0f0;
}

.cabecera-tabla td {
	padding: 5px;
	margin: 0px;
	background: #b0b0b0;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #707070;
}

.paginador {
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 13px;
	background-color: #EBEBEB;
}

.paginador td {
	font-weight: bold;
	background-color: #B3B3B3;
	text-align: center;
	width: 20px;
	border: 1px solid #aaa;
	border-bottom: 4px solid #626262;
}

.paginador td:hover {
	color: white;
	background-color: #ccc;
}

.paginador a {
	text-decoration: none;
	color: #fff;
	padding: 1px 6px 3px 7px;
	margin: 0;
}

.paginador a:hover {
	color: black;
}

#detalles {
	width: 580px;
	margin: 0;
	padding: 0;
	text-align: center;
	display: block;
	float: left;
	border: none;
}

.det_a {
	background: #c0c0c0;
	color: #4040a0;
	padding: 4px 0 4px 10px;
	width: 200px;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.det_b {
	text-align: left;
	padding: 4px 0 4px 10px;
	border-bottom: 1px solid #fff;
	width: 395px;
}

.fotos_v
{
	width:270px;
	height:210px;
	position:relative;
}

.v_grande {
	max-height: 200px;
	max-width: 250px;
	position:relative;
	display:block;
	border: 1px solid #AAA;
	background-color:#DDD;
	padding: 2px;
}

.fotos_peq {
	position:relative;
	text-align: center;
}

.fotos_peq img {
	vertical-align:middle;
	border:1px solid #ccc;
	padding: 1px;
}

.fotos_peq img:hover {
	border: 1px solid #000;
}

.info_v{
      width:120px;
      height:16px;
      position:absolute;
      margin-left:auto;
      margin-top:0px;
      background-color:#AAA;
      z-index:5;
      font-size:10px;
      text-align:left;
      text-indent:3px;
      
}

div.vendido {
	color: #fff;
	background-color: #707070;
	display: block;
	float: left;
	margin: 5px;
	padding: 2px;
}

