.comodin{}
	.comodin .box-contact{
	    background-color: rgba(253,217,1,1);
	    border-radius: 4px 0 0 4px;
	    -moz-border-radius: 4px 0 0 4px;
	    -webkit-border-radius: 4px 0 0 4px;
	    box-shadow: 0 0 16px rgba(0,0,0,.3);
	    box-sizing: border-box;
	    padding: 10px 20px;
	    position: fixed;
	    right: 0;
	    text-align: right;
	    top: 115px;
	    width: auto;
	    z-index: 50;
	}
		.comodin .box-contact .box-texto{
			color: rgba(6,42,68,1);
			font-family: 'regular',helvetica,verdana,sans-serif;
			font-size: 1em;
		}
		.comodin .box-contact .box-numero{
			color: rgba(6,42,68,1);
			font-family: 'title',helvetica,verdana,sans-serif;
			cursor: pointer;
			font-size: 1.3em;
			margin: 5px auto;
			text-align: center;
			transition: all 0.4s ease-in-out 0s;
			-webkit-transition: all 0.4s ease-in-out 0s;
			-moz-transition: all 0.4s ease-in-out 0s;
			-ms-transition: all 0.4s ease-in-out 0s;
			-o-transition: all 0.4s ease-in-out 0s;
		}
			.comodin .box-contact .box-numero:hover{
				color: rgba(255,255,255,1);
				text-shadow: 0 0 4px rgba(0,0,0,.4);
				-o-text-shadow: 0 0 4px rgba(0,0,0,.4);
				-moz-text-shadow: 0 0 4px rgba(0,0,0,.4);
			}