﻿@charset "utf-8";
/* CSS Document */

/* BOTÓN FLOTANTE */
.flotante1 {position:fixed;bottom:0px;right:25px;z-index:1;} @media only screen and (max-width: 480px) {.flotante1 {width:40%!important;bottom:0px;right:10px;}}
.flotante2 {position: absolute;
top:200px;right:0px;z-index:9999999999999999999999;} @media only screen and (max-width: 480px) {.flotante2 {width:50%!important;top:35px;right:0px;}}