/*
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 : 08/11/2018, 02:57:37 PM
    Author     : hpaez
*/
/*
.principal {
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
}

.border-class
{
  border:thin black solid;
  margin:20px;
  padding:20px;
}

table.dataTable tbody tr td {
    word-wrap: break-word;
    vertical-align: middle;
}

table.dataTable thead tr th {
    word-wrap: break-word;
    vertical-align: middle;
}

body{
	font-size: small;
}

legend{
	font-size: large;
}*/