header{
background:#C4261D;
height:10px;
}

a{

  color: #C4261D;

}
.row, .form-group{

	margin-left:  0 !important;
	margin-right: 0 !important;
}

.btn-primary, .active {
background:#C4261D;
border-color: whitesmoke;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{

	background:#C4261D;
    border-color: whitesmoke;
}

.form-control-per{

  display: block;
  /* width: 100%; */
  height: 34px;
  margin-top: 3px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555; 
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;



}

.form-control:focus {
box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(5, 0, 0, 0.6);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color:#fff;
	background-color:#AA0000;
	border-color:#900;
}

.options-container{

	margin: 0 auto;
	width: 500px;
}

#usuario,.top{

	margin-top: 10px;
}

.opciones-index{

   font-size: 1.7em;
   font-weight: 500;
   line-height: 1.1;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


.btn-config{
    color: #C4261D;
    border-color: whitesmoke;
    background-color: whitesmoke;
}

.btn-config:hover{
    color: whitesmoke;
    border-color: #C4261D;
    background-color: #C4261D;
}


