@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #06C;
}
a:visited {
	color: #0D7FD3;
}
a:hover {
	color: #036;
}
a:active {
	color: #0D7FD3;
}
.texto{
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#333;
}
.texto-creditos{
	text-align:right;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#333;
}
.tit{
	color:#fdbe01;
	text-align:justify;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.titulo{
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:24px;
	color:#000;
	background:#dbd9d9;
}
.footer{
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	color:#333;
}
.menu{
	text-align:center;
}
.cursos{
	color:#fff;
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	background-color:#fdbe01;
}