@import url(https://fonts.googleapis.com/css?family=Questrial);

html,body {
	height:100%;
    background:center no-repeat fixed url('../imagenes/fotos-000.jpg');
    background-size: cover;
    color:#444;
    font-family: 'Questrial', sans-serif;
}

@media (min-width:768px) {
    h1 {
        font-size:68px;
    }
}
p{
	font-size: 15px;
}
#cabeza{
  background:#1C2833;
	opacity: 0.9;
  height: 100px;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 5px;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
  color:#cdcdc3;
  padding-bottom: 100px;
  text-align: center;
}
a {
    color:#999;
}

a:hover {
    color:#111;
}

.btn,.well,.panel {
    border-radius:0;
}

.btn-blue {
    background-color:#5491bd;
    border-color:#5491bd;
    color:#fff;
}

.text-danger, a.text-danger {
    color:#5491bd;
}

.btn-huge {
    padding:17px 22px;
    font-size:22px;
}

.icon-bar {
	background-color:#fff;
}

.navbar-trans {
	background-color:#2b2b2b;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    border-radius: 5px;
    border-bottom-right-radius:0px ;
    border-bottom-left-radius: 0px;
    color:#cdcdc3;
    border-width:0;
}

.navbar-trans .navbar-brand, .navbar-trans >.container-fluid .navbar-brand {
    padding: 14px;
    color:#5491bd;
}

.navbar-trans li>a:focus,.navbar-trans li.active {
	background-color:#5491bd;
	color:#333;
}

.navbar-trans li>a:hover {
	background-color:#5491bd;
	color:#fff;
	opacity:0.5;
}

.navbar-trans a{
    color:#cdcdcd;
    letter-spacing:1px;
}

.navbar-trans .form-control:focus {
	border-color: #eee;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(100,100,100,0.6);
}



section {
    padding-top:70px;
    padding-bottom:50px;
    min-height:100%;
    min-height:calc(100% - 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#principal {
    color:#fff;
    margin-top: 5px;
}

#principal {
    background-color: #1C2833;
		opacity: 1.0;
}

#formulario {
    background-color: #f6f6f6;
    color:#444;
    padding-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;

}

footer {
  background-color:#212F3C;
    color:#ddd;
    min-height:100px;
    margin-right:10px;
    margin-left: 10px;
    border-radius: 5px;

}

.sidebar {
     margin-right: 0px;
     top: 30px;
     background-color:none;
     border-radius: 5px;
}
.sidebar a {
     background-color:rgba(0,0,0,0.9);
     margin-right: 3px;
     color: #5491bd;
}

aside{
	margin-top: -60px;
}
.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
.panel-body p{
  color: black;
}
.info{
	background:#212F3C;
}
