@charset "utf-8";
/* CSS Document */

/**************************/
/* PADRÃO FOTO DE USÁRIO */
/* Páginas: Index.php, Desejo_ex.php */

#quadro_user{
	
	clear:both;
	overflow:hidden;
	display:block;
	height:100%;
	}

#quadro_user .linha{
	
	overflow:hidden;
	display:block;
	clear:both;
	}

#quadro_user .linha .user{
	
	display:inline-block;
	overflow:hidden;
	height:100px;
	margin-left:5px;
	margin-bottom:5px;
	background:#FFF;
	float:left;
	}
	
#quadro_user .linha .user:first-child{
	
	margin-left:0px;
	}	

#quadro_user .linha .user img{
	
	display:block;
	border:1px solid;
	border-color:#e5e5e5 #ccc #ccc #e5e5e5;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:3px;
	width:60px;
	max-height:80px;
	margin:1px;
	-moz-box-shadow:0px 1px 3px #c2c2c2;
	-webkit-box-shadow:0px 1px 3px #c2c2c2;		
	}

#quadro_user .linha .user img:hover{
	
	border:1px solid #03c;
	}
/* (X) PADRÃO FOTO DE USÁRIO */