
body {
    background-color: #CCCCCC;
    font-family: "arial";
    font-size:89.25%;
}

a {
    background-color: brown;
    color: yellow;
    font-weight: 500;
}

a:visited {
    background-color: red;
    color: darkgrey;
}



h2.centered {
    text-align:center;
}

table.centered {
    width:70%;
    border:groove;
    color: gray;
    margin-left:auto;
    margin-right:auto;

}

    table.centered td {
        padding: 20px;
    }

.apps {
    background-color: azure;
}




.button {
  border-radius: 4px;
  background-color: greenyellow;
  border: none;
  color: darkgreen;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}



.infrastructure {
    background-color:  antiquewhite;
}
div.important {
    background-color: orangered;
    color:white;
}

table.centeredfullpage {
    width:85%;
    margin-left:auto;
    margin-right:auto;
}


td.centered {
    text-align:center;

}

#appslink {
    background-image: url('imgs/apps/es/SmallLogoBW.png');
    width: 500px;
    height: 302px;
    text-align:center;
    margin:auto;
}

#appslink:hover {
    background-image: url('imgs/apps/es/SmallLogo.png');
    width: 500px;
    height: 302px;
    text-align:center;
                
}

#islink {
    background-image: url('imgs/is/es/SmallLogoBW.png');
    width: 500px;
    height: 302px;
    text-align:center;
    margin: auto;
}
    
#islink:hover {
    background-image: url('imgs/is/es/SmallLogo.png');
    width: 500px;
    height: 302px;
    text-align:center;

}


.footer {
    background-color: cadetblue;
    color:  white;
}
            
.info {
    padding: 10px 10px 10px 10px;
    width: 60%;
    margin: auto;
    background-color:  orangered;
    color:  white;
    font-weight: 300;
    font-size:  larger ;
}

.right {
    text-align: right;
    margin: auto;
    width: 100%;
}
        