.bs-docs-header  {
    background-color: #007bc0;
    background-repeat: repeat-x;
    color: #cdbfe3;
    position: relative;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    font-size: 24px;
}
.centrado {
    margin: auto;
}
body{
    background-color: #efefef;
}
#content {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.footer {
    background-color: #007bc0;
    color: #cdbfe3;
    text-align: right;
}
img {
    margin-bottom: 2em;
}
p {
    text-align: justify!important;
}
.highlight {
    background-color: #f7f7f9;
}
