/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 22 2023 | 17:30:14 */
#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%; height:50px; float: left; line-height:43px; background: #000; text-align: center;
		  cursor: pointer; user-select: none;}
     #botones-movil .right { width: 50%; height:50px; float: left; line-height:43px; background: #04C4B4; color: #fff; text-align: center;
		 cursor: pointer; user-select: none; }

    @media screen and (max-width: 800px)
    {
     #botones-movil { display:block; }
    }
