.fondo{
	background: #337AB7;
	color: #ffffff;
}

.linea-izquierda{
	border-left: solid 3px #d9534f;	
}

.ocultar{
	display: none;
}

.btn-outline-primary {
  color: #337AB7;
  background-color: transparent;
  background-image: none;
  border-color: #337AB7;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #337AB7;
  border-color: #1a8551;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(144, 85, 162, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(144, 85, 162, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #1a8551;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #337AB7;
  border-color: #1a8551;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(144, 85, 162, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(144, 85, 162, 0.5);
}

.cesta1 {
	line-height:60px;
	max-width:160px;
	color:#ffffff;
	fill:#ffffff
}
.cesta1:hover {
	color:#2196f3;
	fill:#2196f3
}
.cesta1:active {
	color:#2196f3;
	fill:#2196f3;
	background-color:#161c1f
}
html .cesta2 {
	fill:inherit;
	color:inherit
}
.cesta3 {
	font-size:14px;
	line-height:21px;
	color:inherit;
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	text-align:center
}
/* PARA EL LOGIN */
.login-form{
	margin:4% auto 0;
	max-width:440px;
}

.login-form h1{
	font-size: 30pt;
	font-weight: 700;
    letter-spacing: -1px;
    font-style: oblique;
}

.form-header,.form-footer{
	background-color: rgba(255, 255, 255, .8);
  	border: 1px solid rgba(0,0,0,0.1);
}

.form-signin{
/*	padding: 45px 35px 45px; MODIFICADO */
	padding: 4px 35px 4px 35px;
  	background-color: #fff;
  	border: 1px solid rgba(0,0,0,0.1);  
    margin-bottom: 0px;
/*
  	border-bottom: 0px; 
  	border-top: 0px;  
*/
}

.form-register{
	padding: 45px 35px 45px;
  	background-color: #fff;
  	border: 1px solid rgba(0,0,0,0.1);  
  	border-bottom: 0px; 
  	border-top: 0px; 
}

.form-header{
	text-align: center;
/*	padding: 15px 40px;*/
	border-radius: 10px 10px 0 0;
}
.form-header i{font-size:60px;}
.form-footer {
	padding: 15px 40px;	
}
.form-signin-heading{
	margin-bottom: 30px;
}
.bt-login{
	background-color: #3498db;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 10px;
    transition: background-color 300ms linear 0s;
}
.form-signin .form-control, .form-register .form-control{
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
/*  margin: 20px 0 0 0;*/
  width: 250px;
  text-align: center;
  margin: 20px auto 0 auto;
}
.form-signin .form-control:focus, .form-register .form-control:focus {
  z-index: 2;
}
.form-register input{
	border: 1px solid #ddd;
    border-radius: 0;
    color: #333;
    height: 43px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.has-error{color:#ff0000 !important;}
.has-success{color:#78b310 !important;}
.has-error input{border:1px solid red !important;}
.has-success input{border:1px solid #78b310 !important;}

.message_success{background-color: #78b310; color:#fff;padding: 5px;}
.message_error{background-color: #e74c3c; color:#fff;padding: 5px;}
h1{font-family: Pacifico;}

