table tfoot th{
  background-color: #F4F4F4; 
}
table{
  border-collapse: collapse;
}
table td, table th{
  padding: 5px;
}
table tbody tr{
  border-bottom: 1px solid #DDDDDD;
}
table thead tr{
  border-bottom: 3px solid #DDDDDD;  
}
table.tr_hover tbody tr:hover{
  background-color: whitesmoke;
}

form{}
fieldset{
    border: 1px dotted #cccccc;
    background-color: #ddeffc;
    padding: 1em;
}
legend{
    font-size: 1.5em;
    font-weight: bold;
}
label{
    font-weight: bold;
}
.submit{
    background:#000 url(../images/fondo_pagina.gif) repeat-x center;
    border:none;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.3em 0.5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 5px rgb(153,153,153);
    -moz-box-shadow: 0 0 5px rgb(153,153,153);
    box-shadow: 0 0 5px rgb(153,153,153);
}

.new{
    background: url("../images/ico-mas.png") no-repeat scroll 5px center #EEEEEE;
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    color: black;
    float: right;
    padding: 5px 5px 5px 30px;
    text-decoration: none;
}

.gristabla{
    background-color: #F4F4F4; 
}