
/*.mypets{ /*header of 1st demo
cursor: hand;
cursor: pointer;
padding: 2px 100px;
border: 1px solid gray;
background: #E1E1E1;
}*/

.openpet{ /*class added to contents of 1st demo when they are open*/
background: yellow;
}
.technology { margin: 10 auto; }
.technology, .openlanguage { font-family: Geneva, Arial, Helvetica, sans-serif; }
.technology .titulo { cursor: hand; cursor: pointer; display: inline-block; text-align: left; width: 90%; }/*header of 2nd demo*/
.openlanguage { background-color: #f9f9f9; font-size:12px; padding:5px; }/*class added to contents of 2nd demo when they are open*/
.openlanguage .titulo { color: #f90; display: inline-block; font: bold 12px; padding-bottom: 10px; text-align: left; width: 90%; }
.openlanguage:hover { background-color: #f9f9f9; padding:5px; }
.closedlanguage { color: #666; font-size:12px; font-weight: normal; background-color: #fff; padding:5px; }/*class added to contents of 2nd demo when they are closed*/
.closedlanguage:hover { background-color: #f9f9f9; padding:5px; }

/******** links *******/

#eventos {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	/*font-weight:bold;*/
padding: 3px;
}

#eventos a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	/*font-weight:bold;*/
	padding: 3px;
}
#eventos a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F90;
	text-decoration:none;
	/*font-weight:bold;*/
	padding: 3px;
}

/******** link fechar das disciplinas *********/


#fechar {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	text-align:right;
    
}

#fechar a:link {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:none;
    font-weight:bold;
	}
#fechar a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F90;
	text-decoration:none;
	font-weight:bold;
}
