#cuerpo #autos {
	background-color: #BBE1F8;
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 200px;
	text-align: center;
	overflow: auto;
	visibility: visible;
}
#cuerpo #nav {
	display: block;
	list-style-type: none;
	width: 670px;
	height: 25px;
	margin: 0px auto;
	padding: 0px;
	background-color: #3967A5;
}
#cuerpo #nav a {
	width: 20%;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
#cuerpo #nav a:hover {
	color: #FF0000;
	text-decoration: none;
}
#cuerpo #autos img {
	margin: 5px 10px 0px;
	padding: 0px;
}
#cuerpo #detalle {
	width: 250px;
	position: relative;
	bottom: 140px;
	left: 30px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

