﻿body {
padding-top: 70px;
/*background: gainsboro;*/
background: ghostwhite;
/*background: ivory;*/
}

.navbar-inverse-msu {
  background-color: #2e4188;
  border-color: #080808;
  height: auto;
}

.navbar-inverse-msu .navbar-brand {
  color: #fff;
}

.list-group-item-msu {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  /*background-color: #fff;*/
  background: ghostwhite;
  border: 1px solid #ddd;
}

.list-group-item-msu.active,
.list-group-item-msu.active:hover,
.list-group-item-msu.active:focus {
  z-index: 2;
  color: #fff ;
  background-color: #39843e;
  border-color: #428bca;
}

a.list-group-item-msu:hover,
a.list-group-item-msu:focus {
  color: #fff;
  text-decoration: none;
  /*background-color: #f5f5f5;*/
  background-color: #39843e;
}

.jumbotron
{
    width:auto;
    
    min-height: 600px;
}

#loginMessageStatus .form-group
{
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
}

.text-highlight-blue
{  
    font-weight: bold;
    color: #5562fe;
}

.text-highlight-red
{  
    font-weight: bold;
    color: #ff3030;
}

.text-highlight-green
{  
    font-weight: bold;
    color: #43ac4b;
}

.pnlDatosCliente-text
{
    font-size: small;
}

.text-highlight-black
{  
    font-weight: bold;
    color: black;
}