ul li {
	display: inline;}

/*#galeriafotos {
	display: inline;
background:#FFF;
cursor: pointer;
	float: left;
	border: 2px solid #fff;
	text-align: left;
	margin: 25px;
	z-index: 1;
	
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
	-webkit-transition: 
	-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
	
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
	
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
	
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 

		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;}
		
/* Hover Style: scale up 
#.galeriafotos li:hover{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	z-index: 100;	
	opacity; 1;
	
}*/		
		


table {
    width: 100%;

}
table a:link {text-decoration: none;}

table td {
	background:#FFF;
	width:270px;
	cursor: pointer;
	float: left;
	border: 2px solid #fff;
	text-align: left;
	margin-right:30px;

	z-index: 1;
	box-shadow: 
		0px 0px 0px 10px rgba(255,255,255,1), 
		1px 1px 3px 10px rgba(0,0,0,0.2);
	-webkit-transition: 
	-webkit-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-moz-transition: 
	
		-moz-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-o-transition: 
	
		-o-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	-ms-transition: 
	
		-ms-transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
	transition: 

		transform 0.4s ease-in-out, 
		box-shadow 0.4s ease-in-out;
    
}

/* Hover Style: scale up */
table td:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 100;	
	opacity; 1;
	
}



.laranja{background:#ff4500;}
.laranja:hover:after{
    content: 'Laranja';
    position: absolute;
    padding: 2px;
    background: whitesmoke;
    font-size: 9px;
}


