#general {	position: relative;	height: 100%;	width: 100%;	left: 0px;	top: 0px;	right: 0px;	bottom: 0px;}body {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #333333;	background-color: #FFFFFF;	margin: 0px;	padding: 0px;	overflow: hidden;}#contenido { position: relative;height: 100%; width: 704px; left: 20%; top: 0px; background-color: #ffffff;}#links { position: relative;height: 80px; width: 650px; left: 0px; top: 30%; background-color: #333333; float: right;}#imagen { position: relative; height: 365px;	width: 549px;	left: 0px;	top: 50%;	background-color: #ffffff;	float: left; background-image: url(imagenes/coches.jpg);}#texto { position: relative;height: 365px; width: 155px; left: 0px; top: 0px; background-color: #999999; float: right;}#bordesup { position: relative; height: 20%; width: 100%; left: 20%; top: 50%; background-color: #336699;}td.texto { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; padding: 20px 20px 20px 20px;}a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none ;}a.skoda:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #009900; text-decoration: none ;}a.vw:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #336699; text-decoration: none ;}a.audi:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ff0000; text-decoration: none ;}