@charset "utf-8";
/*
nome do Projeto: 

Descricao: 
Versao: 1.0 
Data: 
Autor: Felipe da Silva Rosas (eusniper@hotmail.com)
Site do Autor: http://eufelipe.com
*/

* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, div { behavior: url(iepngfix.htc) }
img{ border: 0; }

/* Titulos e SubTitulos*/	
.titulo {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#FF9900;
	font-size:20px;
}
body {
	background: url(../imagens/bg-reciclado.jpg);
}

.corpo {
	padding: 10px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background:#fff;
}

/* Tipografia e Objetos padroes
----------------------------*/



a:link {
color:#006600;
text-decoration:none;
}
a:active {
color:#006600;
text-decoration:none;
}
a:visited {
color:#336600;
text-decoration:none;
}
a:hover {
color:#333300;
text-decoration:none;
}


.titulo-box {
	background:#5d8b70;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	padding:6px;
	text-transform:uppercase;	
}

.box {
	background:#ccc url(../imagens/fundo-box.jpg) repeat-x;
	padding:2px 5px;
}
.box p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e605e;
}

/* Cabecalho
----------------------------*/

.corpo .cabecalho {

	height: 127px;
	clear:both;
}

/* logo
----------------------------*/


.info_curso  h1 {	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
}


.aniver {
	background:url(../imagens/10-anos.png) no-repeat;
	width:195px;
	height:75px;
	position:absolute;
	float:left;
	top: 5px;
	margin-left:300px;
}

.corpo .cabecalho .logo {float:left;}
.corpo .cabecalho .logo a {

	background:url(../imagens/layout.png) no-repeat;
	background-position: -30px 0px;
	

/*	background:url(../imagens/logo-natal.jpg) no-repeat;	*/
	width:240px;
	height:60px;
	display:block;
	text-indent:-9000px;
	overflow:hidden;
	
}






.corpo .cabecalho .logo p {
	color:#a8aaa8;
	font-family: "trebuchet MS", verdana, arial, sans-serif, Helvetica;
	font-size:15px;	
}
.corpo .cabecalho .topo-contato{
	float:right;
	background:url(../imagens/topo.jpg) no-repeat;
	width:517px;
	height:127px;
}

.corpo .cabecalho .telefone {	
	width:225px;
	height:70px;
	display:block;
	float:right;
}

.corpo .cabecalho .topo-contato .telefone .entre_contato {
	color:#515f3a;
	font-family: "trebuchet MS", verdana, arial, sans-serif, Helvetica;
	font-size:20px;
	text-transform:uppercase;
	margin-top:20px;
}

.corpo .cabecalho .topo-contato .telefone .numero_telefone {
	color:#708153;
	font-family: "trebuchet MS", verdana, arial, sans-serif, Helvetica;
	font-size:23px;
	font-weight:bold;
	

}
.corpo .cabecalho .topo-contato .telefone p {
	text-align:right;
	margin-right:15px;
}

.corpo .cabecalho .telefone p {
	color:#5e605e;
	font-size:11px;	
}

/* menu Horizontal
----------------------------*/

.corpo .menu-horizontal {
	width:780px;
	background:#333333;
	display:block;
	height:36px;
	background:url(../imagens/fundo-menu-horizontal.jpg) repeat-x;
}


/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.menu {
	line-height:	1.0;
}
.menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.menu ul li {
	width:			100%;
}
.menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menu li {
	float:			left;
	position:		relative;
}
.menu a {
	display:		block;
	position:		relative;
}
.menu li:hover ul,
.menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top:			-999em;
}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top:			-999em;
}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menu {
	float:			left;
	padding:3px;
	margin-left:30px;
}
.menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.menu a, .menu a:visited  { 
	color:			#fff;
	text-transform:uppercase;
}
.menu li {
}
.menu li li {
	background:		#AABDE6;
}
.menu li li li {
	background:		#9AAEDB;
}
.menu li:hover, .menu li.sfHover,
.menu a:focus, .menu a:hover, .menu a:active {
	background:	 url(../imagens/fundo-menu-horizontal-hover.jpg) repeat-x;
	outline:		0;
}

/*** arrows **/
.menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../imagens/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.menu ul .sf-sub-indicator { background-position:  -10px 0; }
.menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menu ul a:focus > .sf-sub-indicator,
.menu ul a:hover > .sf-sub-indicator,
.menu ul a:active > .sf-sub-indicator,
.menu ul li:hover > a > .sf-sub-indicator,
.menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../imagens/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Vertical*/

/*** adding vertical in addition to sf-menu creates a vertical menu ***/
.vertical, .vertical li {
	width:	10em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.vertical li:hover ul,
.vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.vertical a:focus > .sf-sub-indicator,
.vertical a:hover > .sf-sub-indicator,
.vertical a:active > .sf-sub-indicator,
.vertical li:hover > a > .sf-sub-indicator,
.vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}



/* Slidbar
----------------------------*/

.corpo .slidbar {
	width:188px;
	margin-right:5px;
}

/* Menu Vertical
----------------------------*/

.corpo .slidbar .menu-vertical {
	margin-top:4px;
	margin-bottom:4px;
	
	
}
.corpo .slidbar .menu-vertical ul li {
	width:188px;	
}
.corpo .slidbar .menu-vertical ul li a{
	background:#006e2e url(../imagens/fundo-menu-vertical.jpg) repeat-x;
	display:block;
	color:#fff;
	border-bottom:1px solid #116829;
	padding:5px 5px 5px 10px;
	text-transform:uppercase;
	font-family:"trebuchet MS", verdana, arial, sans-serif, Helvetica;
	font-size:12px;
}
.corpo .slidbar .menu-vertical ul li a:hover{
	background:url(../imagens/fundo-menu-vertical-hover.jpg) repeat-x;
}


/* Newsletter
----------------------------*/

.newsletter {
	margin-bottom:5px;
	width:178px;
	overflow:hidden;
}
.newsletter #newsletter  input {border:none;}

.newsletter #newsletter p {width:160px;}

.newsletter #newsletter label {
	color:#5e605e;
	padding:4px 5px 5px 8px;
}
.newsletter #newsletter #email {
	width:134px;
	background:#f7f9f7;
	border:solid 1px #dbdbdb;
	color:#666;
	padding:5px;
	margin:4px 5px 5px 8px;
}
.botao-cadastrar {
	overflow:hidden; 
	width:122px;
	height:26px; 
	content:""; 
	display:block; 
	line-height: 0; 
	text-indent:-9000px;
	background:url('../imagens/layout.png') no-repeat; 
	background-position: -262px -98px;
	cursor:pointer; 
	border:none;
	
}
.botao-cadastrar:hover {
	background-position: -262px -72px;
}

/* Pesquisa
----------------------------*/
.enquete {
	width:178px;
	overflow:hidden;
}
.enquete #enquete p {width:180px; margin-bottom:4px;}

.enquete #enquete input {border:none;}

.botao-votar {
	overflow:hidden; 
	width:70px;
	height:26px; 
	content:""; 
	display:block; 
	line-height: 0; 
	text-indent:-9000px;
	background:url('../imagens/layout.png') no-repeat; 
	background-position: -383px -98px;
	cursor:pointer; 
	border:none;
}
.botao-votar:hover {
	background-position: -383px -72px;
}

/* conteudo do site
----------------------------*/
.corpo .slidbar, .corpo .conteudo  { float:left;}

.corpo .conteudo {
	width:585px;
	background:#fff;
}
.corpo .conteudo  .texto{
	padding:20px;
	text-align:justify;
}
.corpo .conteudo  p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#72716f;
	line-height:20px;
}

/* Imagem Central
----------------------------*/

.imagem-central {
	background:url(../imagens/imagem-central.jpg) no-repeat;
	width:585px;
	height:236px;
	text-indent:-9000px;
	overflow:hidden;
	margin-top:4px;

}

/* Box Cursos
----------------------------*/

.box-cursos {
	border:1px solid #bdc1a3;
	background: #d6dbbf url(../imagens/fundo-box-cursos.jpg) repeat-x;
	padding:10px;
	height:135px;
	margin-top:10px;
}
.box-cursos img {float:left; margin-right:10px;}

.box-cursos .box-curso-texto {
	margin-left:190px;
	margin-bottom:5px;

}

.box-cursos .box-curso-texto h1 {
	font-family:"trebuchet MS", verdana, arial, sans-serif, Helvetica;
	font-size:20px;
	color:#565b5d;
	margin-bottom:5px;

}



.botao-inscrever-se {
	background:url(../imagens/layout.png) no-repeat;
	width:109px;
	height:24px;
	text-indent:-9000px;
	overflow:hidden;
	border:none;
	background-position: -10px -146px;
	cursor:pointer;
	display:block;
	float:right;

}
.botao-inscrever-se:hover {
	background-position: -10px -122px;
}
.botao-info {
	background:url(../imagens/layout.png) no-repeat;
	width:109px;
	height:24px;
	text-indent:-9000px;
	overflow:hidden;
	border:none;
	background-position: -124px -146px;
	cursor:pointer;
	display:block;
	float:right;
	margin-left:5px;

}
.botao-info:hover {
	background-position: -124px -122px;
}

/*  Rodape
----------------------------*/

.rodape {
	width: 780px;
	padding: 10px;
	margin:0 auto;
	clear:both;
	height:60px;
	background: #627e4e url(../imagens/fundo-menu-horizontal.jpg) repeat-x bottom;
	
}

	
.rodape .logo-rodape {
	margin-top:5px;
	background:url(../imagens/logo-rodape.png) no-repeat;
	width:251px;
	height:61px;	
	text-indent:-9000px;
	overflow:hidden;
	border:none;
	float:left;
	display:block;
}
.rodape .texto-rodape {
	float:right;
	text-align:right;
	color:#fff;
	font: "trebuchet MS", verdana, arial, sans-serif, Helvetica;
	font-size:9px;
	margin-top:10px;
}
.rodape .texto-rodape a {
	color:#fff;
}
.rodape .texto-rodape a:hover {
	color:#333;
	text-decoration:underline;
}
/* Formularios
----------------------------*/

.form_erro {
	
	font-size:12px;
	color:#cc0000;
	text-align:left;
	display:block;
	width:90%;
	margin:10px auto;
}

input { margin-bottom:5px;}

form label { width: 250px; }
form label.error, 
form input.submit { margin-left: 3px; display:block;  padding:5px; }
fieldset {border:none;}

#formulario, #frmSS1{
	width: 450px;
	margin-left:28px;
	color:#333;

}

label.error, label.error {
	color: red;
	font-style: italic
}
div.error { display: none; }
#formulario hr , #frmSS1 hr {border:dashed 1px #C2FCB4;}
#formulario input, #frmSS1 input {
background:#D3F8BE;
border: 1px solid  #33CC66;
padding:3px;
color:#006633;
}
#formulario checkbox {background:none; border:none;}

#formulario select { 
background-color: #D3F8BE; 
font:12px verdana, arial, helvetica, sans-serif; 
color:#006633;
border: 1px solid  #33CC66;
padding:2px 3px 2px 10px;
cursor:pointer;

}
#formulario option { 
background-color: #D3F8BE;
margin:5px;
}
#formulario textarea { 
background-color: #D3F8BE;
font:12px verdana, arial, helvetica, sans-serif;
color:#006633;
border: 1px solid  #33CC66;
}
#formulario .bnt-enviar {
	margin-top:10px;
	padding:2px 10px 2px 10px;
	background:#006633;
	color:#fff;
	border:1px solid #006633;
	cursor:pointer;
}
#formulario .bnt-enviar:hover {
	background:#006600;
}
input.checkbox { border: none }
input:focus { border: 1px solid black; }
input.error { border: 2px solid red; }


/* galeria de fotos
----------------------------*/
.pg {

width: 570px;
margin:0 auto;
list-style: none none;

}

.pg:after {
clear: both;
display: block;
content: ".";
height: 0;
visibility: hidden;
}

.pg li {
list-style: none none;
display: inline;
}

.pg li a {
margin: 2px;
border: 1px solid #CCC;
padding: 4px;
position: relative;
float: left;
display: block;
width: 128px;
height: 96px;
}

.pg li a:hover {
font-size: 100%;
z-index: 2;
}

.pg li a img {
border: 0 none;
position: absolute;
width: 128px;
height: 96px;
}	

.pg li a:hover img,.pg li a:active img,.pg li a:focus img {
border: solid 5px  #669900;
width: 128px;
height: 96px;
left: -0px;
top: -0px;
z-index: 1;
}


/* MODAL */
.load { position: absolute; top: 50%; left: 50%; width: 88px; height: 78px; margin: -39px 0 0 -44px; z-index: 99999;}
.bg_modal { position: absolute; top: 0; left: 0; z-index: 99998; }
.view_modal { position: absolute; left: 50%; top: 50%; text-align: left; z-index: 99998; }
.modal { visibility: hidden; cursor:pointer; }
