/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30-dic-2016, 12:07:18
    Author     : Alberto Linares Bullejos
*/
div.main{
    height: auto;
    padding: 0;  
}
div.panel-primary div.panel-heading{
    text-align: center;
    background-color: #ec1b23;
    border-color: #ec1b23;
}

div.panel-primary{
    margin: 1em;
    border-color: #ec1b23;
    max-height: 590px;
}
div.container > ul.pagination > li > a.pag{
    cursor: pointer;
}
