@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600,600italic,700,700italic";

body {
  padding-top: 0;
  padding-bottom: 40px;
  background: url('../images/bg.jpg') center center;
  background-size: cover;
  color: #FFF;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
}
h1{
font-size: 5rem;
  font-weight: 700;
}
h2{
  font-size: 3rem;
  font-weight: 700;
}
h3{
	font-size: 1.75rem;
	font-weight: 700;
}
h3 small{
	display: block; color: #FFF;
}
.list-unstyled a:link, .list-unstyled a:visited{
  color: #FFF;
  text-decoration: underline;
}
.list-unstyled a:active, .list-unstyled a:hover{
  color: #FFF;
  text-decoration: none;
}
.br-100{
	border-radius: 100px;
	box-shadow: -1px 10px 45px -2px rgba(0,0,0,0.4);
-webkit-box-shadow: -1px 10px 45px -2px rgba(0,0,0,0.4);
-moz-box-shadow: -1px 10px 45px -2px rgba(0,0,0,0.4);
margin: auto;
}
.br-10{
	border-radius: 10px;
}
.container{
	min-height: 600px;
}
.contenido{
	padding-top: 250px;
}
.nav.nav-pills li a{
	background-color: #FFF;
}
.nav.nav-pills li.active a{
	background-color: #337ab7;
}