﻿body
{
	background-color: #333333;
}
.Main
{
	min-height: 850px;
	height: auto;
	height: 850px;
	z-index: 2;
	position: relative;

}
.MittRuta
{
	background-color: #DA8D44;
	width: 800px;
	box-shadow: 10px 10px 5px #000000;
}
.TableRuta
{
	width: 780px;
}
.Top1
{
	width: 100px;
	text-align: left;
}
.Top2
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.Top3
{
	width: 100px;
	text-align: right;
}
.Bottom
{
	border-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: solid;
	border-top-width: thin;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
}
.Links
{
	color: #7a8c81;
	text-decoration: none;
}
.Links a:visited
{
	color: #7a8c81;
	text-decoration: none;
}
.Links a:link
{
	color: #7a8c81;
	text-decoration: none;
}