#text1base, #text2base, #text3base, #text4base, #text5base, #text6base, #text7base, #text8base, #text9base, #text10base  {
	font-size: 25px;  /*tamany lletra*/
}


#c25d100 {
    background: DarkGray ;   /*color del fons*/
	color: white ;   /*color del texte*/
	font-size: 15px;  /*tamany lletra*/
	}
#c75d100 {
    background: grey ;   /*color del fons*/
	color: yellow ;   /*color del texte*/
	font-size: 15px;  /*tamany lletra*/
	}
	
#activity1, #activity2, #activity3, #activity4, #activity5, #activity6 , #activity7, #activity8, #activity9, #activity10 {
    color: blue ;   /*color del texte*/
	font-size: 25px;  /*tamany lletra*/
	}
	
#activity1F, #activity2F, #activity3F, #activity4F, #activity5F, #activity6F , #activity7F, #activity8F, #activity9F, #activity10F {
    color: white ;   /*color del texte*/
	font-size: 25px;  /*tamany lletra*/
	}	
	
#activity1VEU, #activity2VEU, #activity3VEU, #activity4VEU, #activity5VEU, #activity6VEU , #activity7VEU, #activity8VEU, #activity9VEU, #activity10VEU {
    color: blue ;   /*color del texte*/
	font-size: 25px;  /*tamany lletra*/
	}
	
#activity1VEUf, #activity2VEUf, #activity3VEUf, #activity4VEUf, #activity5VEUf, #activity6VEUf , #activity7VEUf, #activity8VEUf, #activity9VEUf, #activity10VEUf {
    color: white ;   /*color del texte*/
	font-size: 25px;  /*tamany lletra*/
	}
	
	
#c25d100 {
    display: table-cell;
    border: 1px solid #000;
    
    	

}




#c75d100 {
    display: table-cell;
    border: 1px solid #000;
 
   	width: 75%;/*limita*/
		
}

#textMARCADOR2 , #textMARCADOR3 {

	color: gold ;   /*color del texte*/
	font-size: 25px;  /*tamany lletra*/
	}



#contenidor {
    width:100%;
	height: 100%;
    display: table;
    text-align: center;
}
#files {
    display: table-row;
}

img {
    width:50%;
	max-width:800px;
					}


@media only screen and (max-width:620px) {/*iphone5 horitzontal   */

}	
@media only screen and (max-width:400px) {/* iphone5 vertical*/


}	