/* CONTENIDOS
-------------------------------------------------- */

div#contenidos{
	margin-bottom: 280px;
}

div#contenidos h2 {
	overflow: hidden;
	width: 100px;
	height: 0;
	margin: 10px 0 4px 21px;
	padding-top: 19px;
	background: url(../img/textoDomotica.gif) left top no-repeat;
	font-weight: normal;
	font-size: 22px;
	color: #23b4c2;
}

div#contenidos h3 {
	overflow: hidden;
	width: 122px;
	height: 0;
	margin: 0 0 8px 21px;
	padding-top: 17px;
	background: url(../img/textoNuestraVision.gif) left top no-repeat;
	font-weight: normal;
	font-size: 18px;
	color: #303030;
}

div#contenidos p {
	margin: 0 25px 15px 21px;
	text-align: justify;

}

div#contenidos img#img-nuestra-vision{
	float:right;
	margin: 0 23px 5px 15px;
	display: inline;	
}

div#contenidos dl {
	margin: 20px 25px 20px 21px ;
	text-align: justify;
	line-height: 16px;	
}

div#contenidos dt {
	font-weight: bold;
	margin-right: 4px;
	margin-bottom: 10px;
	text-decoration: underline;
	cursor: pointer;
	color: #000;
}

div#contenidos dd {
	display: none;
	margin-bottom: 15px;
}

div#contenidos ul{
	margin: 20px 22px 20px 48px;
}

div#contenidos ul li{
	margin-bottom: 15px;
	background: url(../img/guion.gif) left 5px no-repeat;
	padding-left: 10px;
}





