
/* --------------------------------------------------------------
   Resets default browser CSS.
   -------------------------------------------------------------- */

html {
  margin:0; padding:0; border:0;
}
body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;
}

em {
    font-style:italic
}

/* This helps to make newer HTML5 elements behave like DIVs in older browers */
article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display:block;
}

/* Line-height should always be unitless! */
body {
  line-height:1.3; background:white;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table {
  border-collapse:collapse; border-spacing:0;
}

/* float:none prevents the span-x classes from breaking table-cell display */
caption, th, td {
  text-align:left; font-weight:300; float:none !important;
}
table, th, td {
  vertical-align:middle;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
  content:'';
}
blockquote, q {
  quotes:"" "";
}

/* Remove annoying border on linked images. */
a img {
  border:none;
}

/* Remember to define your own focus styles! */
:focus {
  outline:0;
}

ul {
  list-style:none; margin:0; padding:0;
}

body {
  font-family: Arial, 'Helvetica', sans-serif;
  color: #222;
  background: #e5e5e5;
  overflow-y: scroll;
}

body, html {
  height: 100%;
  width: 100%;
}
/*****************************************************************/

.acceso * {
  box-sizing: border-box;
}

.container {
  padding-top: 80px;
  width: 370px;
  margin: auto;
  text-align: center;
}

input[type="text"],
input[type="password"] {
  height: 38px;
  border: 1px solid #ccc;
  padding: 9px;
  width: 100%;
  font-size: 16px;s
}

.dialog-titulo {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  width: 100%;
  color: #555;
}

.dialog-box {
  margin-top: 16px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding: 40px;
}

.disabled {
  background: rgba(27, 27, 27, 0.469) !important;
  border: 1px solid #1b1b1b78 !important;
}

form {
  text-align: left;
}

.form-group {
  margin-bottom: 20px;
}

.input {
  width: 100%;
  padding: 9px;
  border: 1px solid #ccc;
}

label {
  display: block;
  color: #888;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-submit {
  margin-top: 5px;
  width: 100%;
  padding: 6px 0px 10px;
  border: 1px solid #66892b;
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 0 #455D1E;
  font-size: 20px;
  background: #94be42;
  background: -moz-linear-gradient(top, #94be42 0%, #80aa38 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94be42), color-stop(100%,#80aa38));
  background: -webkit-linear-gradient(top, #94be42 0%,#80aa38 100%);
  background: -o-linear-gradient(top, #94be42 0%,#80aa38 100%);
  background: -ms-linear-gradient(top, #94be42 0%,#80aa38 100%);
  background: linear-gradient(to bottom, #94be42 0%,#80aa38 100%);
}

.form-submit:hover {
  background: #94be42;
  background: -moz-linear-gradient(top, #94be42 0%, #759b34 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#94be42), color-stop(100%,#759b34));
  background: -webkit-linear-gradient(top, #94be42 0%,#759b34 100%);
  background: -o-linear-gradient(top, #94be42 0%,#759b34 100%);
  background: -ms-linear-gradient(top, #94be42 0%,#759b34 100%);
  background: linear-gradient(to bottom, #94be42 0%,#759b34 100%);
}

.footer {
  margin-top: 20px;
  font-size:  13px;
  color: #888;
  line-height: 20px;
}

.footer a {
  color: #888;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-logo {
  margin-top: 60px;
}

.mensaje-login {
  color: #CA471A;
  font-size: 13px;
  margin-top: -10px;
  margin-bottom: 8px;
  display: inline-block;
}

#loading_signin {
  display: none;
  margin: 0 auto;
  position: fixed;
  text-align: center;
  top: 22em;
  width: 100%;
  height: 51px;
  z-index: 1045;
  pointer-events: none;
}
  
#loading_area_signin {
  height: 26px;
  width: 26px;
  top: 22em;
  padding: 0;
  margin: 12px auto;
}
  
.is-loading-signin {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 200px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.3em solid rgba(250, 250, 250, 0);
  border-right: 0.3em solid rgba(250, 250, 250, 0);
  border-bottom: 0.3em solid rgba(250, 250, 250, 0);
  border-left: 0.3em solid #2e08ed;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  z-index: 102;
}
  
.is-loading-signin,
.is-loading-signin:after {
  border-radius: 50%;
  width: 3em;
  height: 3em;
}
  
@-webkit-keyframes load8 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }

  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  }

  100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  }
}
  








/************* GENERAL *************/


/*input {
  font-family: Roboto, Arial, sans-serif;
}

a, .link {
  color: #4c7fe2;
  text-decoration: none;
  cursor: pointer;
  display: inline;
}

a:hover, .link:hover {
  text-decoration: underline;
}

.link_caja {
  background:#EEE;
  padding: 7px 10px;
  cursor: pointer;
  display: inline-block;
}

.link_caja:hover {
  background: #E0E0E0;
}*/


/************* Footer *************/

/*#footer {
  position:absolute; bottom: 0;
  height: 20px;
  padding: 8px 0 3px 0;
  background: #EEE;
  z-index: 1;
  font-size: 11px;
  text-align: right;
}

.footer_full {
  width: 100%;
}

.footer_half {
  width: 62%;
}

#footer span {
  padding: 0 25px 0 0 ;
}*/


/************* Cabecera *************/
/*
#arriba {
  position: absolute; width: 100%; height:50px; z-index: 10;
  background: #4c7fe2;
  top: 0;
  color:#FFF;
}


#logo {
    background: url("../images/logo_icono.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: left;
    height: 19px;
    margin: 15px 14px 0 25px;
    width: 51px;
}

#logo_texto {
  background:url("../images/logo_texto.png") no-repeat 0 0;
  display: inline-block;
  height: 20px;
  margin-top: 15px;
  width: 178px;
}

#titulo {
  display: inline-block;
  font-size: 21px;
  font-weight: 300;
  margin: 0 0 0 9px;
}

#arriba a {
  text-decoration: none;
  font-size: 15px;
  color: #D8ECEC;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 0 #3C73DE;
  padding: 16px 12px 14px;
  display: inline-block;
}

#arriba a:hover {
  color: #FFF;
}*/



/****** ACCESO ********/
/*
#contenido {
  margin-top: 12%;
}

h1 {
  margin: 10px auto;
  width: 500px;
  font-size: 23px;
  color:#5e5e5e;
}

#autenticacion {
  background:#eeeeee;
  border:solid 1px #dedede;
  padding: 20px;
  width: 500px;
  margin: auto;
}

#autenticacion label,
#autenticacion input {
  display:block;
}

#autenticacion label {
  color: #777;
  font-weight:300;
  font-size:12px;

}

#autenticacion .row {
  margin:0 0 20px 0;
}

#autenticacion input[type=text],
#autenticacion input[type=password] {
  width:480px;
  border: solid 1px #dedede;
  padding: 7px 8px;
  margin: 5px 0 0 0;
  font-size: 15px;
  font-weight: 300;
}

#autenticacion input[type=text],
#autenticacion input[type=password],
#autenticacion {
  border-radius: 2px;
}

input[type=submit] {
  background: #4C7FE2;
  border: none;
  border-radius: 2px;
  color: #FFF;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 300;
}

input[type=submit]:hover {
  background: #3065C9;
}

#autenticacion .mensaje {
  color: red;
  font-size: 13px;
  margin: 0 0 20px;
}
*/
#aviso_mantenimiento {
  background: none repeat scroll 0 0 #FFD6D9;
  border: 1px solid #FF969D;
  border-radius: 2px;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 18px 22px;

}
