/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
  position: relative;
  min-height: 100%;
}
body {
    margin-top: 50px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
      margin-bottom: 60px;
    background-color: #fff;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    background: url('../images/fondoIndex.jpg') no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.logoinicio {
margin-top: 13%;
margin-left: 5%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
    border-top: dashed thin #CCC;
  /* Set the fixed height of the footer here */
  height: 60px;
    line-height: 60px;
  background-color: #f5f5f5;
}

#map { width:100%; height:280px; }

.container-full { margin: 0 auto; width: 100%; }

.faceicon{width: 20px; display: block;}