/*!
 * 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)
 */
/* Font del Logo: TOBASCO */
BODY {
  /*	font-family: verdana, arial;*/
  padding-top: 54px;
}
#MainContainer {
  max-width: 1000px;
}
@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}
/*// Variables*/
/* Color del Texto y background */
a {
  color: #0b689f;
  /*    text-decoration: underline;*/
  font-size: 95%;
}
a:hover {
  /*    color: @link-hover-color;   no lo pesca*/
  color: #1099eb;
  text-decoration: underline;
}
.Titulo {
  font-weight: 450;
  color: #0c75b7;
}
.TxtSubTitulo {
  COLOR: #0c75b7;
  font-weight: 450;
  font-size: 100%;
}
.TxtControl {
  /*    COLOR: SteelBlue;*/
  font-weight: 400;
  COLOR: #0c75b7;
}
.TitPanel {
  COLOR: #0c75b7;
}
