@charset "utf-8";
#comentarios {
	float: left;
	width: 650px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
.comentariotexto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #306396;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.mayus {
	font-weight: bold;
	text-transform: capitalize;
}
#amigosfotos {
	height: auto;
	width: 276px;
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
}
.amigosavatar {
	float: left;
	height: 24px;
	width: 24px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: 1px solid #999999;
}
.amigosboton {
	background-color: #FFFFFF;
	text-align: center;
	float: left;
	height: 20px;
	width: 272px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
}

