
.nav
{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

a:link { color: #000000; text-decoration: none}

* {
  box-sizing: border-box;
}
.cell {
  display: table-cell;
}
.non {
  display: none;
}
html {
  font-family: "Lucida Sans", sans-serif;
  height:100%;
}
.header {
  background-color: #000;
  background-size:100%;
  width:110%;
  color: #ffffff;
  padding: 2px;
  position:fixed;
  margin-top: -10px;
  margin-left: -8px;
}
.footer {
    width:110%;
    background-size:100%;
    background-color: #000;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 6px;
    margin-left:-20px;
}
textarea {
    padding: 8px;
    border:none;
    resize: none;
    width: 100px;
    height:100px;
    color: #000;
}
.conversor
{
    background-image: url("../IMG/DESPACHITO.png");
    background-repeat: no-repeat, repeat;
    background-size: 60%;
    background-color: #cccccc;
       width:100%;
     padding: 15px;
     color: #000;
     text-align: center;
     font-size: 14px;
     box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }
#mensaje {
    position:absolute;
    margin-top:20px;
    margin-left:-310px;
    width:140px;
    height:80px;
}
#respuesta {
    position:absolute;
    margin-top:50px;
    margin-left:-145px;
    width:120px;
    height:60px;
}

.box {
    width:100%;
 background-color: #fff;
  padding: 5px;
  color: #000;
  text-align: center;
  font-size: 14px;
}
.foot
{
    background-image: url('../IMG/MAIL.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:280px;
    height:140px;
    margin-left:5%;
    text-align:center;
}

.row {
  display: table;
}
.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="b-"] {
display:none;
}
[class*="col-"] {
  float: left;
  padding: 15px;
}
.third {width: 33.33%;}
/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
[class*="cal"] {
    width: 100%;
}
[class*="cel"] {
    width: 16.66%;
}
@media only screen and (min-width:750px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .cal-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
  .display2 {display:none;}
    .display3 {display:table-cell;}
}
@media only screen and (min-width:1500px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%; }
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .cal-6 {width: 50%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .display {display:none;}
    .display3 {display:none;}
  .display2 {display:table-cell;}
}
@media only screen and (min-width: 1100px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
  .display2 {display:table-cell;}
    .display3 {display:none;}
}
@media only screen and (min-width: 1500px) {
  /* For desktop: */
  .col-h-1 {width: 8.33%;}
  .col-h-2 {width: 16.66%;}
  .col-h-3 {width: 25%;}
  .col-h-4 {width: 33.33%;}
  .cal-h-4 {width: 33.33%;}
  .col-h-5 {width: 41.66%;}
  .col-h-6 {width: 50%;}
  .col-h-7 {width: 58.33%;}
  .col-h-8 {width: 66.66%;}
  .col-h-9 {width: 75%;}
  .col-h-10 {width: 83.33%;}
  .col-h-11 {width: 91.66%;}
  .col-h-12 {width: 100%;}
  .display {display:table-cell;}
  .display3 {display:table-cell;}
    .display2 {display:none;}
}
.world
{
    border-radius: 100%;
    border:1px solid white;
    height:50px;
    width:50px;
    margin: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1)
}
.world_en
{
    background-image: url('../IMG/EN.png');
    background-size: cover;
    border-radius: 100%;
    border:1px solid white;
    height:50px;
    width:50px;
    margin: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1)
}
.world_es
{
    background-image: url('../IMG/ES.png');
    background-size: cover;
    border-radius: 100%;
    border:1px solid white;
    height:50px;
    width:50px;
    margin: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1)
}
.lang
{
    background-size: cover;
    border-radius: 100%;
    border:1px solid white;
    height:50px;
    width:50px;
    margin: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1)
}

.ES
{
    background-image: url('../IMG/LENGUAS/ES-ES.png');
    background-size: cover;
    }
.EN
{
    background-image: url('../IMG/LENGUAS/EN-US.png');
    background-size: cover;
    
}
.KR
{
    background-image: url('../IMG/LENGUAS/KO-KR.png');
    background-size: cover;
    
}
.FR
{
    background-image: url('../IMG/LENGUAS/FR-FR.png');
    background-size: cover;
    
}
.ES:hover {
    background-image: url('../IMG/LENGUAS/ES.png');
        font-weight: bold;
}
.EN:hover {
    background-image: url('../IMG/LENGUAS/EN.png');
    font-weight: bold;
}
.FR:hover {
    background-image: url('../IMG/LENGUAS/FR.png');
    font-weight: bold;
}
.KR:hover {
    background-image: url('../IMG/LENGUAS/KR.png');
    font-weight: bold;
}
.world:hover {
  background-image: url('../IMG/world.gif');
}
.world_en:hover {
  background-image: url('../IMG/world.gif');
}
.side
{
    position:fixed;
    right:10px;
}
.side2
{
    position:fixed;
    right:10px;
}
.side3
{
    position:fixed;
    right:110px;
}
.side4
{
    position:fixed;
    right:210px;
}
.side5
{
    position:fixed;
    right:310px;
}
.side_off
{
    position:fixed;
    right:410px;
}
.home
{
    margin-top: 5px;
    margin-left: 5px;
    background-image: url('../IMG/HOME.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:70px;
    height:70px;
    float:left;
    background-color:dimgrey;
    border-radius: 100%;
    }
.home:hover
{
    background-color:lightyellow;

    }
.logo
{
    background-image: url('../IMG/TINDON_NEGRO.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:200px;
    height:80px;
    float:left;
    margin-left:5px;
    }
.hover:hover {
  background-color:#0099cc ;
}
body {
    max-width: 100%;
overflow-x: hidden;

}
.SNS
{
    background-image: url('../IMG/GRUPO.png');
    background-size: cover;
    }
.DO
{
    background-image: url('../IMG/DO_MUNDO2.png');
    background-size: cover;
    }
.ID
{
    background-image: url('../IMG/ID.png');
    background-size: cover;
    }
.ULI
{
    background-image: url('../IMG/ULISES_PATADA.png');
    background-size: cover;
    }
.ULI-FOTO
{
    background-image: url('../IMG/ULISES_FOTO.png');
    background-size: cover;
    }
.ULI-CIRCLE
{
    background-image: url('../IMG/ULISES_CIRCLE.png');
    background-size: cover;
    }
.UTM
{
    background-image: url('../IMG/UTM3.png');
    background-size: contain;
    }
.CIT
{
    background-image: url('../IMG/CITAR.png');
    background-size: cover;
    }
.COR
{
    background-image: url('../IMG/COREANISTA3.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.CRE
{
    background-image: url('../IMG/CREATOR3.png');
    background-size: cover;
    }
.CUR
{
    background-image: url('../IMG/COURSE3.png');
    background-size: cover;
    }
.DOC
{
    background-image: url('../IMG/DOC3.png');
    background-size: cover;
    }

.BUS
{
    background-image: url('../IMG/BUSCA.png');
    background-size: cover;
    }
.BUS
{
    background-image: url('../IMG/BUSCA.png');
    background-size: cover;
    }
.USAL
{
    background-image: url('../IMG/Logo_Usal_Hor_2012.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }
.USAL2
{
    background-image: url('../IMG/Usal_2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }
.USAL800
{
    background-image: url('../IMG/logo-usal_800.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    }
.UAB
{
    background-image: url('../IMG/logo-uab_otro.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.UAB2
{
    background-image: url('../IMG/uab_2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.UAH
{
    background-image: url('../IMG/logo-uah.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.UZ
{
    background-image: url('../IMG/logo-uz.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.UHA
{
    background-image: url('../IMG/CLE_uha.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.NOU
{
    background-image: url('../IMG/logo-nou.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.SOR
{
    background-image: url('../IMG/logo-sor.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.KHU
{
    background-image: url('../IMG/logo-khu.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.KHU2
{
    background-image: url('../IMG/logo-khu2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.ASB
{
    background-image: url('../IMG/logo-asb.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.AcademyLTI
{
    background-image: url('../IMG/t_academy.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.UCLM
{
    background-image: url('../IMG/logo-uclm.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.KLTI
{
    background-image: url('../IMG/logo-klti.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.HAP
{
    background-image: url('../IMG/logo-hapkido.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.KICK
{
    background-image: url('../IMG/KICK.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.KLTI_EMB
{
    background-image: url('../IMG/KLTI_EMB.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.Sello
{
    background-image: url('../IMG/logo-sello.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.INFO
{
    background-image: url('../IMG/DOCUMENTS.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.Sello_ulises
{
    background-image: url('../IMG/ULISES_SELLO_ULI.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.ULISES
{
    background-image: url('../IMG/logo-utm.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.UTM2
{
    background-image: url('../IMG/utm_2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.KOR
{
    background-image: url('../IMG/HAN_LOGO.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.PALO
{
    background-image: url('../IMG/PALO.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.THROW
{
    background-image: url('../IMG/THROW.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.INSTA
{
    background-image: url('../IMG/INSTA.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.WORLD_LANG
{
    background-image: url('../IMG/LANG.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.circle2
{
    border-radius: 100%;
    border:3px solid black;
    height:55px;
    width: 55px;
    position: relative;
    text-align: center;
    margin: 3px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.CENTRADO
{    background-color:white;
    margin:10px;
    padding:10px;
    }
.CUERPO
{
    background-color:white;
    height:500px;
    }
.TOP_CENTRO
{    margin: 0 auto;
    text-align:center;
    margin-top:100px;
    }
.CENTRO
{    margin: 0 auto;
    text-align:center;
    }
.SIZE
{
    width:120 px;
    height:100px;
    margin: 0 auto;
    text-align:center;
    margin-top:-10px;
}
.circle
{
    width: 109px;
    min-height: 109px;
    border-radius: 50%;
    margin: 0 auto;
    border:3px solid white;
    }
.mark
{
    background-color:lightyellow;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border:3px solid black;
        }

.box
{     height:210px;
    width:200px;
    margin: 0 auto;
    border:3px solid white;
        }
.foto_box
{     height:120px;
    width:120px;
    margin: 0 auto;
        }
.under {
    color:black;
    text-align:center;
    position: relative;
    font-size:12px;
    top:80px;
    
}
.smaller_box
{
    top:15px;
    height:60px;
    width:60px;
    margin: 0 auto;
        }

.tarjeta
{
    height:190px;
    width:300px;
    margin: 0 auto;
    border:1px solid red;
        }
.small_box
{
    height:120px;
    width:120px;
    margin: 0 auto;
    
        }
.taller_box
{
    height:410px;
    width:322px;
    margin: 0 auto;
    margin-top:0px;
        }
.hover:hover
{
    border-radius: 25px;
background-color:lightyellow;
        }
.tall_box
{
    height:350px;
    width:300px;
    margin: 0 auto;
    border:1px solid white;
    border-radius:15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
        }
.box:hover .circle
{        border:3px solid black;
    background-color:lightyellow;
    }
.red
{
background-color:red;
}
.mini
{
    border:1px solid black;
    border-radius:15%;
    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    
}
.uli_foto
{
    background-image: url('../IMG/ULISES_FOTO.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    }
.uli_foto2
{
    background-image: url('../IMG/UTINDON.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.section
{
    font-weight: bold;
}
.tarjeta_usal_en
{
    background-image: url('../IMG/Tarjeta_en.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.tarjeta_usal_es
{
    background-image: url('../IMG/Tarjeta_es.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.tarjeta_usal_fr
{
    background-image: url('../IMG/Tarjeta_fr.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.tarjeta_usal_kr
{
    background-image: url('../IMG/Tarjeta_Kr.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.logos
{
    background-image: url('../IMG/LANG.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.PREMIO
{
    background-image: url('../IMG/PREMIO.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:150px;
    height:210px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    
}
.HONOR
{
    background-image: url('../IMG/HONORES.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height:224px;
    width:315px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.CERTIFICADO
{
    background-image: url('../IMG/CERTIFICADO.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height:224px;
    width:315px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    
}

.KLTI2
{
    background-image: url('../IMG/KLTI2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height:225px;
    width:315px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    
}
