﻿a:hover {
	color: Blue;
}

#fotoContainer
{
	border: outset 1px Blue;
	padding: 2px;
}

#fotoContainer:hover
{
	background-color: #FFFFCC;
}

#foto 
{
	border: solid 1px Black;
}

#foto:hover
{
	border-style: dashed;
}

.fotoTamanho {
	height: 100px;
	width: 100px;	
}

/* Obs.: A largura do texto deve ser proporcional a largura da imagem */
#nome {
	overflow: hidden;
	height: 14px;
	width: 96.2px;
	text-align: center;
	border-left: solid 1px Black;
	border-right: solid 1px Black;
	border-bottom: solid 1px Black;
	padding: 2px;	
}
