@charset "utf-8";
#primeira {
	background-image: url(imagens/bg-topo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
h1 {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
h1 a {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
h1 a:hover {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	text-decoration: none;
}
h1 a:visited {
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #999999;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}

h2 {
	font-family: "Century Gothic", Calibri, Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #339999;
	margin: 0px;
}
H2 a {
	color: #339999;
}
H2 a:hover {
	text-decoration: underline;
	color: #cc0000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.bg-home-cursos {
	background-color: #eeeeee;
	background-image: url(imagens/home-cursos.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
a.cursos {
	color: #339999;
}
a:hover.cursos {
	text-decoration: underline;
	color: #cc0000;
}
a.branco {
	color: #ffffff;
}
a:hover.branco {
	color: #ffffff;
}
a:visited.branco {
	color: #ffffff;
	text-decoration: underline;
}
a.Video {
	font-family: "Arial Narrow", Arial, "Swis721 Cn BT";
	font-size: 24px;
	color: #3cb3b1;
}
a:hover.Video {
	font-family: "Arial Narrow", Arial, "Swis721 Cn BT";
	font-size: 24px;
	color: #6E5FA0;
}
.negrito {
	font-weight: bold;
	color: #6E5FA0;
}
img.esquerda {
	float:left;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
img.direita {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
.preco-cortado {
	color: #999999;
	text-decoration: line-through;
}
.box {
	background-color: #eeeeee;
	padding: 10px;
	border: 1px dashed #6e5fa0;
}
