/* CSS Document */
.programacion{ /*header of 1st demo*/
width:160px;
height:20px;
cursor: hand;
cursor: pointer;
padding: 2px 5px;
background:#fde5ac;
background-image: url(../images/franja_amarilla.gif);}


.programa{ /*header of 1st demo*/
width:160px;}

.openpet{ /*class added to contents of 1st demo when they are open*/
background-image: url(../images/franja_amarilla.gif);
height:20px;}

.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;}

