/********** CONTENIDOS **********/


div#contenidos h3 {
	width: 192px;
	font-size: 10px;
}
div#contenidos h4 {
	font-size: 10px;
}
div#contenidos h3 span {
	width: 192px;
	background: url(../img/tituloManualConductor.gif) left top no-repeat;
}

div.cartaBienvenida h4 span {
	width: 300px;
	background: url(../img/tituloCartaBienvenida.gif) left top no-repeat;
}

div.entregaVehiculo h4 span {
	width: 400px;
	background: url(../img/tituloEntregaVehiculo.gif) left top no-repeat;
}

div.instalarAccesorio h4 span {
	width: 500px;
	background: url(../img/tituloInstalarAccesorio.gif) left top no-repeat;
}

div.circularFuera h4 span {
	width: 550px;
	background: url(../img/tituloCircularVehiculo.gif) left top no-repeat;
}

div.autorizacion h4 span {
	width: 500px;
	background: url(../img/tituloAutorizacion.gif) left top no-repeat;
}

div.seguro h4 span {
	width: 250px;
	background: url(../img/tituloSeguro.gif) left top no-repeat;
}

div.asistenciaCarretera h4 span {
	width: 400px;
	background: url(../img/tituloAsistenciaCarretera.gif) left top no-repeat;
}

div.servicioRecogida h4 span {
	width: 600px;
	background: url(../img/tituloServicioRecogida.gif) left top no-repeat;
}

div.tarjetaCombustible h4 span {
	width: 400px;
	background: url(../img/tituloTarjetaCombustible.gif) left top no-repeat;
}

div.vehiculoSustitucion h4 span {
	width: 400px;
	background: url(../img/tituloVehiculoSustitucion.gif) left top no-repeat;
}

div.infraccionesTrafico h4 span {
	width: 400px;
	background: url(../img/tituloInfraccionesTrafico.gif) left top no-repeat;
}

div.itv h4 span {
	width: 200px;
	background: url(../img/tituloITV.gif) left top no-repeat;
}

div.finalizacionContrato h4 span {
	width: 750px;
	background: url(../img/tituloFinalizacionContrato.gif) left top no-repeat;
}

div#contenidos p {
	margin-bottom: 12px;
}

div#contenidos li strong,
div#contenidos p strong {
	/*display: block;
	padding-top: 5px;*/
	color: #fe7715;
}

div#contenidos p strong.primero {
	padding-top: 0;
}

div#contenidos p em {
	color: #fe7715;
	font-style: normal; /* nuevo: para anular el p strong.... */
}

div#contenidos ul {
	margin: 0 30px 20px 15px;
	font-size: 10px;
}

div#contenidos li {
	padding-left: 7px;
	background: url(../img/puntitoNaranja.gif) 1px 6px no-repeat;
	line-height: 14px;
}

div#contenidos li p {
	margin-top: 6px;
	margin-bottom: 6px;
}

div#contenidos a#descargarManual {
	display: block;
	width: 225px;
	height: 30px;
	background: url(../img/fondoDescargarManual.gif) left top no-repeat;
	margin: 20px 0 0 15px;
	padding-left: 24px;
	line-height: 34px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

div#contenidos a#descargarManual:hover {
	text-decoration: underline;
}