/* CONTENIDOS
-------------------------------------------------- */


div#contenidos h2 {
	overflow: hidden;
	width: 153px;
	height: 1px;
	margin: 10px 0 4px 21px;
	padding-top: 19px;
	background: url(../img/textoCaroline.gif) left top no-repeat;
	font-weight: normal;
	font-size: 22px;
	color: #23b4c2;
}

div#contenidos h3 {
	overflow: hidden;
	width: 141px;
	height: 2px;
	margin: 0 0 8px 21px;
	padding-top: 17px;
	background: url(../img/textoVentajas.gif) left top no-repeat;
	font-weight: normal;
	font-size: 18px;
	color: #303030;
}

div#contenidos ul{
	list-style: disc;
	margin-left:40px;
}

div#contenidos ul li{
	margin-bottom: 25px;
	line-height: 16px;
}

div#contenidos ul li span.resaltado{
	font-weight: bold;
}

div#contenidos img#img-ventajas{
	float:right;
	margin: -14px 23px 280px 15px;
	display:inline;
}



