body{
    background-color:#cccccc;
    color: black;
    font-family:Verdana, sans-serif;
	  font-size:75%;
	  font-weight:bold;
	}
	
    p {
        font: normal small-caps 1.4em/1.4 Arial;
        text-align: left;
        line-height: 20px;
        text-transform: lowercase;
      }
      tbody{
        font: normal small-caps 1.4em/1.4 Arial;  
      }
      h1,h2{
        font-size: 30px;
        text-align: center;
      }
      
      a{
        color:black;
      }
      caption{
        font-size: 30px;
      }
      td p{
        font: normal small-caps 1.0em/1.0 Arial;
      }
     a[href="https://www.cic.es/herramientas-de-ciberseguridad/"]{
       color:#000080;
       font-size: 20px;
     }
     div{
       background: orange;
       color: black;
       width: 500;
       margin: 10px;
       padding: 30px;
       border:10px solid rgb(112, 80, 255);
     }
     nav ul{
       list-style: none;
       margin: 0;
       padding: 0;
     }
     nav ul li{
      float: left;
    }
    nav a{
      color: crimson;
      text-decoration: none;
      display: block;
      padding: 12px 26px;
      font-size: 15px;
    }
    nav{
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d0e4f7+0,73b1e7+24,0a77d5+50,539fe1+79,87bcea+100;Blue+Pipe+%231 */
background: rgb(208,228,247); /* Old browsers */
background: -moz-linear-gradient(top, rgba(208,228,247,1) 0%, rgba(115,177,231,1) 24%, rgba(10,119,213,1) 50%, rgba(83,159,225,1) 79%, rgba(135,188,234,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(208,228,247,1) 0%,rgba(115,177,231,1) 24%,rgba(10,119,213,1) 50%,rgba(83,159,225,1) 79%,rgba(135,188,234,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); 
      width: 100%;
      height: 52px;
      margin:0;
    }
    .barra{
      color: #1a31fff8;
      padding:15px 0 0 0;

    }
    nav a:hover{
      color: #cce0ff;
      background: #9999ff;
      }
       
    