@charset "UTF-8";

/* CSS Document */

#titulo-coche{
    margin-bottom:35px;
}

#titulo-caracteristicas-coche{
    background:transparent url(../imagenes/titulo-caracteristicas-coche.gif) no-repeat scroll 0 0;
    color:white;
    font-size:10px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    text-align:center;
    width:360px;
}

.texto{
	color:black;
	text-align:justify;
	width:370px;
}

.parte{
    height:250px;
}

.columna-izq{
	color:black;
	padding-left:5px;
	padding-right:10px;
	text-align:left;
	line-height:23px;
}
.columna-der{
	padding-right:5px;
	color:black;
	text-align:right;
	line-height:23px;
}

.linea-impar{
	background-color:#5e8bc4;
}

.linea-par{
	background-color:#3e6ca7;
}

table{
    border-collapse:collapse;
    border-style:hidden;
    _width:760px;
}

a.imagen, a.imagen:HOVER{
    text-decoration:none;
    border:0px;
}

.img-coche{
	height:215px;
	width:280px;
	/*position:relative;*/
}

.fondo-lateral-imagen-der{
    background: url(../imagenes/fondo-img-lateral-izq.jpg) repeat-y top left scroll;
    width:66px;
    height:215px;
    /*position:relative;*/
}

.fondo-lateral-imagen-izq{
    background: url(../imagenes/fondo-img-lateral-der.jpg) repeat-y top left scroll;
    width:69px;
    height:215px;
    /*position:relative;*/
}

.float-izq{
	float:left;
}

.float-der{
	float:right;
}

.margen-izq{
    margin-left:25px;
}

.margen-der{
    margin-right:25px;
}
