.vehiculos {
	text-align: left;
	padding-left: 110px;
}

.vehiculos img {
	margin: 10px;
	background-color: #FFF;
}



.recuadrop {
	width: 340px;
	float: left;
	margin: 0px 10px;
	overflow: hidden;
}

.recuadrop_sup {
	width: 344px;
	height: 33px;
	background: url("/tpls/imgs/recuadro_sup_p.png") no-repeat;
	padding: 7px 20px 0px 20px;
}

.recuadrop_med {
	width: 344px;
	padding: 10px 40px 5px 20px;
	background: url("/tpls/imgs/recuadro_med_p.png") repeat-y;
}

.recuadrop_med a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #324796;
	color: #324796;
}

.recuadrop_med a:hover {
	background-color: #7EAC26;
	color:#324796;
}

.recuadrop_inf {
	width: 344px;
	height: 43px;
	background: url("/tpls/imgs/recuadro_inf_p.png") no-repeat;
}

.recuadrog {
	width: 540px;
	float: left;
	margin: 0px 10px;
	overflow: hidden;
}

.recuadrog_sup {
	width: 550px;
	height: 33px;
	background: url("/tpls/imgs/recuadro_sup_g.png") no-repeat;
	padding: 7px 20px 0px 20px;
}

.recuadrog_med {
	width: 550px;
	padding:5px 40px 5px 20px;
	
	background: url("/tpls/imgs/recuadro_med_g.png") repeat-y;
}

.recuadrog_med a {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #324796;
	color: #324796;
}

.recuadrog_med a:hover {
	background-color: #7EAC26;
	color:#324796;
}

.recuadrog_inf {
	width: 550px;
	height: 43px;
	background: url("/tpls/imgs/recuadro_inf_g.png") no-repeat;
}

.grupo {
	font-size: 14px;
	font-weight: bold;
	color: #7EAC26;
	border-bottom: 1px dotted #7EAC26;
	margin: 65px 0px -65px 0px;
	z-index: 2;
	width: 110px;
}

.fotocoche {
	width: 150px;
	height: 92px;
}


