/*
A Bootstrap 3.1 affix sidebar template
from http://bootply.com

This CSS code should follow the 'bootstrap.css'
in your HTML file.

license: MIT
author: bootply.com
*/

body {
 padding-top:50px;
 line-height: 1.5em;
}

#masthead { 
 min-height:250px;
}

#masthead h1 {
 font-size: 30px;
 line-height: 1;
 padding-top:20px;
}

#masthead .well {
 margin-top:8%;
}

@media screen and (min-width: 768px) {
  #masthead h1 {
    font-size: 30px;
  }
}

.navbar-bright {
 background-color:#111155;
 color:#fff;
}

.affix-top,.affix{
 position: static;
}

@media (min-width: 979px) {
  #sidebar.affix-top {
    position: static;
  	margin-top:30px;
  	width:228px;
  }
  
  #sidebar.affix {
   /* position: fixed;*/
    top:70px;
    width:228px;
  }
}

#sidebar li.active {
  border:0 #eee solid;
  border-right-width:5px;
}

/** paginas1.com **/
.letrapeke {
	font-size: 10px;
	font-weight: bold;
}
h1,h4 {
  color: #C7D355;
}
a:visited {
  text-decoration: none;
  color: #94BC41;
}
a:link {
  color: #94BC41;
 /* text-decoration: none;*/
}


a:hover {
	color: #C3593C;
	background: inherit;	
}

a.title {
	color: #FE6700;
	background: #FFF;
}

h1 {
	font: bold 2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px; 
	padding: 2px 0 0 0px;
	margin: 0;
	color: #464548;
	background: inherit;
}

h1 a, h2 a {
	text-decoration: none;
	color: #464548;
	background: inherit;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h1 .red{
	color: #C3593C;
	background: inherit;
}
.nav > li > a {

	color:#FFF;
	font-size:12px;
}
.nav > li > a:hover {

	color:#FF0;
	text-decoration:underline;
}
.cabeceratit {
	font-size:18px;
	color:#C7D355;
	}
.cabeceratit > h1 {
	font-size:18px;
	}	
.collapse navbar-collapse {
	background-color:#03C;
	
	}
h2, .h2 {
  font-size: 20px;
  	color:#C7D355;
}
h4, .h4 {
  font-size: 14px;
}


a.linktexto:link {
  COLOR: #CCCCCC;
  FONT-WEIGHT: none;
  font-size: 10px;
  text-decoration:none;
  font-family:Arial, Helvetica, sans-serif;
}

a.linktexto:visited {
  color: #CCCCCC;
  font-weight: none;
  font-size: 10px;
  text-decoration:none;
}

a.linktexto:hover {
  color:#FF0;
  font-size: 10px;
  text-decoration:underline;
}