html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
  background: #E7EBF2;
}

thead .morado{
 background-color: #563D7C; color: #fff;   
}

thead .azulado{
    background-color: #006df0; color: #fff;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 10px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.error{
text-transform:none;
font-weight:normal;
color:#F00;
}

.table {
	text-transform:uppercase
}

.table th{
	text-align:center;
}

.td_center{
	text-align:center;
}

.td_center_all{
	text-align:center;
	vertical-align:middle;
}

.control-label{
    cursor: pointer;
}

.con_cursor{
    cursor: pointer;
}

table h3{
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.row_right{
    text-align: right;
}

.row_left{
    text-align: left;
}

.row_center{
    text-align: center;
}

.normal_text_i{
    font-weight: normal;
    font-style: italic;
}

#currentpage, #totalpages{
    font-weight: bold;
    color: #0044cc;
}

#div_carga{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(../img/gris2.png) repeat;
    display:none;
    z-index:1;
}