/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
.head_img {
    width: 20%;
    height: 10%;
    background-image: url('../img/logtipos_oficiales.png');
}  
}

h1, h2, h3, h4, h5, h6{
	color: #516979;
}


@media (max-width: 992px) {
  body {
    padding-top: 56px;
  }
.head_img {
    width: 60%;
    height: 100%;
    background-image: url('../img/logtipos_oficiales.png');
}  
}

.img{
display:block;
margin:auto;
}