.MenuStatic {
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

.Menu {
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
}
.Menu:hover {
	background-color:#ffffff;
	color: #336699;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	list-style-type: circle;
	text-align: justify;
	font-size: medium;
}
.Titulos {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	color: #336699;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin-left: 10px;
	margin-right: 10px;
}
a {
	text-decoration: none;
}
.MenuLnk {
	color: #FFFFFF;
	text-decoration: none;
}
.MenuLnk:hover {
	color: #336699;
	text-decoration: none;
	cursor: pointer;
}
p {
	color: #000000;
	margin-right: 15px;
	margin-left: 15px;
}
.CarsHead {
	font-size: large;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	color: #336699;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin-left: 10px;
	margin-right: 200px;
}
.CarsHead:hover {
	font-size: large;
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	margin-left: 10px;
	margin-right: 200px;
}
.CarsFoot {
	font-style: italic;
	text-transform: uppercase;
	font-weight: bold;
	color: #336699;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #336699;
	text-align: right;
	padding-top: 15px;
}
.MenuLabel {
	color: #FFFFFF;
	background-color: #336699;
	text-decoration: none;
	text-align: left;
}
.CarLabel {
	color: #336699;
	text-decoration: none;
	font-size: Ninguno;
	font-weight: bolder;
}
.CarData {
	color: #336699;
	text-decoration: none;
}

div.FotoScroll {
	height: 120px;
	width: 600px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #ccc;
	padding: 0px;
}
