/* Move down content because we have a fixed navbar that is 50px tall */
html {
  position: relative;
  min-height: 100%;
}

body {
  min-width: 300px;
  padding-top: 0px;
  margin-bottom: 0px;
  background: #FFFFFF;
  font-family: "Georgia", Helvetica, Verdana, sans-serif;
}

H1 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 6px;
	margin-top: 12px;
	color: #000000;
}

H2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 6px;
	color: #000000;
}

H3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
	color: #000000;
}

td {
	font-family:  "Georgia", Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	border: 0px dotted red;
}

p {
	line-height: 140%;
	word-spacing: 0;
	margin-top: 4;
	margin-bottom: 4;
	padding-top: 0px;
}

ul {
	line-height: 150%;
}

textarea {
	font-family:  Helvetica, Verdana, sans-serif;
	color: #000000;
}

input {
	font-family:  Helvetica, Verdana, sans-serif;
	color: #000000;
}

table.ger {
	BORDER-RIGHT: #b6b7cb 0px solid;
	BORDER-TOP: #b6b7cb 0px solid;
	BORDER-LEFT: #b6b7cb 0px solid;
	BORDER-BOTTOM: #b6b7cb 0px solid;
	border-spacing: 1px;
}

table.ger img {
	padding: 2px;
}

table.omleader td{
	font-family:  Helvetica, Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

.descritores{
	font-family:  Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

img.imcm {
	padding: 2px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}

table.imos150 img {
	max-width: 150px;
	width: 100%;
}

.col-sm-8 img {
	border: 1px solid white;
}

form {
	font-family:  Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #676767;
}

.ol-attribution{
	font-family:  Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

A:link {
	text-decoration: none;
	color: #789B5D;
}

A:visited {
	text-decoration: none;
	color: #789B5D;
}

A:hover {
	text-decoration: none;
	color: #7E6526;
}

A:active, A:focus {
	text-decoration: none;
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

p a:link {
	text-decoration: underline;
	color: #789B5D;
}

p a:visited {
	text-decoration: underline;
	color: #789B5D;
}

p a:hover {
	text-decoration: underline;
	color: #7E6526;
}

p a:active, a:focus {
	text-decoration: underline;
    outline: none;
    ie-dummy: expression(this.hideFocus=true);
}

A:link.nav {
	text-decoration: none;
	color: #2E5294
}

A:visited.nav {
	text-decoration: none;
	color: #2E5294
}

A:hover.nav {
	text-decoration: none;
	color: #2E5294
}

A:focus.nav {
	outline-width: medium;
	outline-style: none;
	outline-color: invert;	
}

.navbar-default {
	border-width: 1px;
    border-color: #306359;
    background: #306359;
    margin-bottom: 0px;
    border-radius: 0;
}
.navbar-brand:focus {
	outline: 0px;
}

.panel-default {
border-width: 1px;
border-color: #93CE42;
}
.form-group{
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar-default .navbar-nav  > li > a {
 font-weight: normal;
 color: #FFFFFF;
}

.footer {
	/*
  position: absolute;
  bottom: 0;
   height: 50px;
  */
  width: 100%;
  /* Set the fixed height of the footer here */
 
  background-color: #2A2E37;
  min-height: 50px;"
}

span.image-missing {
  background: rgba(125,125,200,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 200px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 245px;
  opacity: 0.5;
}

span.text-content {
  background: rgba(125,125,200,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 200px;
  left: 5px;
  position: absolute;
  top: 5px;
  width: 245px;
  opacity: 0;
}

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

.link-content:hover span.text-content { 
 opacity: 1; 
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.right.carousel-control, .left.carousel-control {
    display: none;
}
/* Carousel base class */
.carousel {
  margin-bottom: 30px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  right: 60%;
  left: 0px;
  bottom: 0px;
  padding: 5px;
  height: 100%;
  border: 0px solid blue;
  background: rgba(75,75,75,0.6);
}
.carousel-indicators {
    position: absolute;
    bottom: 5px;
    left: 20%;
    z-index: 15;
    width: 60%;
    padding-left: 0px;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

/* Declare heights because of positioning of img element */
.carousel .item {

  background-color: #000000;
}
.carousel-inner > .item > img {
  min-width: 100%;
  margin: auto;
}

@media (min-width: 1100px) {
  /* Bump up size of carousel content */
   .carousel-caption > table td p{
    margin-bottom: 5px;
    font-size: 11pt;
    line-height: 1.1;
  }
  .carousel-caption > table td H1{
  font-size: 18pt;
  }   
}

@media (max-width: 1100px) {
  /* Bump up size of carousel content */
  .carousel-caption > table td p{
    margin-bottom: 5px;
    font-size: 9pt;
    line-height: 1.1;
  }
  .carousel-caption > table td H1{
  font-size: 14pt;
  }   
}

@media (max-width: 700px) {
  /* Bump up size of carousel content */
  .carousel-caption > table td p{
		display: none;
	}
  .carousel-caption > table td H1{
  font-size: 12pt;
  }   
}

@media (max-width: 500px) {
  /* Bump up size of carousel content */
  .carousel-caption > table td p{
	display: none;
  }
  .carousel-caption > table td H1{
  font-size: 8pt;
  }
  .applbl{
  	display: none;
  }  
}

.carousel-caption > table td p, .carousel-caption > table td H1, .carousel-caption > table td a {
  color: #FFFFFF;
}

a.mainitem{
  font-family: Arial, Verdana, Helvetica, sans-serif;
}