body
{
  font-family: Arial;
  font-size: 12px;
  background-color: #FFF;
  margin : 0px;
  color : #1C2D6F;
  
  
}

table
{
  padding : 2px;  
}

table td
{
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  
}

td a
{
  text-decoration: underline;
  color: #1C2D6F;
  font-weight: bold;
}

th {
  font-weight: bold;
  background-color: #C8CFDD;
  font-size: 12px;
  color: #1C2D6F;
  text-align: center;
  border-spacing: 0px;
  vertical-align: top;
  /*border-radius:4px;
  box-shadow:0 1px 8px rgba(0,0,0,0.5);*/
}

th a
{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #1C2D6F;	
}

th a:hover {
  color: #1C2D6F;
  text-decoration: none;
}

.tableMain
{
  margin-left: 0.5cm;
  margin-top: 0.5cm;
  margin-right: 0.5cm;
  margin-bottom: 0.5cm;
  
  width: 90%;
  padding: 2px;

}

.tableSub
{
  background-color : #FFF;
  border-spacing: 4px;
  border-radius:8px;
  border: 2px solid #1C2D6F;
  
  /*
  box-shadow:0 1px 8px rgba(0,0,0,0.5);
  border: 1px solid #1C2D6F;
  */
}


.tableSub td, th
{
   padding: 4px;
   border : 0px;
}

.tableList
{
  background-color : #FFF;
  padding: 8px;
  border-spacing : 10px;
  border: 2px solid #1C2D6F;
  border-radius:8px;
}

.tableList th
{
   padding: 8px;
   border-collapse: collapse;
   border-radius:8px;
}

.tableList td
{
   padding: 8px;
}

tr { vertical-align: middle; } 

td {
  font-family: Arial;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  
}

input.number
{
  text-align: right;
}

hr
{
  border: 1px solid #1C2D6F;
}

.tableSub hr
{
  border: 1px solid #1C2D6F;
}

.tableMain hr
{
  border: 1px solid #1C2D6F;
}

.row_gray {
	background-color: #FFF;
}

input.button
{
  border-radius: 4px;
  background-color: #000;
  border: solid 2px #E0E0E0;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  padding: 4px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 4px;
  text-height : bold;
}

.buttonColor
{
  border-radius: 4px;
  background-color: #1C2D6F;
  /*border: solid 2px #344D74;*/
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 4px;
  text-height : bold;
}

.buttonColor:hover
{
  background-color: #EACFE6;
  color: #1C2D6F;
}

.buttonColorRed
{
  border-radius: 4px;
  background-color: #8A0808;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 8px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 4px;
  text-height : bold;
}

.buttonColorRed:hover
{
  background-color: #DF0101;
  color: #FFF;
}

.titulo
{
  font-size: 20px;
  font-family : Arial;
  font-weight : bold;
  text-align : left;
}

.subtitulo
{
  font-size: 16px;
  font-family : Arial;
  font-weight : bold;
  text-align : left;
}

input, textarea, select
{
  background-color: #FFFFFF;
  border: 1px solid #BDBDBD;
  color: #1C2D6F;
  font-size: 12px;
  font-family : Arial;
  transition: all 0.5s;
  margin: 2px;
  border-radius:4px;
  /*box-shadow:0 1px 8px rgba(0,0,0,0.5);*/
  padding:4px;
}

/*
input[type=text]
{
  text-transform: uppercase;
}

input[type=password]
{
  text-transform: lowercase;
}
*/

textarea
{
  resize: none;
}

.espera {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/espera.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    display: none;
}

.td_totales
{
  background-color : #EFFBEF;
  font-size: 14px;
  font-weight: bold;
  text-align : right;
}

.td_fecha
{
  white-space: nowrap;
  text-align : center;
}

.td_numero
{
  white-space: nowrap;
  text-align : right;
}

.td_grafica
{
  background-color : #FFF;
  border-spacing: 4px;
  border-radius:8px;
  box-shadow:0 1px 8px rgba(0,0,0,0.5);
  border: 1px solid #1C2D6F;
  text-align: center;
  vertical-align: middle;
}

.div_tableId
{
  width: 1em;
  height: 1em;
  overflow: auto;
  position: relative;
}

.row_gray {
	background-color: #FAFAFA;
}

.row_inactive {
	background-color: #F6CECE;
        color: #000;
}


