/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 28 2023 | 16:20:24 */
body
{
	overflow-x:hidden;
}

#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: 10px; cursor: pointer; user-select: none;}
     #botones-movil .right { width: 50%; float: left; height: 50px; background: #C5A95F; color: #FFF; text-align: center;   padding-top: 10px; cursor: pointer; user-select: none; }
    @media screen and (max-width: 800px)
    {
     #botones-movil { display:block; }
    }