.cada_coche_imagen {
    position: absolute;
	width: 100px;
    height: 75px;
	margin: 0 0 0 0;
}
.cada_coche_imagen IMG{
  padding: 20px 0px 0px 0px;
  }
.cada_coche_texto {
  margin-left: 100px;
  width: 471px;
  height:100px;
  overflow: auto;
  position: relative;
  background:url(../images/text_box_bg.gif) left top repeat-y;
  padding: 0px 0px 0px 13px;
}
 .cada_coche_sombra {
	float: left;
	width: 584px;
	margin: 0 0 0 0;
    background:url(../images/contact_shadow.gif) left top no-repeat;
    height:12px;
}
 .cada_coche_banner {
  width: 180px;
  height: 40px;
  background-color: transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
  text-align: center;
  overflow: hidden;
  margin-top: -50%;
  font: oblique bold medium Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  text-transform: capitalize;
  font-size: 15px;
}
.cada_coche_banner_admin {
  width: 180px;
  height: 40px;
  background-color: transparent;
  right: 10px;
  bottom: 10px;
  text-align: center;
  overflow: hidden;
  font: oblique bold medium Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  text-transform: capitalize;
  font-size: 14px;
}
img.valign {
   height: 100%;
   vertical-align: middle;
   width: 0px;
}