.mysnap {
  padding: 15px;
  font-size: 0.9em;
  border: 1px solid #eed3d7;
  border-radius: 4px;
  margin-top: 6px;
  /* Each alert has its own width */
  float: right;
  clear: right;
 /* max-height: 120px;*/

 /* overflow: scroll;*/
  
  
}

#snap_wrapper {
  margin-bottom: 20px;
  position: fixed;
  bottom: -3000px;
  right: 21px;
  z-index: 999999;
  float: right;
  max-width: 35%;
}

.mysnap-red {
  color: white;
  background-color: #DA4453;
}
.mysnap-green {
  color: white;
  background-color: #17A766;
}
.mysnap-blue {
  color: white;
  background-color: #2646A3;
}

.mysnap-orange {
  color: white;
  background-color: #F25A21;
}
.mysnap-yellow {
  color:white;
  background-color: #F2B021;
}

.mysnap-blue .aviso_mensaje a, .mysnap-blue .aviso_mensaje a span {
  color: rgb(20, 188, 228) !important;
}

.mysnap-red .aviso_mensaje a, .mysnap-red .aviso_mensaje a span,
.mysnap-orange .aviso_mensaje a, .mysnap-orange .aviso_mensaje a span,
.mysnap-green .aviso_mensaje a, .mysnap-green .aviso_mensaje a span,
.mysnap-yellow .aviso_mensaje a, .mysnap-yellow .aviso_mensaje a span {
  color: rgb(20, 73, 228) !important;
}

.aviso-cerrar {
  float: right;
  cursor: pointer;
  background-image: url('../img/cerrar27.png');
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
  margin-right: -9px;
  margin-top: -9px;
}
.mysnap-blue h2.aviso_titulo {
  color: white;
}

.mysnap .avisos_imagen_izq {

	float:left;
	margin-right: 6px;
	/*margin-top: 5px;*/
}

.mysnap .av-msg-contenedor {
	clear: both;
	padding-top: 6px;
}

.aviso_mensaje {
  color:white !important;  
}

.avisos_link:hover {
  text-decoration: none !important;
  color: #3e3d40 !important;
  
}

.snap-ancho {
  width: 100%;
}

/* VISTA DE NODO*/
.avisos-img-default-div {
  float: left;
  width: 260px;
}

.avisos-img-default-div img{
  margin-top: 12px;
}

.avisos-texto-default-div {
  padding-top: 12px;
}

.aviso-default-titulo {
  
  padding-left: 55px;
  padding-top: 20px;
  
}

.avisos-pin {
  background-image: url('../img/pin48.png');
  background-repeat: no-repeat;
  margin-left: -25px;
  margin-top: -21px;
  height: 50px;
}



