.ayudaclass{
        position: absolute;
        border: solid gray 1px;
        width: 250px;
        background-color: white;
        visibility: hidden;
        border-radius:10px;
        z-index: 5000;
        box-shadow: 6px 6px 5px #999;
        -webkit-box-shadow: 6px 6px 5px #999;
        -moz-box-shadow: 6px 6px 5px #999;
    }
    
    #boton {
      background-color:#1e2e8b;
        -moz-border-radius:50px;
        -webkit-border-radius:50px;
        border-radius:50px;
        border:2px solid #1e2e8b;
        display:inline-flex;
        color:white;
        font-family:arial;
        font-size:12px;
        padding:6px ;
    }
	#boton:hover {
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d1d1d1), color-stop(1, #ffffff) );
        background:-moz-linear-gradient( center top, #d1d1d1 5%, #ffffff 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#ffffff');
        background-color:#d1d1d1;
        color:black;        
        border:2px solid #d1d1d1;
    }

    /*
________$$$$
_______$$__$
_______$___$$
_______$___$$
_______$$___$$
________$____$$
________$$____$$$
_________$$_____$$
_________$$______$$
__________$_______$$
____$$$$$$$________$$
__$$$_______________$$$$$$
_$$____$$$$____________$$$
_$___$$$__$$$____________$$
_$$________$$$____________$
__$$____$$$$$$____________$
__$$$$$$$____$$___________$
__$$_______$$$$___________$
___$$$$$$$$$__$$_________$$
____$________$$$$_____$$$$
____$$____$$$$$$____$$$$$$
_____$$$$$$____$$__$$
_______$_____$$$_$$$
________$$$$$$$$$$
        */