#recC > p {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
}
#recC > *{
    float:right;
}

#mensaje {
    position:absolute; 
    bottom: 10px;
   right:20px;
    z-index:30;
    padding: 10px;
    background-color: #ebeceb;
   width: 30px;
   border-radius:50%;
}

#mensaje img {
 width:30px; 
filter: brightness(0) saturate(100%) invert(65%) sepia(14%) saturate(3893%) hue-rotate(68deg) brightness(95%) contrast(105%); 
 
}


#posL{
    width: 100%;
    height: 100%;
    background-color: black;
    position: absolute;
    z-index: 99;
    top:0;
    left:0;
    color:white;
    display:none;
}
#msjErrorLog{
    position:absolute;
    width: 300px;
    height: 300px;
    left:0%;
    top:50%;
    right:0%;
    bottom:50%;
    margin: auto;
    padding-bottom: 15px;
    background-color: #862D2D;
    z-index: 99;
    border:2px solid white;
    border-radius: 10px;
    display: none;
    font-size: 24px;
}
#msjErrorLog #cloErr{
    float:right;
    width:auto;
    padding:3px;
    background-color: white;
    color:black;
    border-top-right-radius: 7px;
    font-size: 18px;
}

#msjErrorLog div:nth-child(2), #msjErrorLog div:nth-child(3) {
    float:right;
    width:90%;
    padding: 5%;
    text-align: center;
    
}

  body >  #cabecera1 >   #usrATT{
        display:hidden;
       position:absolute;
       width:300px;
       height: 340px;
       top:150px;
       left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  z-index: 10;
  background-color: #862D2D;
  border: solid 2.5px black;
  border-radius: 10px;
   
     }

     body >  #cabecera1 >   #usrATT > div{
         line-height: normal;
         
         width: 70%;
         margin-left: 15%;
         margin-right: 15%;
         margin-bottom: 10px;
         text-align: center;
          float:left;
          
     }
     body >  #cabecera1 >   #usrATT > div:nth-child(1){
          float:right;
          width: 25px;
          margin-right: 0%;
          font-size: 20px;
          height: 25px;
          background-color: black;
          color:white;
          
     }
     
     
      body >  #cabecera1 >   #usrATT > div:nth-child(2){
         font-size: 27px;
         width: 100%;
         margin:auto;
         margin-bottom: 10px;
         
     }
     
     
      body >  #cabecera1 >   #usrATT input{
         color:black;
         width: 90%;
         
     }
    
      body >  #cabecera1 >   #usrATT input{
        padding-inline-start: 5%;
        
     }
     
     body >  #cabecera1 >   #usrATT input[type="password"]#pass{
        padding-inline-start: 5%;
        padding-right: 0px;
     }
     
     
     body >  #cabecera1 >   #usrATT input::placeholder{
        all:unset;
        color:grey;
        
     }
     
     body >  #cabecera1 >   #usrATT > div#sendB{
         position:relative;
         height: 28px;
         
     }
     
     body >  #cabecera1 >   #usrATT > div:nth-child(6){
         position:relative;
         
     }
     
      body >  #cabecera1 >   #usrATT > div#sendB > button{
        all:unset;
        width: auto;
         position:absolute;
         float:left;
         left: 0;
         right:0;
         margin: auto;
         color:white;
         background-color: black;
         padding: 5px;
         width: fit-content;
         border-radius: 10px;
     }

body{
    height: auto;
}

.noselect {
  outline: none;
}

 body >  #cabecera1 >   #usrA, #usrATT,#proF ,#monUSR{
     display:none
 }
 
 #cabecera1 >  #seeker2{
     display:none;
 }


 
@media   (max-width:845px) { 
    
   #mensaje {
    
    bottom: 0;
   position:absolute; 
    bottom: 10px;
   right:5px;
  
}
    
    
    #medio{
    overflow:hidden;
    height: calc( 100% - 70px  );
    width: 100%;
    z-index:1;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 70px;
  
    overflow-y: scroll;
    overflow-x: hide;

}
    
    
  #resCNT {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    width: 400px;
    height: 200px;
    background-color: #862D2D;
    z-index: 99;
    display:none;
    border-radius: 10px;
    border: black 2px solid;
    background-color: #862D2D;
}

#recC{
    
    all:unset;
    display:none;
    width: 380px;
    height: auto;
    text-align: center;
    padding:0px;
    width: 100%;
    display: block;
    
}
#recC > div{
    float:right;
    left:-10px;
    background-color: black;
    color:white;
    padding: 3px;
    border-top-right-radius: 10px;
    font-size: 22px;
}
#recC > div:hover{
    cursor:pointer;
}
#recC > input, #recC > button, #recC > p{
    display: block;
    margin:auto;
    margin-bottom: 10px;
    float:left;
    
}
#recC > p{
    padding: 10px;
      font-family: "Lucida Console", Courier, monospace;
    color: white;
    font-size: 18px;
}
 #recC > button{
     all:unset;
 }
#recC >input {
      height: 30px;
   color: black;
   text-indent: 10px;
   line-height: 30px;
   padding: 0px;
   width: 90%;
   margin-left: 5%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
}
 #recC > button{
      height: 30px;
   color: black;

   padding: 6px;
   width: auto;
   max-width: 100%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
    background-color: white;
    border: solid 3px black;
    text-align: center;
    border-radius: 8px;
}
#recC > button:hover{
    background-color: #f7f0f0;
    cursor:pointer;
}
  
  


        #msjErrorLog{
    width: 200px;
    height: 200px;
 
}





    body >  #cabecera1 >   #menuDes {
        display:none;
        z-index: 99;
    }
    
    body >  #cabecera1 >   #menuDes > div:not(:nth-child(1)){
        padding-bottom: 10px;
        padding-top:10px;
    }
    
    body >  #cabecera1 >   #usrA , body >  #cabecera1 >   #proF{
        display:block;
        position :relative;
        float:right;
        margin-right:15px;
        width: 25px;
        height: 25px;
        top:22.5px;
        float:right;
        margin-left: 10px;
        margin-bottom: 25px;
    }
    
    body >  #cabecera1 > #monUSR{
        height: 70px;
        display:block;
        float:right;
        font-size: 13px;
        line-height: 80px;
        color: #fcfdfe;
    }
     body >  #cabecera1 >   #usrA img , body >  #cabecera1 >   #proF img{
      
        width: 25px;
        height: 25px;
        filter: brightness(0) invert(1);
     }
    body >  #cabecera1 >   #usrATT{
        display:hidden;
       position:absolute;
       width:300px;
       height: 320px;
       top: calc( 150px  );
       left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  z-index: 10;
  background-color: #862D2D;
  border: solid 2.5px black;
  border-radius: 10px;
   
     }

     body >  #cabecera1 >   #usrATT > div{
         line-height: normal;
         
         width: 70%;
         margin-left: 15%;
         margin-right: 15%;
         margin-bottom: 10px;
         text-align: center;
          float:left;
          
     }
     body >  #cabecera1 >   #usrATT > div:nth-child(1){
         float:right;
         width: 25px;
          margin-right: 0%;
          font-size: 20px;
          height: 25px;
          background-color: black;
          color:white;
     }
     
     
      body >  #cabecera1 >   #usrATT > div:nth-child(2){
         font-size: 27px;
         width: 100%;
         margin:auto;
         margin-bottom: 10px;
     }
     
     
      body >  #cabecera1 >   #usrATT input{
         color:black;
         width: 90%;
     }
    
      body >  #cabecera1 >   #usrATT input{
        padding-inline-start: 5%;
          
     }
     body >  #cabecera1 >   #usrATT input::placeholder{
         all:unset;
         color:grey;
         
     }
     body >  #cabecera1 >   #usrATT > div#sendB{
         position:relative;
         height: 28px;
         
     }
     body >  #cabecera1 >   #usrATT > div:nth-child(6){
         position:relative;
         height:auto;
         
     }
     
      body >  #cabecera1 >   #usrATT > div#sendB > button{
          all:unset;
          width: auto;
          position:absolute;
         float:left;
         left: 0;
         right:0;
         margin: auto;
         color:white;
         background-color: black;
         padding: 5px;
         width: fit-content;
         border-radius: 10px;
     }
    #logI2 {
        display:none;
    }
    
    #icoRgh {
        display:none;
    }
    
    #cabecera1,#cabecera2{
            all:unset;
            width: 100%;
            position:absolute;
            left:0;
            right:0;
            top:0;
            background-color: #862D2D;
            height: 70px;
            display:block;
            margin: 0;
            float:left;
         }
         #ico{
            width:calc(50% + 30.3px);
            height:70px;
            
         }
     #ico > a{
            all:unset;
            width: 60px;
            height: 70px;
            
        }
        #ico > a:nth-child(1){
            display:block;
            position: absolute;
            top:0;
            bottom: 0;
            left:0;
            right: 0;
            margin:auto;
         
            
        }
        #ico > a:nth-child(1) img{
            width: 60px;
            height: 60px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin:auto;
         
        }
        
        
         #ico > a:nth-child(2){
            display:none;
            float:left;
            width: auto;
            margin-left:55px;
            
        }
        #ico > a:nth-child(3){
            display:none;
            float:left;
            width: auto;
         
            
        }
        #ico > a:nth-child(4){
            display:none;
            float:left;
            width: auto;
         
            
        }
        #logI,#resCNT{
            display: none;
        }
        
        
       
        
     

#cabecera1 * {
    font-family: "Lucida Console", Courier, monospace;
    color: white;
    font-size: 15px;
}
#cabecera1 > div{
    
   
    float:left;
    height: 70px;
    line-height: 70px;
   
}


#cabecera1 > div:nth-child(2) {
    float:right;
    width:calc(50% - 30.3px);
}
#cabecera1 > div:nth-child(2) > div{
        float:right;
        width: auto;
}
#cabecera1 > div:nth-child(3) {
    
    float:left;
    width: 5%;
    display: flex;
    align-items: center;
    
}

#logI2 {
    
    height:  70px;
    display: flex;
    align-items: center;
    width: auto;
    line-height: 70px;
   
}
#logI2 div {
    
    height: 30px;
    border: solid 2.5px white;
    margin-right: 10px;
    line-height: 30px;
    padding-left: 3px;
     padding-right: 3px;
   
}

#cabecera1 form > div{
    
    height: 70px;
    line-height: 70px;
}

#cabecera1 >div > a {
    
    margin-right: 10px;
 
    float:left;
    
}
#lenguas{
    line-height: 70px;
    height: 70px;
    width:25px;
    padding-right: 10px;
}   
        
        
        
        
        
        
        
  #paises{
    top:20px;
   float:right;
   height:25px;
   width:50px;
   position:relative;
   margin-left: 7.5px;
   border: solid 2.5px white;
}


#paises >div:nth-child(1){
    overflow: hidden;
    float:right;
    height:25px;
    width:50px;
    
        
}
#paises >div:nth-child(2){
    padding-top:10px;
}
#paises >div:nth-child(1) >div{
    
    float:left;
  
}
#paises >div:nth-child(1) >div:nth-child(1){
    
    width:32px;
    height: 100%;
    
}
#paises >div:nth-child(1) >div:nth-child(2){
    
    width:18px;
    height: 100%;
    
}


#paises >div:nth-child(1) >div:nth-child(1) img{
    height:20px;
    width:25px;
    float:left;
    position:relative;
    top:2.5px;
    left:3.5px;
    
}
#paises >div:nth-child(1) >div:nth-child(2) img{
    height:8px;
    width:11px;
    
        
    float:left;
    position:relative;
    top:8.5px;
    left:3.5px;
 
    
}

#paises >div:nth-child(2){
    float:right;
    
    position:relative;
    width:auto;
    z-index:1;
    display:none;
    height: auto;
}


#paises > #u2 > div{
    min-width: 140px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis; 
    margin-left:15px;
}

#paises > #u2 > div:hover{
    filter: brightness(130%);
    cursor: pointer;

}
#paises > #u2 > div:hover p{
    left:35px;
    
}

#u2 > div >  p{
   all: unset;
   width: auto;
   line-height: 30px;
    float:left;
    white-space: nowrap; 
    position: absolute;
    left:50px;
    overflow: hidden;
    text-overflow: ellipsis; 
}


 #u2 > div > img {
    height:20px;
    width:25px;
    padding:5px;
    float:left;
    
}


























#u1 > div:nth-child(1)>img {
    height:20px;
    width:25px;
       display: flex;
    aling:center;
    vertical-align: bottom;
}
#u1 > div:nth-child(2)>img {
  
    height:10px;
    width:10px;
       display: flex;
    aling:center;
    line-height: 80px;
}

#u1 > div:nth-child(2)> .fle {

  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}


      




 div > form#accUS div{
    
    float:left;
}

 div > form#accUS > #forG{
   position: absolute;
   height: 15px;
   top:60px;
   
}
div > form#accUS #forG a{
    all:unset;
    text-indent:15px;
    font-size:12px;
    height: 15px;
    line-height: 15px;
   
}
div > form#accUS #forG a:hover{
     cursor: pointer;
      text-decoration: underline;
   
}

#resCNT {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    width: 70%;
    height: 310px;
    background-color: #862D2D;
    z-index: 99;
    display:none;
}

#recC{
    
    all:unset;
    display:none;
    width: 100%;
     height: auto;
    text-align: center;
    display: block;
}
#recC > input, #recC > button, #recC > p{
    display: block;
    margin:auto;
    margin-bottom: 10px;
}
#recC > p{
    padding: 10px;
      font-family: "Lucida Console", Courier, monospace;
    color: white;
    font-size: 18px;
}
#recC >input, #recC > button{
      height: 30px;
   color: black;
   text-indent: 10px;
   line-height: 30px;
   padding: 0px;
   width: 70%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
}

#recC >input {
    margin-left:15%;
    margin-right:15%;
}

#recC >button {
    width: auto;
    text-align: center;
    padding: 3px;
    text-indent: 0px;
}

#accReg{
    
    display:none;

}

#cabecera1 #seeker {
    width: auto;
    height: 70px;
    float:right;
}
#cabecera1 #seeker {
  width: auto;
  display: rigth;
    
}
#cabecera1 #seeker > button::before{
  content: "";
  height: 11px;
  width: 3.5px;
  background-color: #FFF0F5;
  display:block;
  position:absolute;
   transform: rotate(-45deg);
   position: relative;
   left:17px;
   top:11px;
   
}
#cabecera1 #seeker > button{
  all:unset;
  z-index: 38;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: solid 4px #FFF0F5;
  position: relative;
  top:20px;
  
  
}



#cabecera1 #seeker  > form{
    margin-right:10px; 
    z-index: 38;
    display:none;
    height: 32.5px;
    position:relative;
    top:18.75px;
    width: auto;
    float:left;
}





#cabecera1 #seeker  > *{
    display:inline;
}
#cabecera1 #seeker > form *{
    float:right;
    display:inline;
}
#cabecera1 #seeker > form > #closeS{
    height: 30px;
    width: 32px;
    background-color: white;
    text-align: center;
    
    margin:0px;
    margin-right:5px;
    border: 2px solid  black ;
    border-bottom: 1px solid  black ;
    border-left: none;
    
    
}



#cabecera1 #seeker > form > #closeR{
    height: 30px;
    width: 32px;
    background-color: white;
    margin:0px;
    border: 2px solid  black ;
    border-bottom: 1px solid  black ;
    border-right: none;
    margin-left: 5px;
        
    
}




#cabecera1 #seeker > form > #closeS > img{
    all:unset;
    float:left;
    height: 17px;
    width: 17px;
    background-color: white;
    position:relative;
    top:6.5px;
    left:7.5px;

    
}


#cabecera1 #seeker > form > #closeR > img{
    all:unset;
    float:left;
    height: 18px;
    width: 20px;
    background-color: white;
    -moz-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
     transform: rotate(-90deg);
     position:relative;
     top:6px;
     left:6px;
     
}










#cabecera1 #seeker input[type=text]{
    
    overflow: hidden;
    border-color:black;
    border: none;
    border-top: 2px solid  black ;
    border-bottom: 1px solid  black ;
    height: 28px;
    color:black;
    
}



#menuDes #seeker input[type=text]{
    
    width: 166px;
    border-left:2px solid  black ;
}



#cabecera1 #seeker input[type=text]:focus{
    outline: none;
}
#cabecera1 #seeker #autoC {
    border-color:black;
    display:none;
    width: 484px;
    position:absolute;
    background-color: white;
    top:57.5px;
    height: auto;
     border: 2px solid  black ;
     border-top: 0px solid  black ;
     z-index: 99;
     overflow: hidden;
     
     
     display:none;
}
#cabecera1 #seeker #autoC p{
    all:unset;
    line-height: 40px;
    float:left;
    width: 100%;
    text-indent:42px;
    color:grey;
      white-space: nowrap; 
}
#cabecera1 #seeker #autoC p:after  {
    color:black;
   content: attr(data-fr);
   left: 0;
  position: absolute;
}
#cabecera1 #seeker #autoC .hov{

background-color: purple;
}





#cabecera1 #menM{
    position:absolute;
    top:100px;
    width: 20px;
    height: 20px;
     position: absolute;
    top:25px;
    left:15px;
}

#menM div{
    width: 20px;
    height: 2.5px;
    background-color: white;
    float:left;
    position: relative;
    top:8.75px;
  
}
#menM div:before{
    content: "";
    width: 20px;
    height: 2.5px;
    background-color: white;
    float:right;
    position: absolute;
    top:7px;
}

 #menM div:after{
    content: "";
    width: 20px;
    height: 2.5px;
    background-color: white;
    float:right;
    position: absolute;
    top:-7px;
}       
        
 #cabecera1 > #menuDes{
    position:absolute;
    top:70px;
    left:0;
    width:auto;
    max-width: 90%;
    max-height: calc( 95vh - 70px );
    height:300px;
    background-color: red;
   overflow-y : scroll;
   overflow-x : hidden;
   -webkit-overflow-scrolling: touch;
   display:none;
   background-color: #862D2D;
   border:1px solid white;
   padding-bottom: 10px;
  
}  
#cabecera1 > #menuDes > * {
    float:left;
   
}

#cabecera1 > #menuDes > div  {
    border-bottom:1px solid white;
    padding-bottom:2px;
    padding-top:2px;
    
}
#cabecera1 > #menuDes > div:nth-child(1) {
   
    border-top:0px solid white;
    padding-bottom:0px;
    padding-top:0px;
}
#cabecera1 > #menuDes > div:nth-child(1)  {
   
    border-bottom:0px solid white;
}



#clomenuDes{
    width:auto;
    height:25px;
    

}
#clomenuDes img{
    width:25px;
    heigth:25px;
    float:right;

 }
   
  #cabecera1 >  #menuDes > #seeker {
       display:block;
       float:left;
       height:auto;
       width:auto;
       line-height:35px;
       
   } 
   #cabecera1 >  #menuDes #seeker div{
       width:25px;
       float:left;
       margin-left: 5px;
       margin-top: 5px;
       
   }
   
 #cabecera1 >  #menuDes #seeker div > button::before{
  content: "";
  height: 8px;
  width: 4px;
  background-color: #FFF0F5;
  display:block;
  position:absolute;
   transform: rotate(-45deg);
   position: relative;
   left:10px;
   top:8px;
   
}
#cabecera1 >  #menuDes #seeker div > button{
  all:unset;
  z-index: 38;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  border: solid 4px #FFF0F5;
  position: relative;
  margin-left:2px;
}
   
   
   
   
   
  #cabecera1 >  #menuDes #seeker div > button {
       float:left;
      
       position:relative;
       top:0;
   }
   
    #cabecera1 >  div#seeker2  {
       position:absolute;
       top:70px;
       z-index:99;
       display:none;
       width:100%;
       height: 40px;
       background-color:white;
       
     
       
   } 
   #cabecera1 >  #seeker2 > form {
       display:block;
       float:left;
       width:100%;
       margin-left:0px;
       float:left;
       line-height:0;
       height:100%;
       
   } 
    #cabecera1 >  #seeker2 > form  div{
        float:right;
         width:10%;
          height:100%;
          position:relative;
          border-bottom: solid 2px black;
    }
    
    
    #cabecera1 >  #seeker2 > form  div:nth-child(1) ,   #cabecera1 >  #seeker2 > form  div:nth-child(7) {
        float:left;
        background-color: black;
        
    }
    
     #cabecera1 >  #seeker2 > form  div:nth-child(6)  {
          float:left;
       width:5%;
    }
     #cabecera1 >  #seeker2 > form  div:nth-child(1)  {
          float:left;
       width:9%;
       
    }
  
     #cabecera1 >  #seeker2 > form  div:nth-child(1)  img ,  #cabecera1 >  #seeker2 > form  div:nth-child(7)  img{
        float:right;
         width:50%;
         height:50%;
         position:absolute;
         top:0;
         left:0;
         right:0;
         bottom:0;
         margin:auto;
         filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(83deg) brightness(104%) contrast(100%);  
        
    }
    
    #cabecera1 >  #seeker2 > form  div:nth-child(6) img  {
        float:right;
         position:absolute;
         top:0;
         left:0;
         right:0;
         bottom:0;
         margin:auto;
         width:40%;
         height:40%;
    }
    
    
     #cabecera1 >  #seeker2 > form  input{
         all:unset;
        float:left;
         width:75%;
         background-color:white;
         color:black;
        height:100%;
        padding-left:1%;
        border-bottom: solid 2px black;
          
    }
   
    
    #cabecera1 >  div#seeker2 #autoC {
       display:none;
       width:100%;
       height:auto;
       background-color:white;
       position:absolute;
       top:41px;
       display:none;
       color:black;
       background-color: black;
   } 
    
      #cabecera1 >  div#seeker2 #autoC p {
       width:  80% ;
       
       padding-left:1%;
       float:right;
       color:black;
       height:25px;
       margin:0%;
       line-height:25px;
       background-color: #e4f6f9;
       margin-right: 10%;
       
       
     } 
      #cabecera1 >  div#seeker2 #autoC p:nth-child(odd) {
          background-color: #f9cbcb;
      }
     
    
   #cabecera1 > #menuDes > #seeker > form
{
    display:none;
}
   
    #cabecera1 >  #menuDes > #seeker > form > input[type="text"] {
       float:left;
       border-right:0px;
       margin-right:0px;
       padding-top:1px;
       padding-bottom:1px;
       padding-left:2px;
       padding-right:0;
       
   } 
   
  #cabecera1 >  #menuDes > #seeker > #autoC  {
      clear:both;
       float:left;
       position:relative;
       top:0px;
       margin-left:56px;
       width:200px;
              padding-right:0;
   } 
    #cabecera1 >  #menuDes > #seeker > #autoC p {
       text-indent:2px;
    }
    
    #cabecera1 >  #menuDes > #seeker   {
        margin-bottom:5px;
    }
    
    #cabecera1 >  #menuDes > #seeker div   {
         height:22px;
        
    }
    
     #cabecera1 >  #menuDes > div    {
        width:100%;
        height:25px;
        float:left;
        
        
    }
    
    #cabecera1 >  #menuDes > div:not(:nth-child(1)){
        padding-left:8px;
    }
    
    #cabecera1 >  #menuDes > div:not(:nth-child(1) )  {
        width:auto;
        height:35px;
        clear:both;
        float:left;
         margin-right:5px;
        
        
    }
    
    #cabecera1 >  #menuDes > div:nth-last-child(1)    {
       border-bottom: 0px solid white;
        margin-bottom:5px;
        
    }
    #cabecera1 >  #menuDes > div:not(:nth-child(1),:nth-child(2)) > img {
       float:left;
       height:25px;
       width:25px;
      color:white;
      padding-left:5px;
      margin-top:5px;
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(83deg) brightness(104%) contrast(100%);      
    }
    
    #cabecera1 >  #menuDes > div:not(:nth-child(1) ) > p {
      all:unset;
      float:left;
      width:auto;
      height:25px;
      line-height:25px;
      padding-left:25px;
      padding-right:10px;
      margin-top:5px;
     
    }
    #cabecera1 >  #menuDes > div:not(:nth-child(1) ) > a {
      all:unset;
      float:left;
      width:auto;
      height:25px;
      line-height:25px;
      padding-left:25px;
      padding-right:10px;
      margin-top:5px;
       
     
    }
    
    #cabecera1 >  #menuDes > #lenguas {
      float:left;
     width:auto;
      height:auto;
      padding-right:0;
      
      
    }
     #cabecera1 >  #menuDes > #lenguas  > #paises {
         height:auto;
         top:0;
         border:0 ;
         float:left;
         width:auto;
         line-height:35px;
         margin-left:0;
    }
    
    #cabecera1 >  #menuDes > #lenguas  > #paises > #u1 {
         float:left;
         width:100%;
         position:relative;
         width:auto;
         margin-bottom:5px;
         clear:both;
    }
    
    #cabecera1 >  #menuDes > #lenguas  > #paises > #u1 img{
        float:left;
        height:25px;
        width:25px;
        margin-left:5px;
        
    }
     #cabecera1 >  #menuDes > #lenguas  > #paises > #u1 a{
         all:unset;
         height:25px;
         float:left;
         color:white;
         line-height:25px;
         margin-left:25px;
    }
      #cabecera1 >  #menuDes > #lenguas  > #paises > #u2{
          clear:both;
         
    }
    
}






















@media   (max-height:400px) {  
  body >  #cabecera1 >   #usrATT{
        display:hidden;
       position:absolute;
       width:300px;
       height: 320px;
       top: calc(0px  );
       left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  z-index: 10;
  background-color: #862D2D;
  border: solid 2.5px black;
  border-radius: 10px;
   
     }
 
}



@media   (max-width:1150px) and (min-width:845px) { /* tablet, landscape iPad, lo-res laptops ands desktops */ 
    
       #medio{
    overflow:hidden;
    height: calc(100% - 80px);
    width: 100%;
    z-index:98;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 70px;
  
  overflow-y: scroll;
  overflow-x: hide;

}
    
   #proF {
     display:block;
        width: 0%;
        height: 0%;
        float:left;
 }  

 

#resCNT {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    width: 400px;
    height: 200px;
    background-color: #862D2D;
    z-index: 99;
    display:none;
    border-radius: 10px;
    border: black 2px solid;
    background-color: #862D2D;
}

#recC{
    
    all:unset;
    display:none;
    width: 380px;
    height: auto;
    text-align: center;
    padding:0px;
    width: 100%;
    display: block;
    
}
#recC > div{
    float:right;
    left:-10px;
    background-color: black;
    color:white;
    padding: 3px;
    border-top-right-radius: 10px;
    font-size: 22px;
}
#recC > div:hover{
    cursor:pointer;
}
#recC > input, #recC > button, #recC > p{
    display: block;
    margin:auto;
    margin-bottom: 10px;
    float:left;
    
}
#recC > p{
    padding: 10px;
      font-family: "Lucida Console", Courier, monospace;
    color: white;
    font-size: 18px;
}
 #recC > button{
     all:unset;
 }
#recC >input {
      height: 30px;
   color: black;
   text-indent: 10px;
   line-height: 30px;
   padding: 0px;
   width: 90%;
   margin-left: 5%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
}
 #recC > button{
      height: 30px;
   color: black;

   padding: 6px;
   width: auto;
   max-width: 100%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
    background-color: white;
    border: solid 3px black;
    text-align: center;
    border-radius: 8px;
}

#recC > button:hover{
    background-color: #f7f0f0;
    cursor:pointer;
}



    
    
    #cabecera1 >   #menuDes {
        display:none;
        z-index: 99;
        position:absolute;
        top:70px;
        left:0;
        width:auto;
        max-width: 90%;
        height:280px;
        background-color: red;
       overflow-y : scroll;
       overflow-x : hidden;
       -webkit-overflow-scrolling: touch;
       display:none;
       background-color: #862D2D;
       border:1px solid white;
       padding-bottom: 10px;
        
        
        
        
        
    }
    #cabecera1,#cabecera2{
            all:unset;
            width: 100%;
            position:absolute;
            left:0;
            right:0;
            top:0;
            background-color: #862D2D;
            height: 70px;
            display:block;
            margin: 0;
            float:left;
         }
         #ico{
            width:calc(50% + 30.3px);
            height:70px;
            
         }
     #ico > a{
            all:unset;
            width: 60px;
            height: 70px;
            
        }
        #ico > a:nth-child(1){
            display:block;
            position: absolute;
            top:0;
            bottom: 0;
            left:0;
            right: 0;
            margin:auto;
         
            
        }
        #ico > a:nth-child(1) img{
            width: 60px;
            height: 60px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin:auto;
         
        }
        
        
         #ico > a:nth-child(2){
            display:block;
            float:left;
            width: auto;
            margin-left:55px;
            
        }
        #ico > a:nth-child(3){
            display:block;
            float:left;
            width: auto;
         
            
        }
        #logI,#resCNT{
            display: none;
        }
       
        
       
        #msjErrorLog{
     width: 250px;
    height: 150px;
 
}

     

#cabecera1 * {
    font-family: "Lucida Console", Courier, monospace;
    color: white;
    font-size: 15px;
}
#cabecera1 > div{
    
   
    float:left;
    height: 70px;
    line-height: 70px;
   
}


#cabecera1 > div:nth-child(2) {
    float:right;
    width:calc(50% - 30.3px);
}
#cabecera1 > div:nth-child(2) > div{
        float:right;
        width: auto;
}
#cabecera1 > div:nth-child(2) > #logMen{
        float:right;
        width: auto;
        height: 70px;
         margin-left: 15px;
}

#cloSes , #accO{
    display:none;
}
#proF{
    margin-left: 10px;
    width: 30px;
    height: 30px;
    float:right;
    margin-top: 16px;
    margin-left: 15px;
    margin-right: 15px;
    
}
#proF a{
    width: auto;
    height: auto;
}
#proF img{
    width: 30px;
    height: 30px;
     filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(83deg) brightness(104%) contrast(100%);
    
}

#cabecera1 > div:nth-child(3) {
    
    float:left;
    width: 5%;
    display: flex;
    align-items: center;
    
}

#logI2 {
    
    height:  70px;
    display: flex;
    align-items: center;
    width: auto;
    line-height: 70px;
   
}
#logI2 div {
    
    height: 30px;
    border: solid 2.5px white;
    margin-right: 10px;
    line-height: 30px;
    padding-left: 3px;
     padding-right: 3px;
   
}

#cabecera1 form > div{
    
    height: 70px;
    line-height: 70px;
}

#cabecera1 >div >a {
    
    margin-right: 10px;
 
    float:left;
    
}
#lenguas{
    line-height: 70px;
    height: 70px;
    width:25px;
    padding-right: 10px;
}   
        
        
        
        
        
        
        
  #paises{
    top:20px;
   float:right;
   height:25px;
   width:50px;
   position:relative;
   margin-left: 7.5px;
   border: solid 2.5px white;
}


#paises >div:nth-child(1){
    overflow: hidden;
    float:right;
    height:25px;
    width:50px;
    
        
}
#paises >div:nth-child(2){
    padding-top:10px;
}
#paises >div:nth-child(1) >div{
    
    float:left;
  
}
#paises >div:nth-child(1) >div:nth-child(1){
    
    width:32px;
    height: 100%;
    
}
#paises >div:nth-child(1) >div:nth-child(2){
    
    width:18px;
    height: 100%;
    
}


#paises >div:nth-child(1) >div:nth-child(1) img{
    height:20px;
    width:25px;
    float:left;
    position:relative;
    top:2.5px;
    left:3.5px;
    
}
#paises >div:nth-child(1) >div:nth-child(2) img{
    height:8px;
    width:11px;
    
        
    float:left;
    position:relative;
    top:8.5px;
    left:3.5px;
 
    
}

#paises >div:nth-child(2){
    float:right;
    
    position:relative;
    width:auto;
    z-index:99;
    display:none;
    height: auto;
}


 body >  #cabecera1 >   #usrA img , body >  #cabecera1 >   #proF img{
      
        width: 25px;
        height: 25px;
        filter: brightness(0) invert(1);
     }
    body >  #cabecera1 >   #usrATT {
        display:hidden;
       position:absolute;
       width:300px;
       height: 300px;
       top:150px;
       left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
  z-index: 99;
  background-color: #862D2D;
  border: solid 2.5px black;
  border-radius: 10px;
   
     }

     body >  #cabecera1 >   #usrATT > div{
         line-height: normal;
         
         width: 70%;
         margin-left: 15%;
         margin-right: 15%;
         margin-bottom: 10px;
         text-align: center;
          float:left;
          
     }
     body >  #cabecera1 >   #usrATT > div:nth-child(1){
         float:right;
         width: 25px;
          margin-right: 0%;
          font-size: 20px;
          height: 25px;
          background-color: black;
          color:white;
     }
     
     
      body >  #cabecera1 >   #usrATT > div:nth-child(2){
         font-size: 27px;
         width: 100%;
         margin:auto;
         margin-bottom: 10px;
     }
     
     
      body >  #cabecera1 >   #usrATT input{
         color:black;
         width: 90%;
     }
    
      body >  #cabecera1 >   #usrATT input{
        padding-inline-start: 5%;
          
     }
     body >  #cabecera1 >   #usrATT input::placeholder{
         all:unset;
         color:grey;
         
     }
     body >  #cabecera1 >   #usrATT > div#sendB{
         position:relative;
         height: 28px;
         
     }
     body >  #cabecera1 >   #usrATT > div:nth-child(6){
         position:relative;
         
     }
     
      body >  #cabecera1 >   #usrATT > div#sendB > button{
          all:unset;
          width: auto;
          position:absolute;
         float:left;
         left: 0;
         right:0;
         margin: auto;
         color:white;
         background-color: black;
         padding: 5px;
         width: fit-content;
         border-radius: 10px;
     }







#paises > #u2 > div{
    width: 200px;
    background-color: #B84E3D;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

#paises > #u2 > div:hover{
    filter: brightness(130%);
    cursor: pointer;

}

#u2 > div >  p{
   all: unset;
   width: 165px;
   line-height: 30px;
    float:left;
    white-space: nowrap; 
    position: absolute;
    left:35px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

#paises > #u2 > div:hover p{
    left:35px;
    
}


 #u2 > div > img {
    height:20px;
    width:25px;
    padding:5px;
    float:left;
}

#u1 > div:nth-child(1)>img {
    height:20px;
    width:25px;
       display: flex;
    aling:center;
    vertical-align: bottom;
}
#u1 > div:nth-child(2)>img {
  
    height:10px;
    width:10px;
       display: flex;
    aling:center;
    line-height: 80px;
}

#u1 > div:nth-child(2)> .fle {

  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}


      




 div > form#accUS div{
    
    float:left;
}

 div > form#accUS > #forG{
   position: absolute;
   height: 15px;
   top:60px;
   
}
div > form#accUS #forG a{
    all:unset;
    text-indent:15px;
    font-size:12px;
    height: 15px;
    line-height: 15px;
   
}
div > form#accUS #forG a:hover{
     cursor: pointer;
      text-decoration: underline;
   
}

#resCNT {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    width: 400px;
    height: 200px;
    background-color: #862D2D;
    z-index: 99;
    display:none;
}

#recC{
    
    all:unset;
    display:none;
    width: 380px;
    height: auto;
    text-align: center;
    padding:10px;
    display: block;
}
#recC > input, #recC > button, #recC > p{
    display: block;
    margin:auto;
    margin-bottom: 10px;
}
#recC > p{
    padding: 10px;
      font-family: "Lucida Console", Courier, monospace;
    color: white;
    font-size: 18px;
}
#recC >input, #recC > button{
   height: 30px;
   color: black;
   text-indent: 10px;
   line-height: 30px;
   padding: 0px;
   width: 100%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
}




   
#resCNT {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    width: 400px;
    height: 200px;
    background-color: #862D2D;
    z-index: 99;
    display:none;
    border-radius: 10px;
    border: black 2px solid;
    background-color: #862D2D;
}

#recC{
    
    all:unset;
    display:none;
    width: 380px;
    height: auto;
    text-align: center;
    padding:0px;
    width: 100%;
    display: block;
    
}
#recC > div{
    float:right;
    left:-10px;
    background-color: black;
    color:white;
    padding: 3px;
    border-top-right-radius: 10px;
    font-size: 22px;
}
#recC > div:hover{
    cursor:pointer;
}
#recC > input, #recC > button, #recC > p{
    display: block;
    margin:auto;
    margin-bottom: 10px;
    float:left;
    
}
#recC > p{
    padding: 10px;
      font-family: "Lucida Console", Courier, monospace;
    color: white;
    font-size: 18px;
}
 #recC > button{
     all:unset;
 }
#recC >input {
      height: 30px;
   color: black;
   text-indent: 10px;
   line-height: 30px;
   padding: 0px;
   width: 90%;
   margin-left: 5%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
}
 #recC > button{
      height: 30px;
   color: black;

   padding: 6px;
   width: auto;
   max-width: 100%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
    background-color: white;
    border: solid 3px black;
    text-align: center;
    border-radius: 8px;
}
#recC > button:hover{
    background-color: #f7f0f0;
    cursor:pointer;
}





















#accReg{
    
    display:none;

}

#cabecera1 #seeker {
    width: auto;
    height: 70px;
    float:right;
}
#cabecera1 #seeker {
  width: auto;
  display: rigth;
    
}
#cabecera1 #seeker > button::before{
  content: "";
  height: 15px;
  width: 4px;
  background-color: #FFF0F5;
  display:block;
  position:absolute;
   transform: rotate(-45deg);
   position: relative;
   left:20px;
   top:14px;
   
}
#cabecera1 #seeker > button{
  all:unset;
  z-index: 38;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: solid 4px #FFF0F5;
  position: relative;
  top:20px;
  margin-right:20px;
}



#cabecera1 #seeker  > form{
    margin-right:10px; 
    z-index: 38;
    display:none;
    height: 32.5px;
    position:relative;
    top:18.75px;
    width: auto;
    float:left;
}





#cabecera1 #seeker  > *{
    display:inline;
}
#cabecera1 #seeker > form *{
    float:right;
    display:inline;
}
#cabecera1 #seeker > form > #closeS{
    height: 30px;
    width: 32px;
    background-color: white;
    text-align: center;
    
    margin:0px;
    margin-right:5px;
    border: 2px solid  black ;
    border-bottom: 1px solid  black ;
    border-left: none;
    
    
}



#cabecera1 #seeker > form > #closeR{
    height: 30px;
    width: 32px;
    background-color: white;
    margin:0px;
    border: 2px solid  black ;
    border-bottom: 1px solid  black ;
    border-right: none;
    margin-left: 5px;
        
    
}




#cabecera1 #seeker > form > #closeS > img{
    all:unset;
    float:left;
    height: 17px;
    width: 17px;
    background-color: white;
    position:relative;
    top:6.5px;
    left:7.5px;

    
}


#cabecera1 #seeker > form > #closeR > img{
    all:unset;
    float:left;
    height: 18px;
    width: 20px;
   background-color: white;
    -moz-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
     transform: rotate(-90deg);
     position:relative;
     top:6px;
     left:6px;
     
}










#cabecera1 #seeker input[type=text]{
    
    width: 190px;
    overflow: hidden;
    border-color:black;
    border: none;
    border-top: 2px solid  black ;
    border-bottom: 1px solid  black ;
    height: 28px;
    color:black;
    
}


#menuDes #seeker input[type=text]{
    
    width: 300px;
    border-left:2px solid  black ;
}



#cabecera1 #seeker input[type=text]:focus{
    outline: none;
}
#cabecera1 #seeker #autoC {
    border-color:black;
    display:none;
    width: 256px;
    margin-left: 5px;
  
    position:absolute;
    background-color: white;
    top:52px;
    height: auto;
     border: 2px solid  black ;
     border-top: 0px solid  black ;
     z-index: 99;
     overflow: hidden;
     
     
     display:none;
}
#cabecera1 #seeker #autoC p{
    all:unset;
    line-height: 40px;
    float:left;
    width: 100%;
    text-indent:42px;
    color:grey;
      white-space: nowrap; 
}
#cabecera1 #seeker #autoC p:after  {
    color:black;
   content: attr(data-fr);
   left: 0;
  position: absolute;
}
#cabecera1 #seeker #autoC .hov{

background-color: purple;
}





#cabecera1 #menM{
    position:absolute;
    top:100px;
    width: 20px;
    height: 20px;
     position: absolute;
    top:25px;
    left:15px;
}

#menM div{
    width: 20px;
    height: 2.5px;
    background-color: white;
    float:left;
    position: relative;
    top:8.75px;
  
}
#menM div:before{
    content: "";
    width: 20px;
    height: 2.5px;
    background-color: white;
    float:right;
    position: absolute;
    top:7px;
}

 #menM div:after{
    content: "";
    width: 20px;
    height: 2.5px;
    background-color: white;
    float:right;
    position: absolute;
    top:-7px;
}       
        
 #cabecera1 > #menuDes{
    position:absolute;
    top:70px;
    left:0;
    width:300px;
    max-width: 80%;
    height:auto;
    max-height: 200px;
    background-color: red;
   overflow-y : scroll;
   overflow-x : hidden;
   -webkit-overflow-scrolling: touch;
   display:none;
   background-color: #862D2D;
}  
#cabecera1 > #menuDes > div {
    float:left;
    width:100%;
}

#clomenuDes{
    width:auto;
    height:25px;
    margin-bottom:5px;

}
#clomenuDes img{
    width:25px;
    heigth:25px;
    float:right;

 }
   
  #cabecera1 >  #menuDes > #seeker{
       float:left;
       height:100%;
       width:auto;
       line-height:35px;
       
   } 
  #cabecera1 >  #menuDes #seeker button{
       float:left;
       margin-left:5px;
       position:relative;
       top:0;
   }
   #cabecera1 >  #menuDes > #seeker > form{
       display:block;
       float:left;
       width:auto;
       margin-left:5px;
       position:relative;
       top:0;
   } 
    #cabecera1 >  #menuDes > #seeker > form > input{
       float:left;

   } 
   
  #cabecera1 >  #menuDes > #seeker > #autoC  {
       float:left;
       position:relative;
       top:0;
       left:56px;
       width:334px;
   } 
    #cabecera1 >  #menuDes > #seeker > #autoC p {
       text-indent:2px;
    }
    
    #cabecera1 >  #menuDes > #seeker   {
        margin-bottom:15px;
    }
    
    #cabecera1 >  #menuDes > div:not(:nth-child(1),:nth-child(2))  {
      
        height:35px;
        clear:both;
        float:left;
        
        
    }
    #cabecera1 >  #menuDes > div:not(:nth-child(1),:nth-child(2)) > img {
       float:left;
       height:25px;
       width:25px;
      color:white;
      padding-left:5px;
      margin-top:5px;
    }
    
    #cabecera1 >  #menuDes > div:not(:nth-child(1),:nth-child(2)) > p {
      all:unset;
      float:left;
      width:auto;
      height:25px;
      line-height:25px;
      padding-left:25px;
      padding-right:25px;
      margin-top:5px;
      margin-left: 25px;
    }
    
    #cabecera1 >  #menuDes > div:not(:nth-child(1),:nth-child(2)) > a {
      all:unset;
      float:left;
      width:auto;
      height:25px;
      line-height:25px;
      margin-top:5px;
      margin-left: 15px;
    }
    
    #cabecera1 >  #menuDes > #lenguas {
      float:left;
     width:100%;
      height:auto;
      padding-right:0;
      
      
    }
     #cabecera1 >  #menuDes > #lenguas  > #paises {
         height:auto;
         top:0;
         border:0 ;
         float:left;
         width:100%;
         line-height:35px;
         margin-left:0;
    }
    
    #cabecera1 >  #menuDes > #lenguas  > #paises > #u1 {
         float:left;
         width:100%;
         position:relative;
         width:auto;
         margin-bottom:5px;
         clear:both;
    }
    
    #cabecera1 >  #menuDes > #lenguas  > #paises > #u1 img{
        float:left;
        height:25px;
        width:25px;
        margin-left:5px;
        
    }
     #cabecera1 >  #menuDes > #lenguas  > #paises > #u1 a{
         all:unset;
         height:25px;
         float:left;
         color:white;
         line-height:25px;
         margin-left:15px;
    }
      #cabecera1 >  #menuDes > #lenguas  > #paises > #u2{
          clear:both;
          float:left;
          z-index: 99;
          width: 100%;
         
    }
     #cabecera1 >  #menuDes > #lenguas  > #paises > #u2 div{
          background-color: #862D2D;
          width: 90%;
          margin-left: 10%;
         
    }
     #cabecera1 >  #menuDes > #lenguas  > #paises > #u2 div img{
          float:left;
         
    }
    
     #cabecera1 >  #menuDes > #lenguas  > #paises > #u2 div p{
          float:left;
         left: calc(10% + 35px);
    }
     #cabecera1 >  #menuDes > #lenguas  > #paises > #u2 div:hover{
      
         background-color: #862D2D;
    }
     #cabecera1 >  #menuDes > #lenguas  > #paises > #u2 div p:hover{
          float:left;
         left: 35px;
         background-color: #862D2D;
    }
    
     #cabecera1 >  #menuDes   > div:not(:nth-child(1) ):not(:nth-child(3)) img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(83deg) brightness(104%) contrast(100%);
    }
  
    
}

@media (min-width:1150px) { 
 
#cabecera1{
        display:block;
        
    }
  #cabecera1 >   #menM {
        display:none;
    }
 #cabecera1 >   #menuDes {
        display:none;
    }

    #logI2{
        display:none;
    }

    body{
        overflow: hidden;
    }


    #menM{
        display:none;
    }


#cabecera1,#cabecera2{
    
   width: 100%;
   z-index:99;
   background-color: #862D2D;
   height: 80px;
 position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
   ;
}
#medio{
    overflow:hidden;
    height: calc(100% - 80px);
    width: 100%;
    z-index:20;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 80px;
  
  overflow-y: scroll;
  overflow-x: hide;

}

#cabecera1 .eye {
    position:relative;
  margin-top:32.5px;
  margin-left: -29px;
  width: 13px;
  height: 13px;
  border: solid 1px #000;
  border-radius:  90% 15%;
  position: relative;
  transform: rotate(45deg);
  background-color: black;
  z-index: 30;
}
#cabecera1 .eye:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 1px #000;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: white;
}




#cabecera1 .eye2:before {
 content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 1px #000;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: white;}

#cabecera1 .eye2 {
       position:relative;
  margin-top:32.5px;
  margin-left: -29px;
  width: 13px;
  height: 13px;
  border: solid 1px #000;
  border-radius:  75% 15%;
  position: relative;
  transform: rotate(45deg);
   background-color: black;
}

#cabecera1 .eye2:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
background-color: grey; 
border: solid 1px white;
  left: 4.5px;
  top: -5px;
}






#msjErrorLog{
    width: 300px;
    height: 200px;
 
}














#cabecera1  div form   div {
    margin-left: 5px;
    margin-right: 5px;
}
#cabecera1 div  form  div * {
    margin-left: 10px;
}
#cabecera1 form  div  a {
    all:unset;
    height: 80px;
    display: flex;
    align-items: center;
}
#cabecera1 form  div  a:hover {
    all:unset;
}


#cabecera1 div>input[type=text]::placeholder{
    all:unset;
    color:grey;
    
}
#cabecera1 input[type=text] {
   
   height: 30px;
   color: black;
   text-indent: 10px;
   line-height: 30px;
   padding: 0px;
   width: 130px;
    
}

#cabecera1  input[type=text]#pass {
  
    padding-right:  30px;
}

#cabecera1 input[type=password]::placeholder{
    all:unset;
    -webkit-text-security: initial;
    color:grey;
    
}
#cabecera1 input[type=password] {
   
   height: 30px;
   color: black;
   text-indent: 10px;
     line-height: 30px;
     padding: 0px;
     width: 130px;
    
}

#cabecera1  input[type=password]#pass {
  
    padding-right:  30px;
}




#cabecera1 form  div  {
    
    height: 80px;
    display: flex;
    align-items: center;
}
#cabecera1  #acceder {
    border:  none;
     border: solid 2.5px white;
   height: 30px;
   color: white;
   background-color: #862D2D;
   
   
}

#cabecera1 button {
    border:  none;
     border: solid 2.5px white;
   height: 30px;
   color: white;
   background-color: #862D2D;
}

#cabecera1  #acceder:hover {
 background-color: #B84E3D;
 cursor: pointer;
}

#cabecera1 button:hover {

  background-color: #B84E3D;
  cursor: pointer;
}



#cabecera1 input{
   height: 30px; 
}
#cabecera1 div  a {
    all:unset;
    
}
#cabecera1 > #ico {
   overflow: hidden;
   display:flex;
    
}
#cabecera1 > #ico  img {
    width:70px;
    height:70px;
     padding-left: 25px;
    
}
#cabecera1 > #ico  >a {
   align-items: center;
    
}
#cabecera1 >div > a:hover {
  
  
   text-decoration: underline;
    cursor: pointer;
    
}
#cabecera1>div >div {
    
    
    width: 100%;
}

#cabecera1>div >div *{
    float:right;

}



#cabecera1 * {
    font-family: "Lucida Console", Courier, monospace;
    color: white;
    font-size: 18px;
}

#cabecera1 > div{
    
   
    float:left;
    width: 40%;
    height: 80px;
    line-height: 80px;
   
}
#cabecera1 div>form{
    
    height: 80px;
    line-height: 80px;
}

#cabecera1 > div:nth-child(2) {
    float:right;
    width: 60%;
}
#cabecera1 > div:nth-child(2) > div{
        float:right;
        width: auto;
}
#cabecera1 > div:nth-child(3) {
    
    float:left;
    width: 5%;
    display: flex;
    align-items: center;
    
}

#registrarse {
    
    height: 80px;
    display: flex;
    align-items: center;
   
}


#cabecera1 form > div{
    
    height: 80px;
    line-height: 80px;
}

#cabecera1 >div >a {
    
    margin-right: 30px;
 
    float:left;
    
}
#lenguas{
    line-height: 80px;
    height: 80px;
    width:25px;
    padding-right: 25px;
    
}

#lenguas *{

}


#paises{
    top:25px;
   float:right;
   height:25px;
   width:50px;
   position:relative;
   margin-left: 7.5px;
   border: solid 2.5px white;
}
#paises:hover {
 background-color: #B84E3D;

}

#paises >div:nth-child(1){
    overflow: hidden;
    float:right;
    height:25px;
    width:50px;
        
}
#paises >div:nth-child(2){
    padding-top:10px;
}
#paises >div:nth-child(1) >div{
    
    float:left;
    
    width:50%;
    height: 20px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;


    
}
#paises >div:nth-child(1) >div:nth-child(2){
    
    float:left;
    
    width:19px;
    height: 10px;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    padding-left: 1px;


    
}
#paises >div:nth-child(1) >div img{
    height:20px;
    width:25px;
    
}
#paises >div:nth-child(1) >div:nth-child(2) img{
    height:8px;
    width:11px;
    
}
#paises >div:nth-child(1) >div:nth-child(1){
width: 25px;

    
}
#paises >div:nth-child(2){
    float:right;
    
    position:relative;
    width:auto;
    z-index:1;
    display:none;
    height: auto;
}


#paises > #u2 > div{
    width: 200px;
    background-color: #B84E3D;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis; 
}

#paises > #u2 > div:hover{
    filter: brightness(130%);
    cursor: pointer;

}

#u2 > div >  p{
   all: unset;
   width: 165px;
   line-height: 30px;
    float:left;
    white-space: nowrap; 
    position: absolute;
    left:35px;
    overflow: hidden;
    text-overflow: ellipsis; 
}
 #u2 > div > img {
    height:20px;
    width:25px;
    padding:5px;
    float:left;
}

#u1 > div:nth-child(1)>img {
    height:20px;
    width:25px;
       display: flex;
    aling:center;
    vertical-align: bottom;
}
#u1 > div:nth-child(2)>img {
  
    height:10px;
    width:10px;
       display: flex;
    aling:center;
    line-height: 80px;
}

#u1 > div:nth-child(2)> .fle {

  transform: rotate(180deg);
  -ms-transform: rotate(180deg); /* IE 9 */
  -moz-transform: rotate(180deg); /* Firefox */
  -webkit-transform: rotate(180deg); /* Safari and Chrome */
  -o-transform: rotate(180deg); /* Opera */
}



 div > form#accUS div{
    
    float:left;
}

 div > form#accUS > #forG{
   position: absolute;
   height: 15px;
   top:60px;
   
}
div > form#accUS #forG a{
    all:unset;
    text-indent:15px;
    font-size:12px;
    height: 15px;
    line-height: 15px;
   
}
div > form#accUS #forG a:hover{
     cursor: pointer;
      text-decoration: underline;
   
}

#resCNT {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom: 0;
    margin:auto;
    width: 400px;
    height: 200px;
    background-color: #862D2D;
    z-index: 99;
    display:none;
    border-radius: 10px;
    border: black 2px solid;
    background-color: #862D2D;
}

#recC{
    
    all:unset;
    display:none;
    width: 380px;
     height: auto;
    text-align: center;
    padding:0px;
    width: 100%;
    display: block;
    
}
#recC > div{
    float:right;
    left:-10px;
    background-color: black;
    color:white;
    padding: 3px;
    border-top-right-radius: 10px;
    font-size: 22px;
}
#recC > div:hover{
    cursor:pointer;
}
#recC > input, #recC > button, #recC > p{
    display: block;
    margin:auto;
    margin-bottom: 10px;
    float:left;
    
}
#recC > p{
    padding: 10px;
      font-family: "Lucida Console", Courier, monospace;
    color: white;
    font-size: 18px;
}
 #recC > button{
     all:unset;
 }
#recC >input {
      height: 30px;
   color: black;
   text-indent: 10px;
   line-height: 30px;
   padding: 0px;
   width: 90%;
   margin-left: 5%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
}
 #recC > button{
      height: 30px;
   color: black;

   padding: 6px;
   width: auto;
   max-width: 100%;
   font-family: "Lucida Console", Courier, monospace;
    color: black;
    font-size: 18px;
    background-color: white;
    border: solid 3px black;
    text-align: center;
    border-radius: 8px;
}
#recC > button:hover{
    background-color: #f7f0f0;
    cursor:pointer;
}


#accReg{
    
    display:none;

}

#logMen {
    margin-left:30px;
}
#logMen > *{
    margin-right:30px;
    
}
#logMen > #fichaR{
    margin-right:30px;
    
    
}


#logMen > #fichaR:hover{
     cursor:default;
     text-decoration: none;
    
    
}

#logMen > *:hover{
   
    cursor:pointer;
}

#icoRgh  #logMen form   input[type=submit] {
    all:unset;
    
    
}
#icoRgh  #logMen > * > a:hover{
    text-decoration: underline white;
}

#icoRgh  #logMen form   input[type=submit]:hover{
    text-decoration: underline white;
}




#cabecera1 > #icoRgh > #seeker{
    height: 100%;
}

#seeker > button::before{
    content: "";
  height: 15px;
  width: 4px;
  background-color: #FFF0F5;
  display:block;
  position:absolute;
   transform: rotate(-45deg);
   position: relative;
   left:20px;
   top:14px;
   
}
#seeker > button{
  all:unset;
  z-index: 38;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: solid 4px #FFF0F5;
   position: relative;
  top:23px;
  margin-right:20px;
}
#seeker > button:hover{
    border: solid 4px white;
}
#seeker > button:hover:before{
    background-color: white;
}
#cabecera1 #seeker  > form{
    margin-right:10px; 
    z-index: 38;
    display:none;
    height: 32.5px;
    position:relative;
    top:23.75px;
    
}

#seeker > form > #closeS{
    height: 30px;
    width: 32px;
    background-color: white;
    text-align: center;
    line-height: 32px;
    margin:0px;
    margin-right:5px;
    border: 2px solid  black ;
    border-bottom: 1px solid  black ;
    border-left: none;
    
}

#seeker > form > #closeS > img{
    all:unset;
    height: 17px;
    margin-left: 5px;
   background-color: white;
    
}

#seeker > form > #closeR{
    height: 30px;
    width: 20px;
    background-color: white;
    margin:0px;
    border: 2px solid  black ;
    border-bottom: 1px solid  black ;
    border-right: none;
}
#seeker > form > #closeR > img{
    all:unset;
    height: 18px;
    margin-left: 5px;
   background-color: white;
    -moz-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
     transform: rotate(-90deg);
}



#seeker input[type=text]{
    
    width: 420px;
    overflow: hidden;
    border-color:black;
    border: none;
    border-top: 2px solid  black ;
    border-bottom: 1px solid  black ;
    
}
#seeker input[type=text]:focus{
    outline: none;
}
#seeker #autoC {
    border-color:black;
    display:none;
    width: 472.3px;
    position:absolute;
    background-color: white;
    top:57.5px;
    height: auto;
     border: 2px solid  black ;
     border-top: 0px solid  black ;
     z-index: 99;
     overflow: hidden;
     
     
     display:none;
}
#seeker #autoC p{
    all:unset;
    line-height: 40px;
    float:left;
    width: 100%;
    text-indent:33px;
    color:grey;
      white-space: nowrap; 
}
#seeker #autoC p:after  {
    color:black;
   content: attr(data-fr);
   left: 0;
  position: absolute;
}
#seeker #autoC .hov{

background-color: purple;
}


.eye {
   
    
  margin: 100px;
  width: 13px;
  height: 13px;
  border: solid 1px #000;
  border-radius:  75% 15%;
  position: relative;
  transform: rotate(45deg);
  background-color: black;
}
.eye:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 1px #000;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: white;
}

.eye2:before {
 content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 1px #000;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: white;}

.eye2 {
  margin: 100px;
  width: 13px;
  height: 13px;
  border: solid 1px #000;
  border-radius:  75% 15%;
  position: relative;
  transform: rotate(45deg);
   background-color: black;
}

.eye2:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 20px;
background-color: grey; 
border: solid 1px white;
  left: 4.5px;
  top: -5px;
}


#menuDes{
    display:none;
}





/*Fin la primera parte css*/


#cabecera2 form   div {
    margin-left: 5px;
    margin-right: 5px;
}
#cabecera2 form  div * {
    margin-left: 10px;
}
#cabecera2 form  div  a {
    all:unset;
    height: 80px;
    display: flex;
    align-items: center;
}
#cabecera2 form  div  a:hover {
    all:unset;
}

#cabecera2 form  div  {
    height: 80px;
    display: flex;
    align-items: center;
}
#cabecera2 #acceder {
   height: 30px;
   color: black;
}
#cabecera2 input[type=submit] {
   height: 30px;
   color: black;
}

#cabecera2 button {
   height: 30px;
   color: black;
}
#cabecera2 input{
   height: 30px; 
}
#cabecera2 div  a {
    all:unset;
    
}
#cabecera2 div  a:hover {
    background-color: #16F4D0;
    
}
#cabecera2>div >div {
    
    
    width: 100%;
}

#cabecera2>div >div *{
    float:right;

}
#cabecera2 * {
    font-family: "Lucida Console", Courier, monospace;
    color: white;
    
}
#cabecera2 > div{
    
   
    float:left;
    width: 30%;
    height: 80px;
    line-height: 80px;
    
}
#cabecera2 > div:nth-child(1){

    width: 25%;  
}
#cabecera2 div>form{
    
    height: 80px;
    line-height: 80px;
}

#cabecera2 > div:nth-child(2) {
    
    float:left;
    width: 70%;
    
}
#cabecera2 > div:nth-child(2) *{  
    float:right;
      
}
#cabecera2 form > div{
    
    height: 80px;
    line-height: 80px;
}

#cabecera2 >div:nth-child(2)  >a {
    height: 80px;
    line-height: 80px;
    margin-right: 10px;
    display: flex;
    align-items: center;
   
    
}

#cabecera2 >div:nth-child(2)  >p {
    all:unset;
    float:right;
    margin-right: 10px;
   color:white;
    
}
#error{
    display:none;
}
#cabecera2 > div:nth-child(3){
    display: flex;
    align-items: center;
    width: 5%;  
}


}