* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
body {
	background: #fbf2f3;
	margin-top: 10px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}
h1 {
	background: url('../img/bg-h1.jpg') no-repeat;
	padding-left: 50px;
	height: 50px;
	line-height: 50px;
	color: #da0000;
	font-size: 27px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #da0000;
	font-weight: normal;
	margin-bottom: 7px;
}
h3 {
	background-color:#ffcbcb;
	height:20px;
	line-height:20px;
	font-size: 14px;
	color: #da0000;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
	text-indent: 10px;
	margin-bottom:10px;
	margin-top:10px;
	clear:both;
}
p {
	margin-bottom: 15px;
	text-align: justify;
}
a {
	color: #f00;
	text-decoration: underline;
}
ul {
	margin-bottom: 10px;
}
a:hover {
	color: #000;
	text-decoration: none;
}
.destaque {
	color: #b80000;
}
.dif {
	background: #e7cfc9;
}
.veja {
	color: #e20000;
	border: 1px solid #ffc8c8;
	padding : 7px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0 20px;
}
.veja:hover {
	color: #f00;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.lado label {
	display: inline;
}
form {
	width: 320px;
	margin: 0 auto;
}
label {
	display: block;
	text-align: right;
}
input,
textarea,
select {
	margin: 2px;
	padding: 2px;
	background: #fff;
	border: 1px solid #ffc9c9;
	margin-bottom:5px;
}
#tudo {
	width: 915px;
	margin: 0 auto;
}
#topo {
	height: 200px;
	background: url('../img/bg-topo.jpg') no-repeat;
	position: relative;
	padding: 10px 0 0 30px;
}
#topo address {
	position: absolute;
	top: 88px;
	left: 450px;
	color: #d04d4d;
	text-align: center;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
}
#topo address span{
	color: #a2322c;
	font-weight: bold;
	font-size: 14px;
}
#nav {
	height: 28px;
	border-top: 1px solid #ecb9b9;
	position: absolute;
	bottom: -8px;
	left: 0;
}
#nav li {
	float: left;
	background: url('../img/menu-li-canto.jpg') no-repeat right top;
	padding: 0 18px 0 10px;
	height: 28px;
	line-height: 28px;
	position: relative;
}
#nav li a {
	color: #890f0f;
	text-decoration: none;
	font-size: 13px;
}
#nav li a:hover  {
	color: #fff;
	text-decoration: underline;
}
#nav li ul {
	position: absolute;
	display: none;
	left: 9px;
	top: 27px;
}
#nav li ul li{
	background: #ffc9c9;
	line-height: 12px;
	left: -10px;
	width: 105px;
}
#nav li:hover ul {
	display: block;
}
#nav li.first {
	text-transform: uppercase;
	padding: 0 25px;
	width: 115px;
}
#conteudo {
	margin-bottom: 15px;
}
#menu {
	background: url('../img/sombra-menu.jpg') no-repeat right top;
	height: 400px;
	width: 170px;
	float: left;
}
#menu li {
	background: url('../img/menu-bullet.png') no-repeat left center;
	padding-left: 20px;
	width: 130px;
}
#menu li:hover {
	background: url('../img/menu-bullet-hover.jpg') no-repeat left center;
}
#menu li.fixo {
	background: url('../img/menu-li-fixo.jpg') #ffcbcb no-repeat left center;
	height: 23px;
	line-height: 23px;
	padding: 0 21px 0 10px;
	margin: 10px 0;
}
#menu li a{
	border-bottom: 1px dashed #890f0f;
	display: block;
	color: #890f0f;
	text-decoration: none;
	padding: 10px 0;
}
#menu li.fixo a {
	border: none;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
}
#menu li a:hover {
	color: #f00;
	text-decoration: underline;
}
#miolo {
	width: 560px;
	float: left;
	padding: 15px 10px 0 10px;
}
#coluna {
	width: 160px;
	float: left;
}
#coluna h2 {
	color: #fff;
	text-align: center;
	font-size: 12px;
	height: 27px;
	line-height: 27px;
	text-transform: uppercase;
	margin-bottom: 0;
}
#calendario {
	background: url('../img/bg-calendario.jpg') no-repeat;
	width: 156px;
	height: 165px;
	margin-bottom: 10px;
}
.box {
	background: url('../img/box-linha.jpg');
	width: 156px;
}
.box h2 {
	background: url('../img/box-h2.jpg') no-repeat;
	padding-bottom: 10px;
}
.box p{
	padding: 0 8px;
	font-size: 12px;
	text-align: center;
}
.box .foot {
	background: url('../img/box-foot.jpg');
	height: 12px;
}
#rodape {
	border-top: 1px solid #c2c2c2;
	padding: 5px 0;
	background: #fff;
	height: 25px;
	color: #890f0f;
	font-size: 10px;
	clear: both;
}
#rodape p {
	margin: 0;
}
#rodape div {
	margin: 0 auto;
	width: 915px;
	position: relative;
}
#logotrans {
	position: absolute;
	right: 50px;
	top: 0;
}

#cursos-data p {
	text-align: center;
}
#cursos-data,
#cursos-data td,
#cursos-data th {
	border: 1px solid #000;
	border-collapse:collapse;
	font-size: 11px;
	text-align: center;
}
#galeria-li li {
	clear: both;
	width: 500px;
}
#galeria-li li ul {
	display: table;
}
#galeria-li li ul li {
	float: left;
	width: 125px;
	clear: none;
	height: 150px;
}
#galeria-li li ul li a{
	text-align: center;
	display: block;
}
#depoimentos-li li {
	margin-bottom: 10px;
}
#videos li {
	float: left;
	width: 100px;
	height: 100px;
}
#videos strong {
	display: block;
	font-size:10px;
}
.li-espaco li {
	margin-bottom: 5px;
}
#oleosidade li{
	float:left;
	margin-right:5px;
}
