.error {
  font-family: Arial; 
  font-size: 14; 
  font-weight: bold;
  color: #FF0000;
}

.copyright {
  font-family: Arial; 
  font-size: 11; 
  color: #555555;
}

.nota {
  font-family: Arial; 
  font-size: 9; 
  color: #555555;
}

.mensaje {
  position: relative;
  font-family: Arial; 
  font-size: 11;
  color: #000066;
  margin: 10px 0px 20px 0px; 
}

.tnTituloG { 
  margin-top: 10px; 
  margin-bottom: 20px; 
  color:#000000; 
  font-weight: bold; 
  font-size: 14px; 
  font-family: Arial, Helvetica; 
} 

.tnTextoV { 
  color:#347744; 
  font-weight: bold; 
  font-size: 12px; 
  font-family: Arial, Helvetica; 
} 

.tComentarios { 
  color:#333; 
  font-size: 11px; 
  font-family: Arial, Helvetica; 
} 

.botones { 
  padding: 0px 10px;
  float: left;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #000000; 
}

.cajaFlujo { 
  padding: 5px;
  background-color: #FFFFFF;
  border: 1px solid #000000; 
}

.caja { 
  width: 160px; 
  height: 150px; 
  margin: 1px; 
  float: left;
  padding: 5px;
  text-align: center; 
  border: 1px solid #FFFFFF; 
}

.cajaComentarios { 
  position: absolute; 
  padding: 10px 0 0 6px; 
  height: 250px; 
  background-color: #F2F5E5; 
  border-top: 1px dashed #000; 
  border-bottom: 1px dashed #000; 
  border-left: 1px dashed #000; 
  right:0px; 
}

.eFlujo { 
  color: #000099; 
  text-decoration: none; 
  font-size: 13px; 
  font-family: Arial, Helvetica; 
} 

.eFlujo:hover { color: #000066; } 

.eEnlace { 
  color: #000099; 
  text-decoration: none; 
  font-size: 13px; 
  font-family: Arial, Helvetica; 
} 

.eEnlace:hover { color: #000066; } 

.eFoto { 
  color: #333333; 
  font-weight: bold; 
  text-decoration: none; 
  font-size: 12px; 
  font-family: Arial, Helvetica; 
} 

.eFoto:hover { 
  color: #555555; 
  text-decoration: underline; 
} 

.cajaDocumento { 
  margin: 1px; 
  padding: 5px;
  text-align: left; 
  border: 1px solid #FFFFFF; 
}