

.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: #5BBAD9; 
	font-family:Tahoma, 'Geneva', sans-serif;
	font-size:14px;
	background-color: #fff;
    padding:5px;
}

.openlanguage:hover {
	background-color: #f9f9f9;  
	padding:5px;
	}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: #000;
font-family:Tahoma, 'Geneva', sans-serif;
font-size:12px;
font-weight: normal;
background-color: #fff;
padding:5px;

}

.closedlanguage:hover {
background-color: #f9f9f9; 
padding:5px;
}


#pergunta {
	font-weight:bold;
	color:#006699;
}

#resposta {
	font-weight:bold;
	color:#f90;
}

#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;
	}
	
.txt_titulo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#5BBAD9;
	font-weight:bold;
}
#fechar a:hover {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F90;
	text-decoration:none;
	font-weight:bold;
}
