html, body {
	background-color: #dafcff;
	margin: 0px;
}
html, body, a, p, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header {
	height: 215px;
}
#menu {
	height: 55px;
	padding-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
#menu a {
	font-size: 13px !important;
}
#menu span {
	padding: 0px 5px;
}
#content {
	padding: 10px 40px 40px 40px;
	line-height: 25px;
	vertical-align: top;
}
#footer {
	border-top: 1px dotted #c0c0c0;
	padding: 20px;
	line-height: 20px;
	vertical-align: top;
	height: 120px;
}
#data {
	background-color: #2e7785;
	padding: 0px 40px;	
	color: #FFF;
	text-align: center;
	font-weight: bold;
	height: 30px;
}
h1 {
	color: #973833;
	font-size: 16px;
}
.programa td {
	vertical-align: top;
}
.ln {
	background-color: #F2F2F2;
}
.ls {
	background-color: #DADADA;
}
.titulo {
	background-color: #2e7785;
	color: #FFF !important;
	font-weight: bold;
}
