@charset "utf-8";
.headsp { /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	font-size: 16px;
	background-attachment: scroll;
	background-image: url(flecha-derecha.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	color: #575757;
}
.mainsp {
	margin-right: 20px;
	text-align: justify;
	color: #616161;
	margin-left: 15px;
}

.openpet { /*class added to contents of 1st demo when they are open*/
	background-attachment: scroll;
	background-image: url(flecha-abajo.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7FA857;
	color: #7FA857;
	padding-left: 23px;
}
.technology { /*header of 2nd demo*/
	cursor: hand;
	cursor: pointer;
	font: bold 14px Verdana;
	margin: 10px 0;
}
.openlanguage { /*class added to contents of 2nd demo when they are open*/
	color: green;
}
.closedlanguage { /*class added to contents of 2nd demo when they are closed*/
	color: red;
}
