﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("./images/back.jpg");
    background-repeat: no-repeat;
    background-position: 151px 87px
}

table.titulo 
{
    font-family: Arial;
    font-size:30px;
    font-weight:800;
    color:#BAD6f7;
    width:625px;
    text-align: justify;
}
td.geninfo
 {
       font-family: Arial;
       color:Blue;
       font-size:10pt;
 }     
  
  td.menu
  {
    background-repeat:no-repeat;
    width: 151px;
    background: background-image=url(~/images/side.jpg);
    vertical-align:top;
    
  }     
