	
	.div_muneco{
	display: block; left:92%; height: 200px; width: 70px; position: fixed; z-index:9999; top: 0px;
	}	
	
	.div_anionuevo{
	display: block; left:12%; height: 200px; width: 70px; position: fixed; z-index:9999; top: 0px;
	}
	
	@media(max-width: 980px){ 
	
	.div_muneco{
	display: block; left:92%; height: 200px; width: 70px; position: fixed; z-index:9999; top: 0px;
	}
	
	.div_anionuevo{
	display: block; left:12%; height: 200px; width: 70px; position: fixed; z-index:9999; top: 0px;
	}
	
	
	
	}
	
	
	@media(max-width: 768px){ 
	
	.div_muneco{
	display: block; left:80%; height: 50px; width: 30px; position: fixed; z-index:9999; top: 0px;
	}
	
	.div_anionuevo{
	display: block; left:78%; height: 200px; width: 70px; position: fixed; z-index:9999; top: -5px;
	}
	
	
	}
	
	
	
	
	
#toast {
	width:300px;
    max-height: 150px;   
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
	position:fixed;
    position: fixed;
    z-index: 999999;
	left:5%;
	bottom:10%;
	right:2%;
    bottom: 50px;
    font-size: 17px;
    white-space: nowrap;
	display:none;
}
#toast #img{
	width: 50px;
	height: 50px;
    float: left; 
    box-sizing: border-box;
    background-color: #fff;
	border:solid #111 1px;
    color: #fff;
}
#toast #desc{
    color: #fff;
    padding: 5px;
	font-size:15px;
	font-weight:arial;
	white-space: pre-wrap;
}

#toast.show {
    visibility: visible;
	display:block;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 50px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 50px}
}
@-webkit-keyframes stay {
    from {min-width: 50px} 
    to {min-width: 50px}
}

@keyframes stay {
    from {min-width: 50px}
    to {min-width: 50px}
}
@-webkit-keyframes shrink {
    from {min-width: 50px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 50px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}
	
	
	
	
	
	
	
	
	