@import "estilo.css";
.detalle_vehiculo{
	width: 520px;
	height: auto;
	overflow: hidden;
}

.detalle_descripcion{
	width: auto;
	height: auto;
	overflow: hidden;
	margin: 10px;
	padding: 5px;
	border: 1px solid #3399FF;
	font-size: 12px;
}

.detalle_vehiculo .titulo{
	width: 520px;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	float:left;
	border-bottom: 1px solid #006699;
	font-family: Verdana;
}

.datos .subtitulo{
	font-size: 15px;
	padding: 5px 0px 5px 10px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #999;
	font-weight: bold;
	color: #ffffff;
	background-image: url("../images/pestana_detalle_auto.png");
	background-repeat: no-repeat;
}

.detalle_vehiculo .top{
	width: 520px;
	height: auto;
	overflow: hidden;
	clear: both;
}


.detalle_vehiculo .datos_rapidos{
	width: 250px;
	height: auto;
	overflow: hidden;
	float: left;
	font-size: 13px;
}

.datos_rapidos tr{
	height: 25px;
}

.datos tr{
	height: 25px;
}


.detalle_vehiculo .fotos{
	width: 250px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.fotos .foto{
	width:238px;
	height:181px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	padding: 5px;
	padding-bottom: 2px;
	margin-bottom: 10px;
}

.fotos .fotitos{
	width: 250px;
	height: auto;
	overflow: hidden;
}

.fotitos .thumb{
	height: 49px;
	width: 73px;
    background-color: #ffffff;
	border: 1px solid #ccc;
	padding: 2px;
	margin:0px 4px 5px 0px;
	float: left;
}


.detalle_vehiculo .datos{
	width: 520px;
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 0px 0px 10px 0px;
}

.detalle_vehiculo .recomendar{
	width: 520px;
	height: auto;
	overflow: hidden;
}


#contactar{
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px;
	padding-top:0px;
	margin: 10px 0px 10px 0px;
	overflow: hidden;
	clear: both;
}

.esconder{
	display: none;
}

#vendido_capa1{
	position:absolute;
	z-index:1;
}

#vendido_capa2{
	position:absolute;
	z-index:0;
}

.preguntas{
	height: auto;
	overflow: hidden;
}

.preguntas .contenedor{
	height: auto;
	overflow: hidden;
	padding: 10px;
	border: 1px dotted #999999;
	background-color: #F5F5F5;
	margin: auto;
}


.preguntas .pregunta{
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #999999;
}

.preguntas .respuesta{
	padding: 10px 0px 10px 0px;
}

.preguntas .separador{
	height: 1px;
    border-top: 2px solid #999999;
	clear: both;
}

.preguntas .detalle_pregunta{
	font-size: 10px;
	font-weight: normal;
	border-bottom: 1px dotted #999999;
	padding: 2px 0 2px 0;
}

.datos .auto_similar{
    width: 103px;
    height: auto;
    float:left;
    text-align: center;
}

.auto_similar .foto{
    width: 75px;
    height: auto;
    border: 1px solid grey;
    padding: 2px 2px 2px 2px;
    margin: auto;
}

.auto_similar .foto a{
    font-size:0px;
    margin: 0;
    padding: 0;
}


.auto_similar .desc{
    width: 100px;
    height: auto;
    overflow: hidden;
    font-size: 9px;
    font-family: arial;
    margin-top:5px;
}

.auto_similar .desc a{
    color: #006699;
    text-decoration: none;
}

.auto_similar .desc a:hover{
    text-decoration: underline;
}


