@CHARSET "ISO-8859-1";

.navbar-default{
  
  background-image: -webkit-linear-gradient(top, #1A215A 0%,#1A215A 100%);
  background-image:      -o-linear-gradient(top, #1A215A 0%,#1A215A 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1A215A), to(#1A215A));
  background-image:         linear-gradient(to bottom, #1A215A 0%,#1A215A 100%);
  box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A215A', endColorstr='#1A215A', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

}

.navbar-brand{
	
	padding: 9px 15px;

}

legend{
	
	border-bottom: 1px solid #2E9AFE;
}

.btn-primary {
  /*background-image: -webkit-linear-gradient(top, #2ECCFA 0%, #2E9AFE 100%);
  background-image: -o-linear-gradient(top, #2ECCFA 0%, #2E9AFE 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ECCFA), to(#2E9AFE));
  background-image: linear-gradient(to bottom, #2ECCFA 0%, #2E9AFE 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ECCFA', endColorstr='#2E9AFE', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);*/
  background-repeat: repeat-x;
  border-color: #091658;
  background-color: #091658;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #091658;
  background-position: 0 -15px;
  border-color: #091658;
}
.btn-primary:active,
.btn-primary.active {
  background-color: ##091658;
  border-color: #F2F2F2;
}
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #091658;
  background-image: none;
}

.divlogoMain{
    position: absolute;
    top: 0;
    left: 40%;
    height: 41px;
    width: 200px;  /* bootstrap has max-width: 200px rule */
    text-align: center; 
}
//ESTILOS DE PAGINA EN MANTENIMIENTO

#container {
  display: inline-block;
  line-height: normal;
}

#cone {
  margin:auto;
  width: 125px;
  margin-bottom: 10px;
}

#cone:before {
  content: '';
  display: block;
  margin:auto;
  width:10px;
  height:0;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-bottom: 100px solid white;
}

#cone:after {
  content: '';
  display: block;
  background-color: white;
  -webkit-box-shadow: 0 1px 0 rgb(212, 145, 16);
  box-shadow: 0 1px 0 rgb(212, 145, 16);
  width: 125px;
  height: 10px;
}

#message {
  color: white;
  text-align:center;
  text-shadow: 0 1px 0 rgb(212, 145, 16);
}

a {
  color: #333;
  text-decoration: underline;
}
@media (max-width: 480px) {
    .divlogoMain{
        left: 0;
        width: 100%;
    }
    form#UserLoginForm {
        width: 90%;
        margin: 0 auto;
    }
    .password_reset{
        margin-left: 20px;
    }
}