#content{
			height: 350px;
			overflow-y: auto;
		}

		.nopaddding{
			padding-top: 0px !important;
			padding-bottom: 0px !important;
			margin-top: 0px !important;
			margin-bottom: 0px !important;
		}

		.padding3{
			padding: 3px !important;
		}

		.centrado{
			text-align: center;
		}

		.fondo{
			background-image: url('../img/wa.png');
		}

		p{
			padding-top: 0px !important;
			padding-bottom: 0px !important;
			margin-top: 5px !important;
			margin-bottom: 5px !important;
		}

		.a32p{
			width: 32%;
		}

		.message.received {
		  background: #fff;
		  border-radius: 0px 5px 5px 5px;
		  float: left;
		  padding-left: 5px;
		    padding-right: 5px;
		    margin-bottom: 5px;
		    -webkit-box-shadow: 1px 1px 1px 0px rgb(176, 165, 165);
			-moz-box-shadow: 1px 1px 1px 0px rgb(176, 165, 165);
			box-shadow: 1px 1px 1px 0px rgb(176, 165, 165);
		}

		.message.received .metadata {
		  padding: 0 0 0 16px;
		}

		.message.received:after {
		  border-width: 0px 10px 10px 0;
		  border-color: transparent #fff transparent transparent;
		  top: 0;
		  left: -10px;
		}

		.message.sent {
		  background: #e1ffc7;
		  border-radius: 5px 0px 5px 5px;
		  float: right;
		  padding-left: 5px;
		  padding-right: 5px;
		  margin-bottom: 5px;
		  -webkit-box-shadow: 1px 1px 1px 0px rgb(176, 165, 165);
			-moz-box-shadow: 1px 1px 1px 0px rgb(176, 165, 165);
			box-shadow: 1px 1px 1px 0px rgb(176, 165, 165);
		}

		.message.sent:after {
		  border-width: 0px 0 10px 10px;
		  border-color: transparent transparent transparent #e1ffc7;
		  top: 0;
		  right: -10px;
		}


		.flotante{
			position: fixed;
			right: 20px;
			bottom: 60px;
			z-index: 10000;
		}

		.emoji{
			font-size: 28px;
			cursor: pointer;
		}

		.imamoji{
			width: 32px;
			cursor: pointer;
			margin: 3px;
		}

		.metadata {
		  display: inline-block;
		  /*float: right;*/
		  padding: 0 0 0 7px;
		  position: relative;
		  /*top: -8px;*/
		  bottom: -5px;
		}

		.metadata .time {
		  color: rgba(0, 0, 0, .45);
		  font-size: 11px;
		  display: inline-block;
		}

		.f32{
			font-size: 32px;
		}

		.f32ima{
			
width: 42px;
		}

		.estrecho{
			padding: 0px !important;
			margin-left: 3px !important;
			margin-right: 3px !important;
		}

		.pointer{
			cursor: pointer;
		}

		.parallax-container {
	      height: 280px;
	    }

	    .oculto{
	    	display: none;
	    }

	    .error-envio{			
			background: antiquewhite !important;	
			color: red;
		}

		.mt0{
			margin-top: 0px !important;
		}
