This is the new version
<!doctype html>
<html><head>
<meta http-equiv="X-UA-Compatible" content="ie=edge"><meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link href="imagenes/icono.jpg" rel="shortcut icon" type="image/png">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<style>
html, body {
height: 100%;
margin: 0;
}
#header {
position: fixed;
border-bottom: 3px rgba(0,0,0,0.09) inset;
background-color: #515151;
height: 55px;
z-index: 108;
width: 100%;
margin-top: -30px;
}
#menu_full {
width: 100%;
margin-left: -30px;
}
#menu_full ul {
display: flex;
font-family: sans-serif;
font-size: 12px;
align-items: center;
list-style: none;
}
#menu_full li {
text-align: center;
padding: 8px;
background-color: #6d7988;
border: 1px solid #515151;
border-radius: 1px;
}
#menu_full li a {
color: #515151;
}
#menu_full li {
color: #ffffff;
cursor: pointer;
font-size: 12px;
}
#menu_full li:hover {
color: #0e32fd;
cursor: pointer;
font-size: 15px;
background-color: #bad0eb;
}
#menu_full #logoMenu {
background-color: #515151;
color:#ffffff;
font-family:cursive;
font-size: 15px;
vertical-align: middle;
}
.fa-apple:hover {
color: #2c57e7;
}
#Panel {
margin-top: 0px;
width: 100%;
}
marquee {
background-color: #E6EBFF;
padding: 5px;
color: blue;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-weight: bold;
font-size: 22px;
}
#Template {
box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.09) inset;
width: 100%;
min-height: 85%;
}
#Footer {
height: 30px;
background: rgba(0, 0, 0, .5);
align-items: center;
display: flex;
justify-content: center;
}
#tarjetas::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
border-radius: 10px;
background-color: #a5aaad;
}
#tarjetas::-webkit-scrollbar {
width: 12px;
background-color: #a5aaad;
}
#tarjetas::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #a5aaad;
}
.titulo {
font-size: 11px;
}
#Pass {
height: 300px;
width: 200px;
background-color: rgb(71, 71, 51);
color: #FFF;
}
#areaLeer {
display: none;
}
textarea[type=text]{
width:100%;
border:2px solid #aaa;
border-radius:4px;
margin:8px 0;
outline:none;
padding:8px;
box-sizing:border-box;
transition:.3s;
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
}
textarea[type=text]:focus{
border-color:dodgerBlue;
box-shadow:0 0 8px 0 dodgerBlue;
}
.mini-menu {
margin-left: -50px;
}
.mini-menu li {
margin-left: 9px;
display: inline;
font-size: 20px;
align-items: center;
list-style: none;
}
.boton {
margin-top: 8px;
outline: none;
border: 1px solid #363431;
color: white;
text-shadow: 0px -1px 1px black;
font-size: 11px;
height: auto;
border-radius: 5px;
font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
cursor: pointer;
background-color: #2f3030;
color: #E6EAEF;
border-color: #0939c8;
border-bottom-color: #072ea1;
box-shadow: 0 1px 1px -1px rgb(255 255 255 / 90%) inset, 0 40px 20px -20px rgb(255 255 255 / 15%) inset, 0 -1px 1px -1px rgb(0 0 0 / 70%) inset, 0 -40px 20px -20px rgb(0 0 0 / 6%) inset, 0 9px 8px -4px rgb(0 0 0 / 40%), 0 2px 1px -1px rgb(0 0 0 / 30%), 7px 7px 8px -4px rgb(0 0 0 / 10%), -7px 7px 8px -4px rgb(0 0 0 / 10%), 0 -4px 12px 2px rgb(31 84 245 / 20%);
opacity: 0.95;
}
.art {
float: right;
width: 75px;
margin: -5px 0px -5px 0px;
}
.art:hover {
background-color: #005FA5;
}
.botonMenu {
margin-right: -12px;
outline: none;
border: 1px solid #363431;
color: white;
font-size: 15px;
height: auto;
border-radius: 0px;
font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
cursor: pointer;
background-color: #2f3030;
color: #E6EAEF;
border-color: #0939c8;
border-bottom-color: #072ea1;
box-shadow: 0 1px 1px -1px rgb(255 255 255 / 90%) inset, 0 40px 20px -20px rgb(255 255 255 / 15%) inset, 0 -1px 1px -1px rgb(0 0 0 / 70%) inset, 0 -40px 20px -20px rgb(0 0 0 / 6%) inset, 0 9px 8px -4px rgb(0 0 0 / 40%), 0 2px 1px -1px rgb(0 0 0 / 30%), 7px 7px 8px -4px rgb(0 0 0 / 10%), -7px 7px 8px -4px rgb(0 0 0 / 10%), 0 -4px 12px 2px rgb(31 84 245 / 20%);
opacity: 0.95;
}
.botonMenu rect {
fill: none;
stroke: #fff;
stroke-width: 1;
stroke-dasharray: 422, 0;
}
.botonMenu:hover {
background: rgba(225, 51, 45, 0);
letter-spacing: 0.5px;
}
.botonMenu:hover rect {
stroke-width: 5;
stroke-dasharray: 15, 310;
stroke-dashoffset: 48;
-webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}
#Leer:hover {
background-color: rgb(17, 17, 224);
}
.btnLeer:hover {
color:#005FA5;
}
.botonP:hover {
box-shadow: 0px 0px 10px #F01F45;
}
#botonX {
outline: none;
border: 1px solid #363431;
color: white;
text-shadow: 0px -1px 1px black;
font-size: 7px;
height: 14px;
width: 170px;
margin-bottom: 2px;
border-radius: 5px;
font-family: Helvetica;
cursor: pointer;
background-image: linear-gradient(#688CF8, #2f3030);
}
.boton:active {
background-image: linear-gradient(#2f3030, #5901B0);
}
.boton:hover {
box-shadow: 0px 0px 14px #5E85F7;
}
::-webkit-input-placeholder {
color: #FFF;
}
::-moz-placeholder {
color: #FFF;
}
.Buscador {
background: url("../img/search.png") no-repeat 9px center;
color: #000;
border: 1px solid #DDDDDD;
border-radius: 3px;
padding: 9px 10px 9px 32px;
width: 20%;
transition: 1s all ease;
}
.filtro{
display: none;
}
.tarjeta {
background-color: #a5aaad;
color: white;
border: 2px solid #FFF;
padding: 20px;
}
.tarjeta .boton {
font-size: 14px;
}
.busca {
width: 100%;
max-width: 900px;
padding: 12px;
border: 1px solid #ddd;
border-collapse: collapse;
margin: 5% auto;
font-family: Helvetica;
}
</style>