.sb-topright{
	position: fixed;
	top: 10px;
	right: 10px;
	z-index: 1000;
}

.sb-body{
	display: block;
	margin-top: 10px;
	height: 100px;

	width: 400px;
}

.sb-foto{
	height: 100px;
	width: 100px;
	float: left;
}

.sb-foto img{
	width: 100px;
	height: 100px;
}

.sb-contenido{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	float: left;

	color: white;
	width: 80%;

	/* line-height: 100px; */
  	text-align: center;
}

.sb-contenido span{
  display: block;
  vertical-align: middle;
  text-align: left;
}

.sb-titulo{
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 10px;
}

.sb-icon{
	    width: 20%;
	color: white;
	height: 100px;
	/* line-height: 100px; */
	float: right;
	text-align: center;
	padding-right: 30px;
  margin-top: 20px;
	}


.sb-icon .material-icons { font-size: 50px; }
