
/*.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{ /*header of 2nd demo*/

cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0px;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #DCB630; /*#FC0;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	background-color: #fff;
	padding:5px;
}

.openlanguage:hover {
	background-color: #FFC;  /*#FDFCEC;*/
	padding:5px;
	}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: normal;
background-color: #fff;
padding:5px;

}

.closedlanguage:hover {
background-color: #FFC; /*#FDFCEC;*/
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:#DCB630;
	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;
}
