@charset "utf-8";
/* CSS Document */

/* General */
	img {border:none;}
	li {list-style:none;}

/* Propiedad para dar accesibilidad en el caso de imagenes desabilitadas. */
	h1 { position:absolute; width:760px; z-index:1; top:0; left:0;}
	h1 span { position:absolute; z-index:-1; top:0; left:0; font-size:12px; text-align:right; width:760px; background-color:#CCCCCC; height:17px;}

	
	
	
	
	#contenido_coches  {	
	position: relative;
	border: 0px solid black; width:760px;
	background-color:#FFFFFF;
	z-index:1;
	}

