@charset "utf-8";

#logo {  
  width: 20%;
}

#logo2 {  
  width: 10%;
}

#textologo {  
  display: inline-block;  
  width: 60%;  
  text-align: center;  
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;  
  font-size: 1.5em;  
  font-weight: bolder;  
  color: #000066;
}

#caja, #pie, #cabecera {  
  background-color: white;  
  padding-top: 5px;  
  padding-right: 5px;  
  padding-bottom: 5px;  
  padding-left: 5px;  
  border-top-width: 1px;  
  border-right-width: 1px;  
  border-bottom-width: 1px;  
  border-left-width: 1px;  
  border-top-style: solid;  
  border-right-style: solid;  
  border-bottom-style: solid;  
  border-left-style: solid;  
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}

#caja2 {  
  height: 80%;
}

#cuerpo {  
  background-color: #ccccff;  
  font-size: 2em;
}

#pie {  
  text-align: center;
}

#caja .columna1 {  
  width: 50%;  
  text-align: right;
}

#caja .columna2 {  
  width: 50%;
}

#gt, #tons,#nombre_buque, #nombre_armador,#correo_armador,#mercancia,#fracciones,#clavos,#agua, #remolcadores,
#operacion,#agencia,#overtime,#mercancia_peligrosa,#pantalan,#agencia_negociada{  
  font-size: 1em;
}

#para {  
  font-size: 2em;
}

#cc {  
  font-size: 2em;
}

#texto {  
  font-size: 1em;  
  font-family: "Courier New", Courier, monospace;
}


    