/* CONTENIDOS
-------------------------------------------------- */

div#contenidos{
	padding-bottom: 280px; 
}

div#contenidos h2 {
	overflow: hidden;
	width: 237px;
	height: 5px;
	margin: 10px 0 4px 21px;
	padding-top: 19px;
	background: url(../img/textoProductosSoluciones.gif) left top no-repeat;
	font-weight: normal;
	font-size: 22px;
	color: #23b4c2;
}

div#contenidos h3 {
	overflow: hidden;
	width: 142px;
	height: 2px;
	margin: -3px 0 8px 21px;
	padding-top: 17px;
	background: url(../img/textoParaPersonas.gif) left top no-repeat;
	font-weight: normal;
	font-size: 18px;
	color: #303030;
}

div#contenidos p {
	margin: 0px 25px 15px 25px;
	text-align: justify;
	line-height: 16px;		
}


div#contenidos img#personas{
	float:right;
	margin: 0px 17px 5px 5px;
	display: inline;	
}

div#contenidos ul#navegacion{
	list-style: none;
	font-size: 12px;
	margin:9px 0 30px 13px;
}

div#contenidos ul#navegacion li{
	display: inline;
	background: url(../img/guion.gif) left center no-repeat;
	padding-left: 12px;
}

div#contenidos ul#navegacion li#seleccionado{
	font-weight: bolder;
	text-decoration: underline;
	background: none;
}

div#contenidos dl{
	padding-right: 10px;
}

div#contenidos dl dt{
	margin-left: 55px;
	margin-right: 4px;
	font-weight: bold;
	float: left;
	display: inline;
}

div#contenidos dl dd{
	padding-left: 3px;
	margin:0 0 19px 52px;
}






