/*****************/
/* CSS de FICHAS */


/**** MODELOS ***/

#izda{
	position:relative;
	float:left;
	
	width:180px;
	
	/*background-color:green;*/
}

.tit_nav{
	position:relative;
	float:left;
	padding-left:05px;
	padding-right:05px;
}

.punto{
	position:relative;
	float:left;
}

#btn_modelos{
	position:relative;
	float:left;
	
	width:128px;
	height:200px;
	
	margin-top:30px;
	
/*background-color:blue;	*/
}


.capa_texto{
	position:relative;
	float:left;
	margin-bottom:10px;
	width:128px;
	height:20px;

}


.png_btn_opcion{
	position:absolute;
	top:0px;
	left: 0px;
	width:128px;
	height:20px;
	behavior: url("/css/pngbehavior.htc");
}

.txt_modelo{
	position:absolute;
	top:3px;
	left: 5px;
	
	width:118px;
	height:15px;
	
	font-weight:bold;
	
	color:#b40b06;
}


#barra_vertical_g{
	position:relative;
	float:left;
	
	margin-top:30px;
	margin-left:20px;
	
	behavior: url("/css/pngbehavior.htc");/**/
	background-repeat:repeat;
}


/**** DESTACADOS ****/


#dcha{
	position:relative;
	float:left;
	
	width:300px;
	
	margin-top:20px;
	
/*	background-color:yellow;*/
}


.estirador2{}
		position:relative;
		float:left;
		width:1px;
		height:320px;
	}



#destacados{
	position:relative;
	float:left;
	
	width:560px;
	/*height:60px;*/
/*	background-color:cyan;*/
	
}


.ln_dest{
	position:relative;
	float:left;
	
	width:500px;
	height:70px;
	
	margin-top:0px;
	margin-bottom:10px;
	
	
/*	background-color:red;*/
	
}

.foto_destacados{
	position:relative;
	float:left;
	
	width:106px;
	height:70px;

}


.foto_desta{
	position:relative;
	float:left;

	width:89px;
	height:70px;

}


.png_barra_desta{
	position:relative;
	float:left;
	
	margin-left:05px;
	behavior: url("/css/pngbehavior.htc");/**/
}

.barra_desta{
	position:relative;
	float:left;
	
	width:02px;
	height:70px;

	
	
}

.texto_destacados{
	position:relative;
	float:left;

	width:365px;
	height:70px;
	
	margin-left:10px;
	
	/* background-color:yellow;*/
}

.flechitas{
	position:relative;
	float:left;

	width:9px;
	height:5px;
	margin-top:04px;
		
}

.nom_desta{
	position:relative;
	float:left;
	
	width:345px;
	height:22px;
	font-weight:bold;
	
	color:#ff7d00;
	
/*	background-color:gray;*/
}


.nom_desta a {
	color:#ff7d00;

	text-decoration:underline;
}


.descripcion{
	position:relative;
	float:left;
	
	width:335px;
	height:48px;
	
	padding-left:20px;
	
	
/*background-color:pink;	*/
}



/**** Vehiculos ***/
#btn_vehiculos{
	position:relative;
	float:left;
	
	width:244px;
	height:176px;
	
	margin-top:15px;
	margin-left:20px;
}

.png_marco_foto{
	position:relative;
	float:left;
	z-index:50;
	behavior: url("/css/pngbehavior.htc");/*	*/
}

.foto{
	position:absolute;
	
	top:16px;
	left:14px;
	
	width:208px;
	height:142px;
	
	z-index:60;
}

.nombre{
	position:relative;
	float:left;
	
	width:210px;
	height:20px;
	margin-left:07px;
	text-transform:uppercase;
	/*background-color:yellow;*/
}


/**** Paginacion ****/

.paginas {
	/*position: relative;
	float: left;
	*/
	
	position:absolute;
	top:350px;
	left:0px;
	
	width: 500px;
	
	margin-top:8px;	
	z-index:1;
	text-align:center;
	/*background-color:cyan;*/
}

.ant {
	position: relative;
	float: right;
	text-decoration: none;
	margin-top:-12px;
	margin-right:30px;
	color: #660066;
	width:56px;
	height:16px;
	background-image: url(../imagenes/anterior.png);
	background-repeat: no-repeat;
	
	behavior: url("/css/pngbehavior.htc");
}

.ant:hover{
	background-image: url(../imagenes/anterior_over.gif);
}


.sig {
	position: relative;	
	float: right;
	text-decoration: none;
	margin-right:30px;
	width:60px;
	height:16px;
	color: #660066;
	background-image: url(../imagenes/siguiente.gif);
	background-repeat: no-repeat;
}

.sig:hover{
	background-image: url(../imagenes/siguiente_over.gif);
}

/* para vehiculo.asp*/
.paginasV {
	/*position: relative;
	float: left;
	*/
	
	position:absolute;
	top:365px;
	left:200px;
	
	width: 500px;
	
	margin-top:110px;	
	z-index:1;
	text-align:center;
	/*background-color:cyan;*/
}


