body{
     margin:0px;
     padding:0px; 
     background-color:#33ccff;
     
 }
 
 #principal{
     background-color:#336699;
     background-image:url("https://cdn-movil.s3.us-west-2.amazonaws.com/BC8hZEXpQNAUiKu.png");
     background-size: cover;
     background-repeat: no-repeat;
     width:360px;
     text-align: center;
     margin:auto;
     overflow: hidden;
 }
 
 #banner img{
     width:360px;
     overflow: hidden;
 }
 
 #menu{
     width:300px;
     overflow: hidden;
     margin:1px 0px 10px 30px;
 }
 
 .izquierda{
     width:150px;
     float:left;
 
 }
 
 .izquierda img{
     padding:10px;
   
 }
 
 .derecha{
     width:150px;
     float:right;
 }
 
 .derecha img{
     padding:10px;
 }
 
 hr {
     width:90%;
 }
 
 #Terms{
     top: 2px; 
     height: 70px; 
     overflow: hidden; 
     position: relative; 
     width: 360px;
 }
 #Terms img{
     width: 87px;
     height: auto;
 }
 
 .BTN_TRANS 
 { 
 background:transparent;
 font-weight: 700; /*Negrilla*/
 color: black;
 }
 
 