.j_temporal{
    display: none;
    position: fixed;
    color: white;
    background: #a29494;
    text-align: center;
    width: 100%;
    right: 0px;
    bottom: 0px;
    padding: 15px;
    z-index: 99999;
    font-family: "Helvetica Neue", sans-serif;
}

.j_equis_cerrar_temporal{
	cursor:pointer;
	/* float:right; */
	font-size:15px;
	font-weight:bold;
	 position: absolute; 
    right: 25px; 
    top: 5px;
}


@media(min-width:768px) {
    .j_temporal{padding: 20px;width: 100%;}
}