body {
    margin: 0;
    font-family: Verdana;
    font-style: normal; 
    font-stretch: condensed;
}

.imagenLogo {
    padding: 4px 4px;
}

.imagenRedesSociales {
    padding: 6px 2px;
}

footer {
    text-align: center;
    text-decoration: none;
    background-color: #333333;
    box-shadow: 0px -4px 15px #999999;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 16px;
}

.fuentePiePagina {
    font-size: 12px;
    color: #CCCCFF;
    display: inline;
}

div {
	margin-left: 0;
    padding: 40px 36px;
    height: 800px;
    font-size: 14px;
}

div.redes {
    display: inline-block;
    position: fixed;
    padding: 4px;
    left: 0;
    top: 200px;
    width: 20px;
    height: 88px;
    background-color: #333333;
    border: solid 1px #666666;
    box-shadow: 2px 2px 10px #999999;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
    font-stretch: normal;
    box-shadow: 0px 7px 15px #999999;
    position: fixed;
    top: 0;
    width: 100%;
}

li {
    float: left;
    border-right:1px solid #666666;
}

li a {
    display: block;
    color: #CCCCFF;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a.active {
    background-color: #CCCCFF;
    color: #000000;
    font-weight: bold;
}

li a:hover:not(.active) {
    background-color: #F5F5F5;
    color:  #CCCCFF;
    text-decoration: underline;
}

.rotame {
  transition: transform 1s ease-out;
    height: 42px;
    width: 162px;
}
.rotame:hover {
  transform: rotate(2s 360deg);
}
