/********** CONTENIDOS **********/


div#contenidos h3 {
	width: 192px;
}

div#contenidos h3 span {
	width: 192px;
	background: url(../img/tituloManualConductor.gif) left top no-repeat;
}

div#contenidos img {
	float: left;
	margin: 0 15px 5px 15px;
}

div#contenidos p {
	margin-bottom: 12px;
	font-size: 11px;
}

div#contenidos p a {
	text-decoration: underline;
	font-weight: bold;
	color: #000;
}

div#contenidos p a:hover {
	color: #fe7715;
}

div#contenidos a#descargarManual {
	float: left;
	display: block;
	width: 225px;
	height: 30px;
	background: url(../img/fondoDescargarManual.gif) left top no-repeat;
	padding-left: 24px;
	line-height: 34px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

div#contenidos a#descargarManual:hover {
	text-decoration: underline;
}