body{
    font-family: cursive;
    background: #fff;

}

.menu{
    list-style: none;
    padding: 0;
    background: #092327;
    width: 90%;
    max-width: 1000px;
    margin: auto;

}

.menu li a{
    text-decoration: none;
    color: white;
    padding: 20px;
    display: block;

}
.menu li{
    display: inline-block;
    text-align: center;
}
.menu li a:hover{
    background:#ef8354 ;
}

.pollo{
    padding: 90px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 120px;
    max-width: 1530px;
   text-align: center;

    
    
    
    
}

.CONTENIDO{
    padding: 90px 0;
    font-family:Georgia, 'Times New Roman', Times, serif;
    font-size: 40px;
width: 90%;
max-width: 1000px;
margin: auto;
overflow: hidden;
color: rgb(197, 195, 56);
    
    

}

.GOL{
    padding: 15px;
    
}

*{
    margin: 0;
    padding: 0;
    box-sizing: content-box;
}

.pollo{
    color: rgba(236, 236, 236, 0.986);
    
}

/*header*/

header{
    width: 100%;
    height: 600px;
    background: #373b44; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #334e617c, #53ecd852),url(img/PUMAS.jpg); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #334e617c, #53ecd852),url(img/PUMAS.jpg); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 
  background-size: cover;
  background-attachment: fixed;
  position: relative;
 


}
  
.WAVE{
    position: absolute;
    bottom: 0;
    width: 100%;

}

.CONTENEDOR{
    padding: 20px;
    width: 90%;
max-width: 1000px;
margin: auto;
overflow: hidden;
font-size: 20px;


}

.NOVENA{
    margin: auto;
    max-width: 1000px;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(173, 50, 157);
}

.BOTONES{
    list-style: none;
    padding: 0;
    background: #2eb851;
    width: 90%;
    max-width: 300px;
    margin: auto;

}

.BOTONES li a{
    text-decoration: none;
    color: white;
    padding: 600px;
    display: block;

}
.BOTONES li{
    display: inline-block;
    text-align: center;
}
.BOTONES li a:hover{
    background:#ef8354 ;
}
.BOTONES a{
    text-decoration: none;

}
.BOTONES li a:hover{
    background: #ef8354;
}

span{
    background: rgb(24, 54, 16);
    color: white;
    border-radius: 70%;
    display: inline-block;
    text-align: center;
    width: 50;
}



/*body*/
