/*
Color fondo #0087D2
*/
h1,h2,h3,h4 {
  /**color: #EEE786;/**/
  color: #000;
}

form{
  background-color: #EEE;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 3px;
}

label{
  margin-bottom: 1px;
  font-weight: lighter;
}

.btn, .btn-sm, .btn-lg {
  cursor: pointer;
  border-radius: 50px;
}

a {
  color: #EEE786;
}
a:hover,
a:focus {
  color: #000;
}

.mi-navbar-inverse {
  background-color:#FFF !important;
  border-color: #080808;
}

body {
  font-family: Arial,Helvetica,sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../tema/fondo.png);
  background-attachment: fixed;
}

.pagination {
  margin: 0;
  float: right;
}

.container{
  background-color: #FFF;
  border-left: #D4DADC 1px solid;
  border-right: #D4DADC 1px solid;
  border-top: #D4DADC 1px solid;
}

.top_menu{
  background-color: #FFF;
}

.nav > li {
  border-left: #FFF 1px dashed;
  border-right: #FFF 1px dashed;
}

.nav > li > a{
  /**color: #FFF;/**/
  color: #000;
  border: #FFF 1px solid;
}
.nav > li > a:hover {
  background-color: #FFF;
  /*color: #EEE786;*/
  color: #000;
}

.derecha {
  text-align: right;
}

.centro {
  text-align: center;
}

.footer {
  background-color: #0087D2;
  color: #fff;
  padding: 0px;
  text-align: right;
}

.fondo-menu {
  background-color: #FFF;
}

.header-info{
  font-size: 16px;
}

.header-admin{
  font-size: 20px;
}

/**
input, option, select{
  text-transform:uppercase;
}
/**/

.redes{
  font-size: 40px;
  float: right;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
}

.img {
  margin:0 auto 0 auto;
}

.marco {
  box-sizing: border-box;
  border: #FFF 2px solid;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 25px;
}

.marco-texto {
  height: 40px;
  overflow: hidden;
  text-align: center;
}

* {
  font-family: sans-serif;
}