.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

a:focus, a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.form-control {
	background: #fafafa;
	border: 1px solid #e3e3e3;
	color: #666;
}
.form-control:focus {
	border: 1px solid #ccc;
}

/* http://stackoverflow.com/questions/19562903/remove-padding-from-columns-in-bootstrap-3 */
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

/* http://stackoverflow.com/questions/20547819/vertical-align-with-bootstrap-3 */
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: #f1f1f1;
    border: 1px solid #e3e3e3;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #344b72;
}

.btn-primary {
    color: #aebed9;
    background-color: #344b72;
	border: 0px;
	-moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #fff !important;
    background-color: #344b72 !important;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: #aebed9;
}
.login {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

.login .hader span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

.login .hader p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
}

.login form input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
}

.login form button {
  width: 100%;
  padding: 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
}

.login form button:hover {
  background-color: #0056b3;
}

.login form span {
  display: block;
  margin-top: 15px;
  font-size: 14px;
  text-align: center;
}

.login form span a {
  color: #007bff;
  text-decoration: none;
}

.login form span a:hover {
  text-decoration: underline;
}

.btn-rojo {
  background-color: #FF0000 !important; /* rojo puro */
  color: white !important;
  opacity: 1 !important;
  display: inline-block;
  border: none;
  font-weight: bold;
  padding: 6px 12px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  z-index: 10;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.btn-rojo:hover {
  background-color: #b30000 !important; /* rojo más oscuro */
  transform: scale(1.05);
  color: white !important;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0 15px 0;
  color: #333;
  text-align: center;
}
