/********** CONTENIDOS **********/


div#contenidos h3 {
	width: 183px;
}

div#contenidos h3 span {
	width: 183px;
	background: url(../img/tituloVentajasRenting.gif) left top no-repeat;
}

div#contenidos img {
	float: left;
	margin: 0 15px 5px 15px;
}

div#contenidos img, [hack] {
	margin-bottom: 18px;
}

@media all and (min-width: 0px) {
	div#contenidos img, [hack] {
		margin-bottom: 5px;
	}
}

div#contenidos p {
	margin-bottom: 12px;
	font-size: 11px;
}

div#contenidos dl {
	clear: left;
	margin: 0 25px 0 15px;
	font-size: 10px;
}

div#contenidos dt {
	height: 19px;
}

div#contenidos dt, [hack] {
	height: auto;
}

div#contenidos dt a {
	display: block;
	height: 19px;
	margin-bottom: 1px;
	padding-left: 30px;
	line-height: 19px;
/*	background: url(../img/flechaDesplegable.gif) #efefef 8px 5px no-repeat;*/
	background: url(../img/flechaDesplegable.gif) #fff 8px 5px no-repeat;
	font-weight: bold;
	color: #6c6c6c;
}

div#contenidos dl.economicas dt.economicas a,
div#contenidos dl.servicio dt.servicio a,
div#contenidos dl.fiscales dt.fiscales a,
div#contenidos dt a:hover {
	background: url(../img/flechaDesplegableHover.gif) #6c6c6c 8px 5px no-repeat;
	color: #fff;
}

div#contenidos dd {
	display: none;
	margin-bottom: 1px;
	padding: 10px 15px 12px 30px;
/*	background-color: #f8f8f8;*/
	line-height: 13px;
}

div#contenidos dl.economicas dd.economicas,
div#contenidos dl.servicio dd.servicio,
div#contenidos dl.fiscales dd.fiscales {
	display: block;	
}