/* Notificaciones Desktop */
.smallBox-contenedor{

	position: fixed;
	z-index: 1000;
	bottom: 45px;
	right: 10px;
  padding: 10px;
	border:outset;
	/*width: 400px;*/
	/*height: 250px;*/
  overflow: hidden;
	background-color: white;

}

.smallBox-foto{

	float: left;
	margin-top: 15px;
	margin-right: 15px;
}

.smallBox-foto img{

	border-radius: 100%;
	width: 100px;
	height: 100px;

}

.smallBox-contenido{
	float: left;
}

.smallBox-textoContenedor span{
	display: block;
}

.smallBox-titulo{
	font-size: 18px;
	color: #291818;

}

.smallBox-subTitulo{
	font-size: 18px;
	color: #5b5b5b;

}


.smallBox-cajaColor{

	background-color: #82b800;
	margin-top: 15px;
	color: white;
	padding-left: 15px;

	height: 60px;
	line-height: 60px;

	border-radius: 5px;
	overflow: hidden;
}

.smallBox-colorTexto{
	font-size: 18px;
	float: left;
}

.smallBox-colorIcon{
	color: white;
	float: right;
	width: 60px;
  padding-top 5px;
	height: 60px;
	text-decoration:none;
	line-height: 60px;

	text-align: center;
	margin-left: 13px;

	background-color: #77ab00;
}

.smallBox-colorIcon i{
	color: black;
	text-decoration: none
}

.smallBox-colorIcon i:hover {
	color: white;
	text-decoration: none
}

.smallBox-sombra{

	width: 90%;
	height: 2px;

	margin-top: 20px;
	background-color: rgba(0,0,0,0.1);

	border-radius: 100%;

	-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.2);

}

.smallBox-pico{

	content: ' ';
	float: left;

	position: relative;
	top: 37px;
	left: 0px;

	width: 0;
	height: 0;

	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	border-right: 8px solid #82b800;
	border-left: 0px solid #82b800;

}

.box-Cerrar{

	float: right;
	width:25px;
	height: 25px;

	cursor: pointer;
	color: white;

	font-size: 10px;

	text-align: center;
	padding-top: 0px;

	background-color: black;

}
/* fin Notificaciones desktop */



/* Notificaciones mobiles */

.sb-topright{
  position: fixed;
	z-index: 1000;
	top: 100px;
	right: 0px;

}

.SmallBox-Cerrar{

	float: right;
	width:23px;
	height: 23px;

	cursor: pointer;
	color: white;

	font-size: 10px;

	text-align: center;
	padding-top: 0px;

	background-color: black;

}

.sb-body{
	/* display: block;
	margin-top: 10px;
	height: 100px;
	width: auto; */
 margin-top: 10px;
 width: 375px;
 height: 100px;
 display: -webkit-flex; /* Safari */
 -webkit-justify-content: center; /* Safari 6.1+ */
 display: flex;
 justify-content: center;
}

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

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

.sb-contenido{
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	color: white;
	height: 100px;

	line-height: 70px;
  text-align: center;
}

.sb-contenido span{
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-align: left;
	text-decoration:none;
}

.sb-titulo{
	font-size: 20px;
}


.sb-icon{
	height: 100px;
	text-decoration:none;
	line-height: 100px;
	float: right;
	text-align: center;
	padding-right: 30px;
	color: black;
	font-size: 25px;
}

/* .sb-icon{
	color: white;
	text-decoration:none;
} */

/* fin notificaciones mobil */
