.titulosecundario{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: red;
    text-align: center;
    font-size: large;
    font-size: 50px;
}
h1{
    color: blue;
    text-align: center;
   
    font-size: 34px;
    text-decoration: underline 2px color red;
    border: 1px solid   color black;
}
body{
    background-color: rgb(180, 211, 230);
    border: 1px solid black;
    width: 95%;
    margin: auto;
}
a{
    
    text-decoration: none;
    color: black;
    
}
.seleccion>h3{
    display: inline-block;
    width: 24%;
}
div>h3{
    display: inline-block;
    width: 24%;
    padding: 0px;
    text-align: center;
    font-size: large;
    margin: auto;
    padding: 15px;

}

.seleccion{
    
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: large;
    margin: auto;
    background-color: black;
    color: white;   
}
.tituloprincipal{
    font-family: Ballet;
    color: red;
    text-align: center;
    font-size: large;
    font-size: 50px;
}
.enlaceMenu{
    color: white;
    text-decoration: none;
}
.seleccion h3{
    display: inline-block;
    width: 13%;

}
footer{
    color: white;
    background-color: red;
    text-align: center;
    padding: 5px;
}
.enlaceMenu:hover{
    color: red;
    border-bottom: 3px solid blue;
}
