/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2022 | 16:58:30 */
#botones-movil { width: 100%; height: 50px; position: fixed; bottom: 0; display: none; z-index: 100; color: #fff;}
#botones-movil p { font-size:15px;}
     #botones-movil a { color: #fff; }
     #botones-movil a:active { color: #fff; }
     #botones-movil a:visited { color: #fff; }
      #botones-movil .left { width: 50%; float: left; height: 50px; background: #000; text-align: center; padding-top: 5px; cursor: pointer; user-select: none;}
     #botones-movil .right { width: 50%; float: left; height: 50px; background: #FFC114; color: #000; text-align: center;  padding-top: 5px; cursor: pointer; user-select: none; }
    @media screen and (max-width: 800px)
    {
     #botones-movil { display:block; }
    }