@font-face {
    font-family: 'Myf';
    src: url('Kanit-Italic.ttf') format('truetype'); 
}


nav {
        text-align: right;
}

 * {
  margin: 0;
  padding: 0;
  box-sizing: border-boxS;
}

 footer {
  position: absolute;
  top: 90%;
  width:100%;
  text-align: center;
 }



@media only screen and (min-width: 1080px)
{

    /*.vertical-center {
        background-image: url("images/JPG-ALTA-WEB.jpg");
        height: 329px;
        width: 1080;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 45%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width:100%;
    }*/

   #lienzo
    {
        margin: auto;
        height: 230px;
        width: 1010px;
         position: absolute;
        top: 45%;
        left:50%; 

        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        
        /*-ms-transform: translateX(-50%);
        transform: translateX(-50%);*/
    }

}




   
@media only screen and (min-width: 670px) and (max-width: 1080px)
{
     /*.vertical-center {
        background-image: url("images/JPG-ALTA-WEBmed.jpg");
        height: 329px;
        width: 1080;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 45%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width:100%;
    }*/
    #lienzo
    {
        height: 160px;
        width: 670px;
          position: absolute;
        top: 45%;
        left:50%; 

        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }


}

@media only screen and (min-width: 460px) and (max-width: 670px) 
{
     /*.vertical-center {
        background-image: url("images/JPG-ALTA-WEBpeq.jpg");
        height: 329px;
        width: 1080;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 45%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width:100%;
    }*/
     #lienzo
    {
        height: 100px;
        width: 460px;
          position: absolute;
        top: 45%;
        left:50%; 

        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

@media only screen and (max-width: 460px)
{
     /*.vertical-center {
        background-image: url("images/JPG-ALTA-WEBupeq.jpg");
        height: 329px;
        width: 1080;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 45%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width:100%;
    }*/
     #lienzo
    {
        height: 70px;
        width: 300px;
          position: absolute;
        top: 45%;
        left:50%; 

        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }


}


  .btn{
    margin:10px;
    font-size:16px;
    font-family: Myf;
    background-color: #2c4d8d;
    color: #ffffff;
    padding: 10px 10px;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    letter-spacing: 1px;
    }


.link2 a{
  text-decoration: none;
  color: #F77A1E;
  font-family: Myf;
  font-size: 16px;
  padding: 5px;
  }



