html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
	padding: 0px;
	margin-top: 8em;
	font-size: .8em;
  /* Set the fixed height of the footer here */
  height: 80px;
}

.social {
	padding: 10px;
	float: right;
	margin-right: 3em;
}

.social-top {
	font-size: .8em;
}

body {
	line-height: 1.5em;
	font-size: 2em;
}

p {
	text-align: justify;
	margin: 1em;
}

h1 {
	margin-top: 2em;
	margin-bottom: 1.1em;
	font-weight: bold;
	color: #00529c;
}

h2 {
	font-weight: bold;
}

h3 {
	margin-top: 2em;
	font-weight: bold;
}

a {
	text-decoration: underline;
	color: #00529c;
	padding: .2em;
}

a:hover {
	color: #fff;
	background: #00529c;
	border-radius: 3px;
}

blockquote {
	border-left: 5px solid #00529c;
	margin-left: 2em;
	padding-left: .1em;
}

blockquote footer, blockquote small, blockquote .small {
	display: block;
	font-size: 80%;
	color: #333;
}

.navbar {
	background: #00529c;
  border: none;
	margin: 0;
	border-radius: 0px;
}

.navbar a {
	color: #fff;
	text-decoration: none;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
}

.color_rev {
	color: #fff; 
	font-weight: normal;
}

.hero_txt {
	padding-right: 1em;
	padding-bottom: 1em;
	font-style: italic;
}

.franja_prologo {
	height: 20em;
}

.franja_indice {
	background: #eaeaea;
	width: 100%;
	xmargin: 0;
	padding-bottom: 3em;
}

.franja_indice p {
	margin-bottom: 2.5em;
}

.idx_num {
	background: #00529c;
	border-radius: 100%;	
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	padding: 1em;
	margin: 1em;
}

.bggris {
	background: #2e2e2e;
	color: #fff;
}

.bggris a { color: #fff; }
.bggris a:visited { color: #fff; }
                            
.franja_artA h1 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #bbb;
}

.franja_artB {
 	background: #f1f1f1;
}

.franja_artB h1 {
	padding-bottom: 0.5em;
	border-bottom: 1px solid #bbb;
}

.break_here {
	margin: 2em 0 3em 0;
	height: 1em;
	border-bottom: 1px solid #bbb;
}

.break_here_prn {
	margin: 3em 0 3em 0;
	height: 1em;
	border-top: 1px solid #bbb;
	font-size: 0.6em;
	font-style: italic;
	text-align: right;	
	line-height: 0.8em;
	color: #999;
}

.idx_titulo {
	color: #fff;
	background: #666;
	border-radius: 100%;
	padding: .5em;
	margin-top: .5em;
}
