/* CSS Document */
BODY 
{
	FONT-SIZE: 12px; 
   font-family: sans-serif;
	text-align: center;
	margin: 0px;
	background-color:#FFFFFF;
	height: 100%;
	width: 100%;
	color: #000000;
	scrollbar:no;
}
HTML
{
	FONT-SIZE: 12px; 
    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:  black;
	text-decoration: none;
	 font-weight: bold;
}
a:hover {
	color: #87888A;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.btn
{background-image:url(images/btn.jpg);
background-position:center;
background-repeat:no-repeat;
text-align: center;
vertical-align:middle;
width:105px;
height:22px;
}
.text_description
{
text-align:justify;
padding-right:10px;
}
.footer
{
font-size:9px;
}
.BG_index
{
background-image: url(images/bg_index.jpg);
background-position:center;
background-repeat:repeat-x;
}
.bg_entra
{
background-image: url(images/entra.jpg);
background-position:center;
background-repeat:repeat-x;
}
