html {
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    text-align: justify;
    color: #6E536F;
    font-size: 14pt;
    overflow-y: scroll; /* TRICK: Mantener la barra horizontal, evitar cambios de width*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    min-height: 100% !important; /* Para que funcione cover background en mobile*/
}
html, body{
    padding: 0;
    margin: 0;
}

body{
    background: url('../img/backgroundbig.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
}

/* TRICK: Remove The Dotted Outline on cisited link */
a:focus, *:focus , a{
    noFocusLine: expression(this.onFocus=this.blur());
    outline:0; /*removes the dotted border*/
    outline: 0;
    outline-style:none;
}

/***********  AUX ********/

#cover {
    position: relative;
    top: 60px;
    z-index: -1000;
}

#contact-data{
  text-align: center;
  position: absolute;
  top: 440px;
  left: 312px;
  width: 600px;
}

/****************************************/
/* TRICK: Wallpaper background plugin */
.fullBg {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
}

#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
/****************************************/
a:visited{
    color: inherit;
}


#warp{
    display: block;
    width: 995px;
    margin: 0 auto;
}

#header{
    display: block;
    position: relative; /*** AAAUUX! **/
}

#content{
    display: block;
    clear: both;
    margin-top: -40px; /*   AUX  */

}

/*              ---------  MENU  ----------              */
#menu{
    background-image: url("../img/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 213px;
    padding-left: 31px;
}

#menu-short{
   left: 418px;
   position: relative;
   top: 417px;
   width: 500px;
}


#menu li, #menu-short li{
    display: inline;
    list-style-type: none;
    float: left;
}

#menu ul{
    position: relative;
    top: -56px;
    margin: 0;
    padding: 0;
}

#menu-short ul{
    position: relative;
    margin: 0;
    padding: 0;
}

#menu a, #menu-short a{
    padding: 0;
    margin: 0;
}

.menu-item{
    width: 84px;
    height: 31px;
    cursor: pointer;
    margin: 0 50px;
    background-repeat: no-repeat;
}

.menu-short-item{
    width: 84px;
    height: 31px;
    cursor: pointer;
    margin: 0;
}

.menu-short-item-bold{
    width: 89px;
    height: 31px;
    cursor: pointer;
    margin: 0 10px;
}


#menu-gallery  {
    background-image: url("../img/menu/gallery.png");
}

#menu-gallery2 {
    background-image: url("../img/menu/galleryLaunch.png");
}

#menu-about{
    background-image: url("../img/menu/about.png");
}

#menu-contact{
    background-image: url("../img/menu/contact.png");
}

#menu-blog{
    background-image: url("../img/menu/blog.png");
}

#menu-resume{
    background-image: url("../img/menu/resume.png");
}

#menu-gallery:hover, #menu-gallery2:hover,
#menu-about:hover, #menu-contact:hover,
#menu-blog:hover, #menu-resume:hover{
    background-position: 0 -31px;
}

.current{
    background-position: 0 -31px;
}


/*              ---------  SECTION  ----------              */
#section{
    display: block;
    margin: 0 auto;
    width: 484px;
}

#section li{
    display: inline;
    list-style-type: none;
    float: left;
}

#section ul{
    position: relative;
    margin: 0;
    padding: 0;

}

.section-item{
    width: 147px;
    height: 411px;
    cursor: pointer;
    margin: 0 7px;
}

#section-original{
    background-image: url("../img/section/original.png");
}

#section-fanart{
    background-image: url("../img/section/fanart.png");
}

#section-concept{
    background-image: url("../img/section/concept.png");
}

#section-original:hover, #section-fanart:hover,
#section-concept:hover{
    background-position: 0 -411px;
}


/*              ---------  ABOUT  ----------              */
#about{
    display: block;
    margin: 0 auto;
    width: 540px;
}

/*              ---------  CONTACT  ----------              */
#contact{
    display: block;
    margin: 0 auto;
    width: 320px;
}

#contact li{
    display: inline;
    list-style-type: none;
    float: left;
}

#contact ul{
    position: relative;
    margin: 0;
    padding: 0;

}

.contact-item{
    width: 128px;
    height: 32px;
    cursor: pointer;
    margin: 4px 16px;
}

#contact-facebook{
    background-image: url("../img/contact/fb.png");
}

#contact-tumblr{
    background-image: url("../img/contact/tmb.png");
}

#contact-artstation{
    background-image: url("../img/contact/art.png");
}

#contact-twitter{
    background-image: url("../img/contact/tw.png");
}

#contact-deviantart{
    background-image: url("../img/contact/da.png");
}

#contact-youtube{
    background-image: url("../img/contact/ytb.png");
}

#contact-facebook:hover, #contact-tumblr:hover,
#contact-artstation:hover, #contact-twitter:hover,
#contact-deviantart:hover, #contact-youtube:hover{
    background-position: 0 -32px;
}



/*              ---------  GRID     ----------       */
#grid{
    display: block;
    margin: 0 auto;
    padding: 0;
}

.grid-item{
    width: 194px;
    height: 194px;
    float: left;
    cursor: pointer;
    margin: 2px;
    padding: 0;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    position: relative;
}

.grid-item:hover{
/*    opacity: 1;
   filter: alpha(opacity=100); /* For IE8 and earlier *
   */
}

/*              ---------  POPUP     ----------       */

#darkness{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 100;
}

#popup{
    position: fixed;
    top: 8%;
    left: 8%;
    width: 84%;
    height: 84%;
    display: none;
    z-index: 1000;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
}
#popup-img{
    max-width:100%;
    max-height:100%;
    z-index: 10000;
}

table, td,th{
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#prev, #next{
    border: none;
    background: none;
    font-size: 50pt;
    color: white;
}

.arrow{
    width: 4%;
}

#placeholder{
    width: 92%;
}

#yoko{
  width: 257px;
  height: 25px;
  margin: 14px auto;
}
