/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/09/2014, 12:46:16 PM
    Author     : Desarrollador
*/
body{
    font-family: arial,sans-serif,verdana,tahoma;
    font-size: 14px;
    background-color: rgb(0,84,159);
}
table{
     margin-left: auto;
     margin-right: auto;
     margin-top: 50px;
     background-color: whitesmoke;
     width: 450px;
}
table td{
    height: 40px;
}
.label{
    text-align: right;
    font-weight: bolder;
}
.label2{
    text-align: center;
    font-weight: bolder;
}
.medium{
    width: 250px;
}
#table-form{
    border: 1px solid #31b0d5;    
}
h3{
    text-align: left;
    color: #9e4b0e;
}