body {
	background-color: #000000;
	border: 0px;
	font-family: verdana;
	font-size: 12px;
	color: #fff;
}

#container {
	width: 100%;
	height: 1500px;
	text-align: center;
}

.box {
	background-color: #ffffff;
	background-image: url(../images/coche.gif);
	background-position: top;
	background-repeat: no-repeat;
}

h1 {
	cursor: pointer;
	width: 100%;
	text-align: center;
}

.box_images {
	width: 810px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid black;
}

.box_details {
	width: 796px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	background-color: #000000;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
}

.vig {
	cursor: pointer;
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	
	padding: 2px;
}

