BODY
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
A
{
	color: #333333;
	text-decoration: underline;
}
.right
{
	float: right;
}
.left
{
	float: left;
}
A:hover
{
	color: #333333;
	text-decoration: none;
}
/*COLUMNA IZQUIERDA*/
#columna_izq
{
	float: left;
	width: 210px;
}
#menu_coches
{
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu_coches LI
{
	list-style-type: none;
	height: 72px;
	width: 210px;
	margin-bottom: 10px;
	background-image: url(img/btn_sobre.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 5px;
	float: left;
}
#menu_coches LI a {
	list-style-type: none;
	height: 73px;
	width: 210px;
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: -15px;
	margin-top: -2px;
	background-image: url(img/btn.gif);
	background-repeat: no-repeat;
}
#menu_coches LI a:hover {
	list-style-type: none;
	background-image: url(img/btn_sobre.gif);
	background-repeat: no-repeat;
	height: 72px;
	width: 210px;
	display: block;
}


/*COLUMNA DERECHA*/
#columna_der
{
	float: left;
	width: 565px;
	background-image: url(img/columna_der_fondo.gif);
	background-repeat: repeat-y;
	margin-left: 10px;
}
#coche {
	height: 171px;
	width: 350px;
	float: left;
	margin-bottom: 20px;
	margin-left: 2px;
}

#nombre_coche
{
	font-size: 20px;
	font-weight: bold;
	color: #006666;
	line-height: 20px;
	float: left;
	width: 210px;
}
.subtitulo_coche
{
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
/*Precio*/
#precio
{
	background-image: url(img/fondo_precio.gif);
	background-repeat: no-repeat;
	height: 56px;
	width: 173px;
	font-size: 32px;
	color: #006666;
	padding-top: 2px;
	padding-left: 15px;
	margin-right: 10px;
}
.precio_euros
{
	display: block;
	float: left;
	height: 35px;
}
.euros
{
	font-size: 14px;
	color: #333333;
	display: block;
	float: left;
	margin-top: 16px;
	margin-left: 10px;
}
.iva
{
	font-size: 11px;
	color: #333333;
	margin-top: -2px;
	font-weight: normal;
	font-style: italic;
}
/*Caracteristicas*/
#caracteristicas
{
	font-size: 12px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	font-weight: normal;
	width: 33%;
	margin-top: 10px;
	padding-top: 5px;
}
.titulo_condicion
{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	background-color: #B9E75C;
	background-image: url(img/flecha_titulo.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	width: 515px;
	margin-left: 20px;
	height: 22px;
	float: left;
	clear: left;
}
.lista_condiciones UL
{

}
.lista_condiciones
{
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
	width: 490px;
	float: left;
}
.lista_condiciones LI
{
	font-size: 12px;
	color: #333333;
	list-style-image: url(img/lista.gif);
}
#otras_condiciones
{
	font-size: 12px;
	font-style: italic;
	color: #999999;
	margin-bottom: 10px;
	width: 525px;
	margin-left: 20px;
	clear: left;
}
/*Botón mas info*/
#btn_mas_info
{
	background-color: #B9E75C;
	font-size: 11px;
	overflow: hidden;
	height: 14px;
	margin-left: 20px;
	width: 105px;
}
/*Información*/
#mas_info
{
	font-size: 11px;
	color: #333333;
	overflow: hidden;
	background-image: url(img/informacion_fondo.gif);
	background-repeat: no-repeat;
	height: 116px;
	width: 210px;
	float: left;
	margin-top: 20px;
}
#info {
	display: block;
	width: 145px;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 10px;
}

#contacto
{
	font-size: 24px;
	color: #666666;
	text-align: center;
}
.email
{
	font-size: 12px;
	display: block;
	margin-top: -3px;
}
