@charset "utf-8";
/* CSS Document */
.resizeImage{
	width:400px;
	height:400px;
}
#centrar{
	text-align:center;
}
.texto a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
.texto a:hover{
	color:#000;
}
.esconder{
	display:none;
}