html,
body {
    height: 100%;
}

@media (min-width: 1200px){
.container {
    width: 90%;
}
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    text-align: center;
    font-weight: bold;
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* CUSTOM CSS */

.wrap{
    background-color: #ededed;
}
#header_container{
    background-color: #8699A4;
    border-bottom: 1px solid #999;
}
#header_container h2{
    color: white;
}
#logo_cabecera{
    max-width: 100%;
    /*max-height: 10em;*/
    margin: 0 auto;
}

.iconos_menu{
    width: 60%;
    max-width: 200px;
}

#main_menu h3{
    text-align: center;
}
#main_menu img{
    margin: 0 auto;
}
#main_menu img:hover{
    -webkit-filter: opacity(.2);
    filter: opacity(.2);
}

.cols{
    width: 6em !important;
    overflow: hidden;
}

table{
    font-size: 0.9em;
}

.table_com{
    width: 110%;
}

/* Número */
td[data-col-seq="0"] {
    width: 50px;
    background-color: #7fcbf5;
    font-weight: bold;
}
/* área temática */
td[data-col-seq="1"] {
    width: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Título */
td[data-col-seq="2"] {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Clave */
td[data-col-seq="3"] {
    width: 80px;   
}
/* Autores */
td[data-col-seq="4"] {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* Enviado */
td[data-col-seq="7"] {
    width: 40px;   
}

.menu_button{
    margin: 1em;
}

.porcentajes{
    text-align: center;
    font-size: 1.4em;
    margin: 1em auto;
}

table .glyphicon{
    margin: 0 0.5em;
    font-size: 1.4em;
}

.titles{
    font-size: 2em;
    margin-bottom: 1em;
    text-align: center;
    color: #337ab7;
}