body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


/* LINKS
================================================ */

a:link {
	color: #666666;
	text-decoration: none;
	}
a:visited {
	color: #666666;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #000000;
	}


/* HEADER
================================================ */

#header {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	border-bottom-width: 1px;
}

#header ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: small;
	}
#header ul li {
	list-style-type: none;
	}

h1 a {
	background-image: url(imgs/bghead.png);
	background-repeat: no-repeat;
	text-indent: -9000em;
	display: block;
	height: 250px;
	width: 750px;
}

/* PAGE
========================================================================= */

#page {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1em;
	background-repeat:  repeat-y;
	background-image: url(imgs/bgpage.png);
}

/* CONTENT */

#content {
	width: 520px;
	text-align: left;
}

p {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}


/* SIDEBAR */

#sidebar {
	text-align: left;
	width: 190px;
	float: right;
}
#sidebar h2 {
	display: none;
}
#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
#sidebar ul li {
	list-style-type: none;
	}
#sidebar ul li ul li {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.25em;
	}

/* FOOTER */

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #FFFFFF;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	color: #666666;
}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	}
#footer ul li {
	list-style-type: none;
	}


/* TYPOGRAPHY
========================================================================= */

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
}


/* OTHER
========================================================================= */

td {
	padding-top: 1em;
}
table p {
	color: #000000;
}

.separa {
	border-top-style: dotted;
	border-top-color: #666666;
}
.separatitle {
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.alignright {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
img {
	border: none;
}

fieldset {
	border: none;
}
input {
}

.hidden, caption {
	display: none;
}

strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

.programa dt strong {
	font-size: small;
}