/* CSS 3 Document */

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.recordar{text-align: right; padding: 0px 0 10px 0;}

h2{color: #005AAB; text-align: center;}


.btn-primary {
  color: #ffffff;
  background-color: #1E82DB;
  border-color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
      color: #ffffff;
      background-color: #005AAB;
      border-color: #FFF;
}



.form-control:focus {
  border-color: #005AAB;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  /*
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 108, 27, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(200, 108, 27, 0.6);
  */
}



	
/****************************************************/
/*****************    MENSAJES **********************/
/****************************************************/

.msj_advertencia{
	background-position:15px 10px;
	padding:20px 20px 15px 60px;
	margin:0 0 10px 0;
	background-image: url(../images/warning.png);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #e5e5e5;
	border-bottom-color: #e5e5e5;
	color: #3B3B3B;
	font-size: 13px;
}

.msj_exito{
	margin:0 0 10px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #769d2b;
	border-bottom-color: #769d2b;
	background-image: url(../images/bkg-verde_t.png);
	background-repeat: repeat;
}
	.msj_exito div.msj_contenido
	{
		text-align: left;
		padding:20px 20px 15px 60px;
		color:#3B3B3B;
		background-position:15px 15px;
		background-image: url(../images/valid.png);
		background-repeat: no-repeat;
	}
	.msj_exito * {
		font-size: 13px;
	}
	
.msj_error
{
	margin:0 0 10px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F30;
	border-bottom-color: #F30;
	background-image: url(../images/bkg-rojo_t.png);
	background-repeat: repeat;
}
	.msj_error div.msj_contenido
	{
		text-align: left;
		padding:20px 20px 15px 60px;
		color:#3B3B3B;
		font-weight: bold;
		background-position:15px 15px;
		background-image: url(../images/error.png);
		background-repeat: no-repeat;
	}
	.msj_error * {
		font-size: 13px;
	}
	
	
.barra_load{
 	border: 1px solid #99CCFF; 
 	padding: 1px 1px;
 	background-color: #FFF;
}	
.barra_load span{
	background-color: #99CCFF;
	display: block;
	width: 2%;
	float: left;
	height: 12px;
}
	


