/**=============================================================================
 *
 *	Filename: stylesheet.css
 *	
 *	(c)Autor: Arkos Noem Arenom
 *	
 *	Description: Estilos del documento
 *	
 *	Licence: GPL|LGPL
 *	
 *===========================================================================**/

 {
  font-family: "Trebuchet MS", Arial, Sans-serif;
  margin: 0px;
  padding: 0px;
  border: 0px;
  letter-spacing: 0px;
  word-spacing: 0.08em;
  line-height: 18px;
}

body {
  font-size: 11px;
  background-image: url(../img/1.png);
  background-repeat: repeat;
  background-repeat: inherit;
  background-position: center;
  color: #333333;
}

#allContent {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-align: center;
}

#video_background {
  position: absolute;
  bottom: 0px;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

.inner {
  display: block;
  padding: 10px;
}

#alertBoxes {
  display: block;
  width: 500px;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}
.loginBlock {
  display: block;
  width: 500px;
  color: #000000;
  border: 2px solid #000000;
  background-color: #e8d5c6;
  /* text-align: left; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px #dadada;
}

.loginBlock form input[type="text"],
.loginBlock form input[type="password"] {
  display: inline-block;
  margin: 5px;
  border: 1px solid #dadada;
  background-color: #eaeaea;
  padding: 3px;
  color: #000033;
  width: 380px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.loginBlock form button {
  display: inline-block;
  margin: 5px;
  border: 1px solid #dadada;
  background-color: #eaeaea;
  padding: 3px;
  padding-left: 20px;
  padding-right: 20px;
  color: #000033;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.timer {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(login/loader.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.box-info,
.box-success,
.box-alert,
.box-error {
  clear: both;
  border-width: 1px;
  border-style: solid;
  margin: 0px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.box-info {
  color: #00529b;
  background-color: #bde5f8;
  border-color: #00529b;
}
.box-success {
  color: #4f8a10;
  background-color: #dff2bf;
  border-color: #4f8a10;
}
.box-alert {
  color: #9f6000;
  background-color: #feefb3;
  border-color: #9f6000;
}
.box-error {
  color: #d8000c;
  background-color: #ffbaba;
  border-color: #d8000c;
}

.session_on {
  display: block;
  text-align: left;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 600px) {
  nav {
    height: auto;
  }
  nav ul {
    width: 100%;
    display: block;
    height: auto;
  }
  nav li {
    width: 50%;
    float: left;
    position: relative;
  }
  nav li a {
    border-bottom: 1px solid #576979;
    border-right: 1px solid #576979;
  }
  nav a {
    text-align: left;
    width: 100%;
    text-indent: 25px;
  }
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width: 480px) {
  nav {
    border-bottom: 0;
  }
  nav ul {
    display: none;
    height: auto;
  }
  nav a#pull {
    display: block;
    background-color: #283744;
    width: 100%;
    position: relative;
  }
  nav a#pull:after {
    content: "";
    background: url("nav-icon.png") no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
  }

  #allContent {
    top: 0px;
    left: 0px;
    width: 100%;
  }

  .loginBlock {
    display: block;
    width: 400px;
  }

  .loginBlock form input[type="text"],
  .loginBlock form input[type="password"] {
    display: block;
    width: 300px;
  }

  #alertBoxes {
    display: block;
    width: 100%;
  }
}

/*Smartphone*/
@media only screen and (max-width: 320px) {
  nav li {
    display: block;
    float: none;
    width: 100%;
  }
  nav li a {
    border-bottom: 1px solid #576979;
  }

  #allContent {
    top: 0px;
    left: 0px;
    width: 70%;
  }

  .loginBlock {
    display: block;
    width: 300px;
  }

  .loginBlock form input[type="text"],
  .loginBlock form input[type="password"] {
    display: block;
    width: 150px;
  }

  #alertBoxes {
    display: block;
    width: 280px;
  }
}
