body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 2px solid #428bca;
}

blockquote p {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.25;
}

figcaption {
  font-size: 10px;
  text-align: center;
  margin-bottom: 10px;
}


#imgDest img{display: block; float: right; margin-left: 15px; margin-bottom: 15px; padding: 5px; border:solid 0px #DDDDDD; border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px;-webkit-border-bottom-right--radius:5px;-webkit-border-bottom-left--radius:5px; -moz-box-shadow: 1px 1px 6px #666666; -webkit-box-shadow:1px 1px 6px #777777; box-shadow:1px 1px 6px #777777;}
#imgconten img{height: auto; max-width: 90%; margin: 15px; padding: 2px; border:solid 0px #DDDDDD; border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px;-webkit-border-bottom-right--radius:5px;-webkit-border-bottom-left--radius:5px; -moz-box-shadow: 1px 1px 6px #666666; -webkit-box-shadow:1px 1px 6px #777777; box-shadow:1px 1px 6px #777777;}

.imgfondo { height:100px; background-size: 100%; background-position: 50%;}
.fotored { border:solid 0px #DDDDDD; border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px;-webkit-border-bottom-right--radius:5px;-webkit-border-bottom-left--radius:5px; -moz-box-shadow: 1px 1px 6px #666666; -webkit-box-shadow:1px 1px 6px #777777; box-shadow:1px 1px 6px #777777;}

.navbar {
  background-color: #003366; /*color de la barra de navegación*/
  min-height: 20px; /*altura de la barra de navegación*/
  margin-bottom: 30px; /*separación entre la barra de navegación superior y el texto de debajo*/
}

.navbar-default .navbar-nav > li > a {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #003366;
  border: 1px solid #dddddd;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav2 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  border: 1px solid #dddddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.nav2:before,
.nav2:after {
  display: table;
  content: " ";
}

.nav2:after {
  clear: both;
}

.nav2:before,
.nav2:after {
  display: table;
  content: " ";
}

.nav2:after {
  clear: both;
}

.nav2 > li {
  position: relative;
  display: block;
}

.nav2 > li > a {
  position: relative;
  display: block;
  padding: 5px 15px;
}

.nav2 > li > a:hover,
.nav2 > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav2 > li.disabled > a {
  color: #999999;
}

.nav2 > li.disabled > a:hover,
.nav2 > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav2 .open > a,
.nav2 .open > a:hover,
.nav2 .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}

.nav2 .open > a .caret,
.nav2 .open > a:hover .caret,
.nav2 .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav2 .nav2-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav2 > li > a > img {
  max-width: none;
}


.dropdown-menu > li > a {
  color: #428bca;
}

.page-header {
  padding-bottom: 1px;
  margin: 10px 0 10px;
  border-bottom: 1px solid #eeeeee;
}


footer p{
  margin:15px 10px 10px 10px;
  color: #ccc;
}

p{
text-align : justify;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #006699;
  border-color: #003366;
}

.form-control {
  display: block;
  width: 100%;
  height: 28px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}