.vlad{
color: salmon;
}
.radio_uno{
        width: 200;
        height: 200px;
        position: fixed;
        left: 10px;
        bottom: 60px;
    }
.radio_boton{
width: 40px;
height: 40px;
background: #00FF7F;
text-align:center;
line-height: 40px;
border-radius: 4px;
position: fixed;
        left: 10px;
        bottom: 280px;
z-index: 3;
}

/* HOME - Catbox container */

.catbox{
width: 100%;
max-width: 700px;
min-height: 100px;
/*
* Created with https://www.css-gradient.com
* Gradient link: https://www.css-gradient.com/?c1=56b6d9&c2=020fcd>=l&gd=dtl
*/
/* background: #56B6D9;
background: linear-gradient(135deg, #56B6D9, #020FCD); */
background: #212c87;
color: #ffffff;
padding: 10px;
border-radius: 5px;
margin-bottom: 10px;
}
.catbox_textarea{
display: box;
 width: 100%;
max-width: 500px;
margin-bottom: 5px;
border: solid 1px #ccc;
}
.post-file{
  max-height: unset;
}
#fullsizeimg{
  max-height: unset;
}
#fullsizeimg img{
  max-height: 1580px;
}

#puntos{
background: #1153ff;
color: #fff;
}
#point_d{
background: #33fffe;
}
.catBtn{
  background:transparent;
  padding: 5px 10px;
  border: solid 1px #ffffff;
  color: #ffffff;
  border-radius: 4px;
  margin-right: 10px;
}
.catBtn:hover{
  border: solid 1px #00FF7F;
  transition-duration: 0.7s;
  color: #00FF7F;
}
.creadorBtn{
  margin-top: 10px;
  border: solid 1px #222;
  color: #FFF;
  padding: 5px 10px;
  display: block;
}.cocos{
  border: solid 1px #ccc;
  padding: 5px 7px;
  border-radius: 3px;
  margin-right: 10px;
}                


/* Vlad styles GLOBAL */   
.v_white{
  color: #fff;
}
.v_white a{
  color: #fafafa;
}
.v_white a:hover{
  color: #ccc;
  transition-duration: 0.1s;
}

.new_link2{
color: #fafafa;
margin-top: 10px;
font-size: 0.9em;
}

.vlad_fijado{
  margin-bottom: -20px;
  margin-left: -10px;
}



