

#navegacion{ background-color:#F5F5F5; min-height:500px; overflow:hidden;}
body{ background-color:#F5F5F5;}
#contenidocentral { max-width:80%; margin:0 auto; overflow:hidden;}
#contenidocentral2 { max-width:80%; margin:0 auto;}
.header {
	background-image: url(../../tablesorter/img/bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.headerSortUp {
	background-image: url(../../tablesorter/img/asc.gif);
}
.headerSortDown {
	background-image:url(../../img/desc.gif);
}
.botonmodificable {
  color: #ffffff;
  background-color: #aea79f;
  border-color: #aea79f;
     -moz-transition: all 0.10s ease-in;
    -webkit-transition: all 0.10s ease-in;
    -o-transition: all 0.10s ease-in;
    transition: all 0.10s ease-in;
}
.botonmodificable:hover {
  color: #ffffff;
  background-color: #dd4814;
  border-color: #dd4814;
}
.botonmodificable2 {
  color: #fff;
    background-color: #dd4814;
  border-color: #dd4814;

     -moz-transition: all 0.10s ease-in;

    -webkit-transition: all 0.10s ease-in;

    -o-transition: all 0.10s ease-in;
 
    transition: all 0.10s ease-in;
}
.botonmodificable2:hover {
  color: #ffffff;
  background-color: #C74012;
  border-color: #dd4814;
}
.animacion {
	width:90%;
  -webkit-animation: 1s ease-in-out 0s forwards animar;
     -moz-animation: 1s linear 0s  forwards animar;
       -o-animation: 1s linear 0s forwards  animar;
          animation: 1s linear 0s forwards  animar;
}

@-webkit-keyframes animar { from { width:10%; } to { width:100%; }  }
   @-moz-keyframes animar { from { width:10%; } to { width:100%; }  }
     @-o-keyframes animar { from { width:10%; } to { width:100%; }  }
        @keyframes animar {from { width:10%; } to { width:100%; }  }
::-webkit-scrollbar{width: 13px;}

::-webkit-scrollbar-button:vertical:increment {background-color:rgb(114, 114, 114);} ::-webkit-scrollbar-button:vertical:increment:hover {background-color:rgb(114, 114, 114);} 

::-webkit-scrollbar-thumb{background-color:rgb(196, 196, 196); border-radius: 0;}
::-webkit-scrollbar-thumb:hover{background-color:rgb(196, 196, 196);}

::-webkit-scrollbar-track{background-color:rgb(237, 237, 237);}

::-webkit-scrollbar-button:vertical:decrement {background-color:rgb(114, 114, 114);} ::-webkit-scrollbar-button:vertical:decrement:hover {background-color:rgb(114, 114, 114);} 