@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
       background: url(apag-images/logos-apag/fondo-index.jpg) no-repeat fixed center center; background-size: cover
}

.contenedor {
   text-align: center;
    
}

.contenedor2{
    
    font-family: fantasy;
    flow-into: none;
}

.content{
    margin: auto;
    text-align: center;
    display: inline-block;
}

.btn {
    border-radius: 9px;
    background-color: floralwhite;
    font-family: 'Oswald', sans-serif;
    color: #64625F;
    padding: 7px 30px;
    border: solid #64625F 2px;
    text-transform: uppercase;
    text-decoration: none;  
}

.btn:hover{
    color: #EF7E1A;
    opacity: 75%;
    border: solid #EF7E1A 2px; 
}

.imagen {
    width: 30%;
    margin-top: 50px;
    text-align: center;
    min-width: 400px;
}

.imagen2 {
    width: 30%;
    margin-top: 5px;
    text-align: center;
    min-width: 400px;
}
