/* CSS Document */

body {
	
}


.fotomesmo
{
float:left;
background-color:#CCCCCC; 
border:#000000 1px solid; 
width:110px; 
text-align:center;
margin:10px;
height:130px;
}
.fotomesmo img
{
	border:1px #000000 solid;
	position:relative;
	top:3px;
	margin:auto;
}

.foto
{
float:left;
background-color:#CCCCCC; 
border:#000000 1px solid; 
width:110px; 
text-align:center;
margin:10px;
height:140px;
font-family:Arial, Helvetica, sans-serif 8px; 

}
.foto img
{
	border:1px #000000 solid;
	position:relative;
	top:3px;
	margin:auto;
}
.texto
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
 	text-align:center; 
	position:relative; 
	top:10px;
	height:60px;
	color:#333333;
}

.textocentrado
{
	clear:both;
	background:#339900;
	width:500px;
	
}
.sobremim
{
	font-family:Arial, Helvetica, sans-serif 10px;
	color:#FFFFFF;
	font-weight:bold;
}
.linkgrande
{
	font-family:Arial, Helvetica, sans-serif 10px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.linkgrande a:visited
{
		text-decoration:none;
}
.linkgrande a:active
{
		text-decoration:none;
}
.linkgrande a:link
{
		text-decoration:none;
}


