@charset "utf-8";
#pa_decoro {
    position: fixed;
    /* border: 1px solid blue;
    background-color: rgba(255,200,200,0.5);  
    width: 50px;
    height: 20px; */
    /* top: 0; */
    /* top: 20px;  */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari 3-8 */
    transform: rotate(-90deg);
  }
  
  #hi_decoro {
    position: absolute;
    /* border: 1px solid rgb(192, 189, 189); */
    top: 30px;
    /* right: 15px; */
    left: 100px;
    /* right: 100px; */
    color: rgb(156, 156, 153);
  }

  #himno {
    position: fixed;
    padding:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    left: 10px;
    top: 40%;
    /* z-index: 999; */
    z-index: 1;
    background-color: bisque;
    opacity: 0.6;
    border-radius: 35px;
  }

  #oracion{
    background-color: #f8c291; 
    padding:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    margin: 10px;
    border-radius: 20px;
    
  }
