@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: url(../imagens/fundo.gif) center repeat-y #f8f8f8;
	text-align:center; /* hack para o IE */
	font-family: "Droid Sans","Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
#centrar {
	position:relative;
	width: 961px;
	margin:0 auto;
	padding: 0px;
	text-align:left; /* "remédio" para o hack do IE */	
}
a {
	display: block;
}

.esconder {
	visibility:hidden;
	display:none;
}
.limpar {
	clear:both;
}
.negrito {
	font-weight:bold;
}
.italico {
	font-style:italic;
}
.destaque {
	font-size:15px;
}
.altura {
	line-height:22px;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#topo {
	height:236px;
	background:#ba9748 url(../imagens/topo.jpg);	
}
#inscrevase {
	background:url(../imagens/inscrevase.png);
	width:203px;
	height:172px;
	visibility:hidden;
}
#corpo {
	position:relative;
	padding:0 35px;
}

#esquerdo {
	position:relative;
	width:673px;
	float:left;
	background:#f5f4f2;
	min-height:787px;
}
#titulo {
	height:48px;
	background:url(../imagens/titulo.jpg);
	width:674px;
}

#conteudo {
	padding:30px;
	line-height:19px;
}
#conteudo p {
	margin-bottom:20px;
}
#conteudo ul {
	list-style-image:url(../imagens/bullet.gif);
	margin-left: 18px;
	line-height:22px;
}

#vitrine {
	height:320px;
	background:#e1dad0;
}
#local {
	height:187px;
}
#parceiros {
	height:279px;
	width:294px;
	background: url(../imagens/logos_parceiros.jpg);
	float:left;
}
#videos {
	height:279px;
	width:379px;
	background:#000;
	float:right;
}

#direito {
	position:relative;
	width:218px;
	float:right;
}

/* Menu */
#menu {
		background:#89784b;
	
}
#home {
	background:url(../imagens/menu.gif) right 365px;
	width:218px;
	height:40px;
}
#curso {
	background:url(../imagens/menu.gif) right 319px;
	width:218px;
	height:40px;
}
#objetivos {
	background:url(../imagens/menu.gif) right 273px;
	width:218px;
	height:40px;
}
#programa {
	background:url(../imagens/menu.gif) right 227px;
	width:218px;
	height:40px;
}
#equipe {
	background:url(../imagens/menu.gif) right 182px;
	width:218px;
	height:40px;
}
#inscricoes {
	background:url(../imagens/menu.gif) right 135px;
	width:218px;
	height:40px;
}
#depoimentos_bt {
	background:url(../imagens/menu.gif) right 90px;
	width:218px;
	height:40px;
}
#crescimentum {
	background:url(../imagens/menu.gif) right 43px;
	width:218px;
	height:40px;
}
#contato {
	background:url(../imagens/contato.gif) right -4px;
	width:218px;
	height:40px;
}

#home:hover {
	background-position: left 365px;
}
#curso:hover {
	background-position: left 319px;
}
#objetivos:hover {
	background-position: left 273px;
}
#programa:hover {
	background-position: left 227px;
}
#equipe:hover {
	background-position: left 182px;
}
#inscricoes:hover {
	background-position: left 135px;
}
#depoimentos_bt:hover {
	background-position: left 90px;
}
#crescimentum:hover {
	background-position: left 43px;
}
#contato:hover {
	background-position: left -4px;
}

#clientes {
	position:relative;
	height:187px;
	background:#e1dad0;
}
#depoimentos {
	height:279px;
	background-color:#726140;
}

#rodape {
	position:relative;
	height:29px;
	background:#3e2d02;
	clear:both;
	width:891px;
	margin:0 35px;
}
#rodape h3 {
	background:url(../imagens/logo_ibmec.gif);
	width:760px;
	height:29px;
	float:left;
}
#logo_dtech {
	background:url(../imagens/logo_dtech.gif);
	width:69px;
	height:29px;
	float:right;
}
