body
{
  font-family: Arial;
  font-size: 12px;
  background-color: #FFF;
  margin : 0px;
  color : #000;  
}

hr
{
  border: 1px solid #000;
}

table td
{
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color : #000;
}

td a
{
  text-decoration: underline;
  color: #000;	
}

th {
  font-weight: bold;
  background-color: #FFD500;
  font-size: 12px;
  color: #000;
  text-align: center;
  padding: 5px;
}

th a
{
  font-size: 12px;
  font-weight: arial;
  text-decoration: underline;
  color: #000;	
}

th a:hover {
  color: #192539;
  text-decoration: none;
}

.tableMain{  
  margin-left: 0.2cm;
  padding: 4px;
  width: 98%;
}

.tableMain td{  
  vertical-align: top;
}

.tableSub
{
  background-color : #FAFAFA;
  border-spacing: 4px;
  border-radius:8px;
  box-shadow:0 1px 8px rgba(0,0,0,1);
  padding: 6px;
}

.tableSub td
{
  vertical-align: top;  
}

.tableSub td hr
{
  border: 1px solid #000000;
}

.tableList
{
  margin-left: auto; 
  margin-right: auto;  
  background-color : #FFFFFF;
  border-spacing: 2px;
  border-collapse: separate;
  border-radius:8px;
  box-shadow:0 1px 8px rgba(0,0,0,1);
  padding: 4px;
}

.tableList td
{
  padding: 6px;
}

.tableList td a
{  
  text-decoration : underline;
  font-size: 14px;
  font-weight: bolder;
}

.tableList tr:hover
{
  background-color: #D8D8D8;
}

.fondoColor
{
  background-color : #F7F8E0;
}

tr { vertical-align: middle; } 

td {
  font-family: Arial;
  font-size: 12px;
  text-align: left;
}

input.text, select, textarea, file
{
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid #13294B;
  color: #6E7B8E;
  font-size: 12px;
  font-family : Arial;
  padding: 2px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 2px;
  
}

input.number
{
  text-align: right;
}

hr
{
  color: #000;
}

input.button
{
  border-radius: 4px;
  background-color: #000;
  border: solid 2px #344D74;
  color: #FFD500;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 6px;
  text-height : bold;
}

.buttonColor
{
  border-radius: 4px;
  background-color: #000;
  border: solid 2px #344D74;
  color: #FFD500;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 6px;
  text-height : bold;
}

.title_page
{
  font-size: 20px;
  font-weight : bold;
  color: #000;
  background-color : #FFD500
}

input, textarea
{
  background-color: #FFF;
  border: 1px solid #13294B;
  color: #6E7B8E;
  font-size: 12px;
  font-family : Arial;
  transition: all 0.5s;
  margin: 2px;
  border-radius:8px;
  box-shadow:0 1px 8px rgba(0,0,0,0.5);
  padding:4px;
}

.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;
}

.enviando {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/enviando.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
    display: none;
}

.div_tableId
{
  width: 1em;
  height: 1em;
  overflow: auto;
  position: relative;
}

.tableId
{
  visibility: hidden;
}

.tableId th
{
  font-family : arial;
  font-size: 14px;
}

.tableId td
{
  font-family : arial;
  font-size: 14px;
}

.titulo {
	font-family: arial;
	font-size: 30px;
	font-weight: bolder;
	text-decoration: none;
        padding: 10px;
}

.subtitulo {
  font-family: arial;
  font-size: 16px;
  font-weight: bolder;
  text-decoration: none;
  padding: 10px;
}

