.container {
    padding: 10px;
}

.jumbotron {
    background-image: url(../img/banner.png);
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
}
    

.jumbotron h1, p {
  color: #ffffff;  
  text-shadow: 2px 2px rgba(0, 0, 0, 0.45);
    
}




.jumbotron p {
    margin-bottom: 0px;
}

.logojumbo {
    max-height: 100px;
    max-width: 100px;
    margin-top: 0;
}

.panel-default > .panel-heading {    
  color: #ffffff;
  background-color: #0482bc;
    border: none;
}

.img-circle {
    max-width: 40px;
    max-height: 40px;
    
}

.media {
    padding: 5px;
    border-left: 5px solid rgb(255, 128, 0);
}

.media-body {
    padding: 10px;
}

a {
  color: #767676;
  text-decoration: none;
}



.orologio {
    color: rgba(0, 0, 0, 0.26);
    max-height: 15px;
    vertical-align: inherit;
    
}







.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #cccbcb;
}
.bs-callout-default h4 {
    color: #777;
}

.bs-callout-warning {
    border-left-color: #0482bc;
}
.bs-callout-warning h4 {
    color: #0482bc;
}
