/* CSS Document */
BODY 
{
	FONT-SIZE: 11px; 
   font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	color: #000000;
	scrollbar:no;
}
HTML
{
	FONT-SIZE: 11px; 
    font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color:  #ffffff;
	height: 100%;
	width: 100%;
	color: #000000;
	scrollbar:no;
}
.MainTable
{
	height: 100%;
	width: 100%;
}
.MaintableSite
{
 	width: 700px;
 	height: 430px;	
}
.MainTableEnox
{
  width: 100%;
  height:420px;
  border-bottom: 1px solid white;
  border-top: 1px solid white;
  text-align: center;
 }
 a:link {
	color: #009ee0;
	text-decoration: none;
	 font-weight: bold;
}
a:hover {
	color: #848283;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #009ee0;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #009ee0;
	text-decoration: none;
	font-weight: bold;
}
.linea_v
{
background-image:url(images/linea_v.jpg);
background-position:center;
background-repeat:repeat-y;
}
