.botones-menu{ margin: 20; list-style: none; padding-left: 0; height: 10px; /*hacer menu flotante*/ background-size:100% 75px !important; background-repeat:no-repeat; position:fixed; width:90%; height: 100%; height:auto; top: -11px; left:0px; margin-top:145px; } .contenedor-boton{ margin:2; overflow: hidden; } .contenedor-boton>a{ color: white; text-decoration: none; } .botoncito{ background: #1e5799; /* Old browsers */ background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(50%,#2989d8), color-stop(100%,#7db9e8)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* IE10+ */ background: linear-gradient(to bottom, #1e5799 0%,#2989d8 50%,#7db9e8 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */ display: block; padding: 20px; width: 100px; text-align: center; } .botoncito:hover{ background: #1e5799; /* Old browsers */ background: -moz-linear-gradient(top, #1e5799 33%, #2989d8 88%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(33%,#1e5799), color-stop(88%,#2989d8)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #1e5799 33%,#2989d8 88%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #1e5799 33%,#2989d8 88%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #1e5799 33%,#2989d8 88%); /* IE10+ */ background: linear-gradient(to bottom, #1e5799 33%,#2989d8 88%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#2989d8',GradientType=0 ); /* IE6-9 */ } .contenedor-boton:first-child > .botoncito{ border-radius: 5px 5px 0 0 ; } .contenedor-boton:last-child > .botoncito{ border-radius: 0 0 5px 5px ; } .contenedor-boton > .botoncito:visited{ color: white; } #Texto{ border:1px solid #272833; border-radius:10px;/*Establecemos el radio del borde*/ position:absolute; margin: 0 auto; left: 0; right: 0; width:52%; background-color: #007fff; margin-left:15%; margin-right:100%; margin-top:-15px; }