* {
    margin: 0;
    padding: 0;
}


aside {
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
    background-color: #ffffcc;
}

aside h1 {
    margin-top: 30px;
    margin-bottom: 30px;
}

aside h1 span {
    font-size: 10px;
    color: blue;
}

h2 {
    line-height: 60px;
}

ul {
    text-align: center;
}

li {
    width: 80%;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10%;
    line-height: 50px;
    list-style: none;
}

li img {
    clear: both;
    float: left;
    margin: 10px 10px 0 10px;
    width: 28px;
    height: 28px;
}

section {
    float: right;
    width: 75%;
    height: 100%;
    padding-left: 5%;
    background-color: #ffffb3;
}

section h1 {
    margin: 30px 0 0 5%;
}

section h1 span {
    font-size: 14px;
    font-weight: bold;
    color: blue;
}

#Reloj {
    position: fixed;
    top: 32px;
    right: 12px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(255, 187, 0);
}

#S:hover {
    cursor: pointer;
}
section h2 {
    margin-left: 5%;
}

section h2 .Ve {
    color: green;
}

section h2 .Ro {
    color: red;
}

section h2 .Am {
    color: blue;
    Font-size: 10px;
}

section hr {
    clear: both;
    width: 95%;
    margin-top: 50px;
    margin-bottom: 30px;
}

.Dc {
    position: fixed;
    width: 100%;
    background-color: #ffffd4;
    margin-left: -5%;
}

.Dz {
    margin-top: 150px;
}

.D {
    clear: both;
    width: 100%;
    height: auto;
    /* background-color:yellow; */
    margin-bottom: 40px;
}

.Dp {
    float: left;
    width: 80%;
}

.Di {
    float: right;
    width: 20%;
}

.Pr span {
    font-size: 36px;
    font-weight: bold;
}

.Pr {
    margin: 10px 0 20px 0;
    font-size: 28px;
    line-height: 35px;
    cursor:alias;
}

.R span,
.RR span,
.Rc span {
    font-size: 26px;
    font-weight: bold;
}

.R,
.RR,
.Rc {
    margin: 0px 0px 5px 0;
    font-size: 20px;
    line-height: 50px;
}

.R:hover,
.RR:hover {
    background-color: yellow;
    cursor: pointer;
}

section img {
    margin-top: 30px;
    margin-left: 5%;
    width: 80%;
    transition: 1s all;
}

section img:hover {
    transform: scale(2) translate(-100px, 0);
}

#Des {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 200px;
}

#esp {
    margin: auto;
}

a {
    text-decoration: none;
}
 li:hover {
     cursor: pointer;
 }
