body
{
font-family: 'Sen', sans-serif;
 background-image: url("images/bg3.svg");
 background-color:#e6e6e6e6;
 color:#000000;
    background-repeat: repeat;
    background-position:center;
    background-size: cover;
    background-attachment:fixed;
    top: 0px !important;
      text-align:center;
}

.goog-te-banner-frame.skiptranslate
{
    display: none !important;
}
.link
{
    cursor:pointer;
}
.go
{
    cursor:pointer;
}
usr
{
    font-size:30px;
}
.blankspace
{
    overflow:none;
    scroll:none;
    display:block;
    text-align:center;
    width:101%;
    height:55px;
z-index:-60;
}
#menucenter
{
position:absolute;
top:37%;
color:#000000;
}
#menubar
{
 font-family: 'Roboto', sans-serif;
 font-style: italic;
 font-weight: 900;
line-height: 2.5;
font-size:20pt;
    overflow:auto;
    scroll:none;
    background-image: linear-gradient(to right,#ffffff, #777777);
    color:#505050;
    animation-name:colorfade;
    animation-duration:15s; 
    box-shadow:2px 0px 5px black;
    display:block;
    position:fixed;
    top:-0px;
    left:-2px;
    text-align:left;
    text-indent:10px;
    width:101%;
    height:65px;
    z-index:50;
    border-radius:0% 0% 10% 10% / 0% 0% 20% 20%;
} 
@keyframes colorfade {
  0%   {color:#eeb7b8;}
  25%  {color:red;}
  50%  {color:#470804;}
  75%  {color:#81170e;}
  100% {color:#343434;}
}

#menubar > .imgrt
{
    position:fixed;
    top:0;
    right:0;
    height:65px;
    animation: rotatelogo 6s;
}
@keyframes rotatelogo {
  100% {transform: rotate(360deg);}
  }
  #menubar > .imgws
{
    position:fixed;
    top:0;
    right:63px;
    border-radius:15px;
    height:63px;
    animation: rotatews 6s;
}
@keyframes rotatews {
  100% {transform: rotate(360deg);}
  }
    #menubar > .imgig
{
    position:fixed;
    top:0;
    right:126px;
    border-radius:15px;
    height:63px;
    animation: rotateig 6s;
}
@keyframes rotateig {
  100% {transform: rotate(360deg);}
  }
    #menubar > .imgmusic
{
    position:fixed;
    top:0;
    right:190px;
    border-radius:15px;
    height:63px;
    animation: rotatemusic 6s;
}
@keyframes rotatemusic {
  100% {transform: rotate(360deg);}
  }
#menubar > .imgflag
{
vertical-align:middle;
padding-left:5px;
    height:40px;
}
.cleanpost
{
    background-attachment: relative;
    background-repeat: no-repeat;
    background-position:50% 100px;
    background-size: 50px 50px;
    font-size:12pt;
    color:#000000;
    display:block;
    padding-top:5px;
    top:7px;
    text-align:center;
    max-width:90%;
    margin:auto;
}

.post
{
    background-image: url("images/loading.gif");
    background-attachment: relative;
    background-repeat: no-repeat;
    background-position:50% 100px;
    background-size: 50px 50px;
    font-size:12pt;
    color:#555555;
    display:block;
    border-radius:10px;
    padding-top:0px;
    margin-right:0px;
    top:-3px;
    text-align:center;
    position:relative;
    left:-6px;
    width:100%;
}
.post > .contentimg
{
    max-width:100%;
    max-height:600px;
    border-radius:5px;;
    box-shadow:3px 3px 5px black;
}
.post > .multicontentimg
{
    max-width:100%;
    max-height:600px;
    border-radius:5px;
    box-shadow:3px 3px 5px black;
}

.post > .icons
{
position:relative;
display:inline-block;
   padding:3px;
   overflow:auto;
}
.icons > img
{
background-color:#2b2b2b;
border-radius:50%;
padding:2px;
margin-bottom:-10px;
box-shadow:2px 2px 2px black;
height:65px;
}
.faqlink > p
{
display:none;
}
input[type="text"]
{
    border:inset;
    width:80%;
    max-width:300px;
    font-size:20px;
    padding:3px;
    background-color:#d8d8d8;
    border-radius:10px;
}
input[type="password"]
{
    border:inset;
    width:80%;
    font-size:20px;
    padding:3px;
    background-color:#d8d8d8;
    border-radius:10px;
}

.textarea
{
    border:inset;
    width:80%;
    min-height:200px;
    font-size:20px;
    padding:3px;
    background-color:#d8d8d8;
    border-radius:10px;
}
select[type="list"]
{
    border:none;
    max-width:250px;
    width:90%;
    font-size:20px;
    padding:3px;
    background-color:#d8d8d8;
    border-radius:4px;
}
button
{
font-family: 'Sen', sans-serif;
    font-size:15px;
    padding:5px;
    background: linear-gradient(to right, rgba(216, 216, 216, 1) 0%, rgba(216, 216, 216, 5) 100%);
    color:#555555;
    border-style:none;
    border-radius:10% 20% 15% 35% / 30% 50% 40% 60%;
    animation: animateBlob 10s linear infinite alternate;
    cursor:pointer;
}
@keyframes animateBlob {
10% {border-radius:30% 40% 50% 20% / 50% 30% 80% 50% ;}
25% {border-radius:80% 20% 55% 25% / 30% 20% 60% 80% ;}
  50% {border-radius:30% 50% 35% 15% / 50% 70% 20% 30% ;}
  100% {border-radius:40% 50% 45% 15% / 60% 20% 90% 40% ;}
  }
  
 #gatito
{
font-family: 'Sen', sans-serif;
    font-size:15px;
    padding:0px;
    color:#000000;
    border-style:none;
    animation: rotatecat 4s;
    animation-timing-fuction:ease-in-out 4s;
    cursor:pointer;
}
  @keyframes rotatecat {
  100% {transform: rotate(360deg);}
  }
input[type="submit"]
{
font-family: 'Sen', sans-serif;
    font-size:15px;
    padding:15px;
    background-color:#d8d8d8;
    color:#555555;
    border-style:none;
    border-radius:3px;
    cursor:pointer;
}
#bgfull
{
    scroll:none;
    animation-name:movein;
    animation-duration:5s; 
    position:fixed;
    top:-15px;
    left:0px;
    height:99%;
    z-index:-20;
} 
@keyframes movein {
0% {left:-300px;}
  100% {left:0px;}
}

#slideshow
{
    margin: 10px auto;
    position: relative;
    width: 100%;
    max-width:600px;
    min-height:800px;
    padding:0px;
}

#slideshow > div
{
    position: absolute;
    top: 0px;
    left: -10px;
    right: -20px;
    bottom: 10px;
}
.slideshowimg
{
width:105%;
height:100%;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:100% auto;
    
}
input[type=range] {
  width: 70%;
  max-width:400px;
  margin: 10.25px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: rgba(0, 0, 0, 0.6);
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  border-radius: 5.9px;
  width: 70%;
  max-width:400px;
  height: 6.5px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: -10.25px;
  width: 26px;
  height: 27px;
  background: #8d0000;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #030303;
}
input[type=range]::-moz-range-track {
  background: rgba(0, 0, 0, 0.6);
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  border-radius: 5.9px;
  width: 70%;
  max-width:400px;
  height: 6.5px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 26px;
  height: 27px;
  background: #8d0000;
  border: 0;
  border-radius: 9px 9px 9px 9px;
  cursor: pointer;
}
input[type=range]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 10.25px 0;
  color: transparent;
  width: 70%;
  max-width:400px;
  height: 6.5px;
  cursor: pointer;
}
input[type=range]::-ms-fill-lower {
  background: #000000;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  border-radius: 11.8px;
}
input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.6);
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  border-radius: 11.8px;
}
input[type=range]::-ms-thumb {
  width: 26px;
  height: 27px;
  background: #8d0000;
  border: 0;
  border-radius: 9px 9px 9px 9px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.6);
}
input[type=range]:focus::-ms-fill-upper {
  background: #030303;
}
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align:auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range] {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/
  }
}
.frames
{
position:relative;
top:0px;
left:0px;
width:103%;
border-radius:10px;
}
#mouse
{
display:none;
position:fixed;
top:0px;
left:80px;
}