﻿html, body, #fullheight
{
      margin:0;
      padding:0;
      height:100%;
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    background-color: #FFFFFF;
          border: none;
      text-align: center;

}
#fullheight
{
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;

}
.line_up
{
    background-image: url('../Imagenes/line_top.bmp');
    background-color: #043069;
    background-repeat: repeat-x;
}
    
.line_down
{
    background-image: url('../Imagenes/line_botton.bmp');
    background-color: #043069;
    background-repeat: repeat-x;
    
    }

input
{
    font-size: 11px;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
}