/* Global Styles */

html,
body {
  width: 100%;
  height: 100%;
  background-color: #366194;
}

body {
  font-family: arial, verdana, helvetica, sans-serif;
}

.text-header {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 10px;
}

.text-footer {
  display: table-cell;
  text-align: center;
  vertical-align: middle ;
}

/* Custom Button Styles */

.btn-blue {
  border-radius: 0.5;
  color: #fff;
  background-color: #366194;
  opacity: 0.70;
  filter: alpha(opacity=40);
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
  color: #fff;
  opacity: 0.90;
  filter: alpha(opacity=70);
}

.btn-dark {
  border-radius: 0.5;
  color: #fff;
  background-color: #202020;
  opacity: 0.70;
  filter: alpha(opacity=40);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  color: #fff;
  opacity: 0.90;
  filter: alpha(opacity=70);
}

.btn-rosa {
  border-radius: 0.5;
  color: #fff;
  background-color: #F93F6B;
  opacity: 0.70;
  filter: alpha(opacity=40);
}

.btn-rosa:hover,
.btn-rosa:focus,
.btn-rosa:active {
  color: #fff;
  opacity: 0.90;
  filter: alpha(opacity=70);
}

/* Side Menu */

#sidebar-wrapper {
  z-index: 2;
  position: fixed;
  right: 0;
  width: 250px;
  height: 100%;
  margin-right: -250px;
  overflow-y: auto;
  background: #222;
  opacity: 0.90;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
  font-size: 18px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #366194;
  opacity: 0.90;
  filter: alpha(opacity=90);

  font-weight: bold;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  text-indent: 40px;
  height: 55px;
  font-size: 25px;
  line-height: 60px;
  font-weight: bold;
  color: #FFF;
}


#menu-toggle {
  z-index: 3;
  position: fixed;
  top: 0;
  right: 0;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Header */

.header {
  display: table;
  position: relative;
  width: 100%;
  height: 68%;
  color: #FFF;
  background-color: #CCC;
  padding-bottom: 5px;
  background: url(../img/fondo.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

/* Footer */

.footer {
  display: table;
  position: relative;
  width: 100%;
  height: 32%;
  background-color: #366194;
}

/* contacto */

.bg_comentario {
  background-color: #254E8E;
  background: url(../img/fondo-comentarios.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg_contacto {
  background-color: #243762;
  background: url(../img/fondo-correos.jpg) no-repeat center center scroll;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

