/* CSS 3 Document */

body {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url('../images/fondo.png') #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;}
.recordar a{color: #FFF;}
.recordar a:hover{color: #FFF; }
h2{color: #FFF}


.btn-primary {
  color: #ffffff;
  background-color: #9D4513;
  border-color: #FFF;
}

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



.form-control:focus {
  border-color: #c86c1b;
  outline: 0;
  -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: #FFF;
	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:#FFF;
		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:#FFF;
		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;
}
	
.center{text-align: center;}



.contenidoD1 {
  max-width: 700px;
  padding: 15px;
  margin: 0 auto;
}
    .contenidoD1 .titulo{
      margin-bottom: 10px;
    }
    .contenidoD1 > .box{
        background-color: rgba(0,0,0,.3);
        padding: 25px;
    }
    .contenidoD1  > .box > p{
      color: #fff;
    }


a.blanco {text-decoration:none; color:#FFF;}
a.blanco:link {text-decoration:none;}
a.blanco:active {text-decoration:none;}
a.blanco:visited {text-decoration:none;}
a.blanco:hover{text-decoration:none; color:#f9c100;}

.mayuscula{text-transform: uppercase;}
.fz-14{font-size: 14px;}
.fz-16{font-size: 16px;}

