body {
	background-color:#ffffff;
	color: #444444;
	font-family:sans-serif;
	font-size:16px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	margin:0;
	padding:0;
}

h1 {
	color:blue;
	text-align:center;
	font-size:38px;
}

h2 {
	color:DeepSkyBlue;
	text-align:left;
	font-size:28px;
}

h3 {
	color:#444444;
	text-align:left;
	font-size:20px;
}

h4 {
	color:#888888;
	text-align:left;
	font-size:16px;
	margin:0px;
	padding-bottom:.3em;
	padding-top:.3em;
}

p {
	
}

.subtitle {
	color:blue;
	text-align:center;
	font-size:28px;
}

.subtitle2 {
	color:#444444;
	text-align:center;
	font-size:20px;
}

.cp {
	color: #cccccc;
	font-size:12px;
	clear:both;
	position:relative;
	top:20px;
	padding-left:40px;
}

.menu {
	float: left;
	width:250px;
	margin:5px;
}

.text {
	float: right;
	width: 740px;
	text-align: justify;
}

a:link {text-decoration:none;
	color:red;}      /* unvisited link */
a:visited {text-decoration:none;
	color:red;}  /* visited link */
a:hover {text-decoration:none;
	color:darkred;}  /* mouse over link */
a:active {text-decoration:none;
	color:darkred;}  /* selected link */

#menu li a:link {text-decoration:none;
		color:gray;}      /* unvisited link */
#menu li a:visited {text-decoration:none;
		color:gray;}  /* visited link */
#menu li a:hover {text-decoration:none;
		color:red;}  /* mouse over link */
#menu li a:active {text-decoration:none;
		color:red;}  /* selected link */

a:link {text-decoration:none;
	color:red;}      /* unvisited link */
a:visited {text-decoration:none;
	color:red;}  /* visited link */
a:hover {text-decoration:none;
	color:darkred;}  /* mouse over link */
a:active {text-decoration:none;
	color:darkred;}  /* selected link */

ul.menulist {
	list-style-type:none;
	margin:0;
	padding-right:0px;padding-top:3px;padding-bottom:3px;
	text-align:right;
	font-size:14px;
	margin-bottom: 18px;
}

.menulist li {color:grey;
	padding-right:0px;padding-top:0px;padding-bottom:0px;
}

.unused {
	border-bottom-style:solid;
	border-bottom-color:#ff0000;
	border-bottom-width:1px;
}

li {
	margin-bottom: 4px;
}

ul.overview {
	list-style-type:none;
	margin:0;
	padding-right:13px;
	padding-top:2px;
	text-align:right;
	color:DeepSkyBlue;
	text-align:right;
	font-size:16px;
	line-height:1em;
}

table.paises {
	font-weight:bold;
}

table.tp {
	font-size:12px;
	border: 1px dotted black;
	width:1024px;
}

table#tp td {
	vertical-align: top;
	border: 1px dotted black;
}

td.time{
	background-color:#D0DCEB;
}

td.rest{
	background-color:#E7EDF5;
}

td.bmtime{
	background-color:#FF9900;
}

td.bmrest{
	background-color:#FFCC66;
}

td.ibtime{
	background-color:#66CC66;
}

td.ibrest{
	background-color:#99FF99;
}

td.head {
	color:white;
	background-color:darkred;
}
.center
{
	display: block;
	margin-left:auto;
	margin-right:auto;
}

.rotate {
/* Safari */
-webkit-transform: rotate(-90deg);
/* Firefox */
-moz-transform: rotate(-90deg);
/* IE */
-ms-transform: rotate(-90deg);
/* Opera */
-o-transform: rotate(-90deg);
/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
