/********** CONTENIDOS **********/


div#contenidos {
	float: left;
	width: 770px;
	padding-bottom: 35px;
}

div#contenidos h3 {
	position: relative;
	overflow: hidden;
	height: 18px;
	margin: 12px 12px 2px 15px;
	/*font-size: 1.4em;*/
	font-size: 10px;
}

div#contenidos h3 span {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	height: 18px;
}

div#contenidos p#subtitulo {
	position: relative;
	overflow: hidden;
	width: 87px;
	height: 18px;
	margin: 0 12px 12px 15px;
	line-height: auto;
/*	font-size: 1.4em;*/
	font-size:10px
	color: #fe7715;
}

div#contenidos p#subtitulo span {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 87px;
	height: 18px;
	background: url(../img/tituloLeasePlanNaranja.gif) left top no-repeat;
}

div#contenidos h4 {
	position: relative;
	overflow: hidden;
	height: 36px;
	margin-bottom: 15px;
	background-color: #f0f0f0;
	/*font-size: 1.3em;*/
	font-size: 10px;
}

div#contenidos h4 span {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	height: 36px;
}

div#contenidos img {
	border: 1px #000 solid;
}

div#contenidos p {
	margin: 0 25px 0 15px;
	text-align: justify;
	line-height: 12px;
	font-size: 10px;
	color: #000;
}

div#contenidos p em {
	font-weight: bold;
	font-style: normal;
}