body{
    background-image: url(fondos/fractal1.jpg);
    width: 130vh;
    height: 100vh;
}
p{
    font-size: 17px;
} 
.links{
    color: white;
    width: 90px;
    float: right;
    margin-top: -412px;
    margin-right: -206px
}
.links:hover{
    height: 95px;
}
.borzoi{
    margin-right: -380px;
    margin-top: 83px;
    width: 536px;
    height: 109px;
    float: right;
    margin-bottom: 50px;
}
.bar{
    width: 186px;
    font-size: 20px;
    height: 27px;
    margin-left: 564px;
    animation-name: MaiAnimation;
    animation-duration:2s;
    animation-iteration-count: infinite;
    background-color: rgba(10, 0, 40, 80%);
}
@keyframes MaiAnimation{
     0%   {background-color: red;}
    25% {background-color: orange;}
    45% {background-color: yellow;}
    65% {background-color: green;}
    85% {background-color: blue;}
    100% {background-color: purple;}
}
.uno{
    float: right;
}
.back{
    height: 25px;
    margin-left: 26px;
}
.mikugira{
    margin-right: 782px;
    float: right;
}

.cuadroo{
    padding: 5px;
    border-color: white;
    border: double;
    text-align: center;
    color: white;
    float: left;
    margin-top: -423px;
    margin-left:167px;
    height: 142px;
    width: 746px;
    font-family: 'Courier New', 'Courier', 'monospace', 'times new roman';
    background-image: url(fondos/cruces1.jpeg);
}
.gf{
    margin-left: 400px;
    margin-top: -63px;
}
a{
    color: gray;
}
a:hover{
 color: darkred;
    background-color: darkred;
}
a:visted{
    color: darkred;
}
