<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("reset-min.css");


.fotosThumb {

	margin-top: 20px;
	margin-bottom: 20px;

}
#fotos div {
	height: 120px;
	width: 180px;
	background-color: #1e1e39;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
a.link:link{
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	background-color: #FC0;
}
a.link:visited{
font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	color: #000;
} 
a.link:hover{
font-weight: normal;
	text-decoration: underline;
	/*background-color: #FC0;*/
	font-size: 14px;
	color:  #900;
}
a.link:active{
font-weight: normal;
	text-decoration: none;
	

}



</pre></body></html>