body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	
}

div,p, li {
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:justify;
}

p {
	margin:0;
	padding:0 0 10px 0;
	line-height:21px;
	
}

td p {
	text-align:left;
	padding-bottom:0;
}


input, textarea {
	border:1px solid #CCCCCC;
}

.branco {
	color:#FFFFFF:
}

.vermelho {
	color:#FF0000;
	font-weight:bold;
}

#main {
	position:relative;
	width:1100px;
	margin:0 auto;
	display:table;
}

#topo1 {
	width:100%;
	height:400px;
	background-image:url(img/fundo_topo.jpg);
    background-position:left center;
	background-size:cover;
}

#topo2 {
	float:left;
	width:100%;
	height:100px;
	background-image:url(img/fundo.jpg);
    background-position:center bottom;
	background-repeat:repeat-x
}

.container {
	position:relative;
	display:table;
	width:1100px;
	margin:0 auto;
	border:1px solid #FF0000;
}

#topo {
	position:relative;
	width:1100px;
	height:520px;
	border:1px solid #0000ff;
}

#logo {
	clear:both;
	position:relative;
	width:1100px;
	margin:0 auto;
}

#logo img {
	margin-top:40px;
}

#detalhes_topo {
	clear:both;
	position:relative;
	width:1100px;
	height:60px;
	margin:0 auto;
	text-align:center;
}


#direita {
    float:right;
    width:230px;
	padding-top:0;
    text-align:left;
	min-height:300px; !important;
}

#menu {
	position:relative;
	margin:6px auto;
	display:table;
}

#menu div {
	padding:0 0 0 0;
	margin:0 0 0 0;
	text-align:center;
	/*width:180px;*/
	float:left;
}

#menu div a {
	-moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
	color:#FFF;
	font-weight:normal;
	padding:11px;
	display:block;
	text-decoration:none;
	font-size:18px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-position:-50px bottom;
}

#menu div a:hover {
	background-color:#000;
	background-image:url(img/fundo_menu.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#menu .ativo a{
	background:#000;
	background-image:url(img/fundo_menu.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}

#foto {
	position:absolute;
	bottom:224px;
	left:0;
	z-index:5;
	width:270px;
	height:112px;
	background-image:url(img/fotos.jpg);
    background-repeat:repeat-x;
}

#contentwrapper {
    width:1100px;
}

#conteudo {
	float:left;
    text-align:left;
    width:820px;
	margin:0;
    padding:0 0 50px 0;

}

#conteudo2 {
	float:left;
    text-align:left;
    width:1100px;
	margin:0;
    padding:0 0 50px 0;
}


.coluna_foto {
	float:left;
	margin:0;
	width:200px;
	height:150px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	text-align:center;
	-moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
	overflow:hidden;
}


.my-gallery {
	float:left;
	display:table;
	width:100%;
	
}

.my-gallery figure {
	display:none;
}

.coluna {
	display:block;
	border:none;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .25);
	
	-moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
	margin-bottom:20px;
	width:200px;
	height:150px;
	margin-right:20px;
	background-repeat: no-repeat;
	background-position:center center;
	background-size:cover;
	float:left;
}

.coluna_cinco {
margin-right:0;
}

.coluna:hover {
-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, .5);
}

.coluna img {
	display:none;
}


.tabela_scroll {
	overflow-x:auto;
	padding-bottom:20px;
}


.titulo{
	font-size:15px;
	font-weight:bold;
	color:#4769A2;
	margin-top:10px;
	height:30px;

}

h1{
	font-family: 'Open Sans Condensed', Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#11763E;
	margin-top:0;
	height:40px;

}

.navigation-title {
display:none;
}

h2{
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-top:10px;
	padding-bottom:0;

}

h3{
	font-size:17px;
	font-weight:bold;
	color:#000;
	margin-top:10px;
	padding-bottom:10px;

}

.obs{
	font-size:9px;
}

.foto {
	float:left;
	padding:4px;
	margin:0 20px 10px 0;
	border:1px solid #CCC;
	background-color:#FFF;
	box-shadow: 3px 3px 3px #CCC;
   -webkit-box-shadow: 3px 3px 3px #CCC;
   -moz-box-shadow: 3px 3px 3px #CCC;
}

.nome_curso {
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	color:#000;
display:block;
}

.dadosCurso {
	display:none;
	margin:20px 0 0 0;
	/*padding:10px 10px 5px 10px;*/
	padding:0 10px 0 0;
	border:0px solid #CCC;
}

.dadosCurso img {
	float:left;
	padding:4px;
	margin:0 20px 50px 0;
	border:1px solid #CCC;
	background-color:#FFF;
	box-shadow: 3px 3px 3px #CCC;
   -webkit-box-shadow: 3px 3px 3px #CCC;
   -moz-box-shadow: 3px 3px 3px #CCC;
}

.mini {
	padding:10px 0 0 0;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:1px solid #CCC;
	color:#11763E;
	text-transform:uppercase;
}

.separa_nome {
	clear:both;
	height:5px;
}

.fecha {
	clear:both;
	height:10px;
	text-align:right;
	width:100%;
}

.fecha a {
	display:inherit;
	float:right;
	margin:0;
	padding:0;
	margin: -10px -40px 0 0;
	
}

.fecha a img{
	margin:0;
	padding:5px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:1px solid #CCC;
}

ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

li {
	padding:0 0 5px 0;
	line-height:21px;
	text-align:justify;
}

ul li {
	padding:5px 15px 5px 20px;
	background-image: url(img/marcador.png);
	background-repeat: no-repeat;
	background-position:0 10px;
	line-height:21px;

}

.curve li {
	padding:5px 15px 5px 30px;
	background-image: url(img/marcador.png);
	background-repeat: no-repeat;
	background-position:10px 10px;
	line-height:17px;
	border:1px solid #CCC;
	margin:10px 0 10px 0;
	background-color:#FFF;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.curve li:hover {
	background-color:#F9FFF9;
}

.curve li a {
	text-decoration:none;
	
	
}



.galerias h5 {
	margin-top:30px;
	clear:both;
	float:left;
}

.galerias h2 {
	margin-top:30px;
	margin-bottom:0;
	clear:both;
	float:left;
}


.galerias ul {
	clear:both;
}

.galerias ul li {
	padding:0;
	background-image: none;
	display:inline-block;
	float:left;
	width:250px;
	border:1px solid #CCC;
	text-align:center;
	margin:0 10px 10px 0;
}

.galerias ul li a {
	padding:20px 0 20px 0;
	display:block;
	text-decoration:none;
	width:100%;
	height:100%;
	-moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
	color:#FFF;
	background-color:#124A1D;
}

.galerias ul li a:hover {
	
	background-color:#67832E;
}


#rodape {
    clear:both;
	position:relative;
	width:100%;
	background-color:#11763E;
    
}

#rodape_centro {
    clear:both;
	position:relative;
	margin:0 auto;
	width:1100px;
	text-align:center;
	

}

#logos_rodape {
	position:relative;
	

}







.logos {
	position:relative;
	float:left;

}

.logos div {
float:left;
width:150px;
margin:0 21px 25px 0;
border:1px solid #CCC;
}

.logos div:last-child {
margin-right:0;
}

.logos div img {
	box-shadow: 3px 3px 3px #CCC;
   -webkit-box-shadow: 3px 3px 3px #CCC;
   -moz-box-shadow: 3px 3px 3px #CCC;
}

#fotos{
	text-align:center;
	width:540px;
	border:1px dotted #9081B6;
	padding:10px;
}

#fotos ul{
	margin-left:-10px;

}

#fotos li{
	display:inline; 
}

ul, ol {
	
	margin-top:0;
	padding-top:0;
}

li {
    padding-bottom:7px;
}



a {
	color:#000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

hr {
    border:1px dashed #FF9900;
    height:1px;
}






.subtitulo {
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 10px 0;
	padding:0;
}

.botao {
	font-size:11px;
	color:#ffffff;
	padding:4px 7px 4px 7px;
	border:1px solid #CCCCCC;
	background-color:#67832E;
	text-decoration:none;
}

.botao:hover {
	color:#67832E;
	background-color:#E4ECD7;
	text-decoration:none;
}



.botao2 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #11763E;
	text-align:center;
	margin:10px auto 20px auto;
	-moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
}

.botao2:hover {
	background-color: #000;
}

.botao2 a {
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	padding:20px 0 20px 0;
	margin:0 0 0 0;
	font-size:14pt;
}




.botao_clique {
	float:left;
	background-color:#2A4560;
	margin:0 20px 0 20px;
}

.botao_clique a {
	color:#FFF;
	text-decoration:none;
	padding:20px;
	display:block;
}

.botao_clique:hover {
	background-color:#000;
}


.botao1 {
	padding:40px;
	border:2px solid #FFF;
	background-color:#124A1D;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
	text-align:center;
	width:400px;
	margin:0 auto;
}

.botao1:hover {
	background-color: #186527;
}

.botao1:hover a {
	text-decoration:underline;
}

.botao1 a {
	color:#FFF;
	text-decoration:none;
	font-size:16px;
	padding:20px;
}


@keyframes anima{
	0% {transform-origin: center top; transform: scaleX(1)}
	100% {transform-origin: center top; transform: scaleX(1.05)}
}

.animar {
	animation: anima 1s linear 0s infinite alternate;
}

.aviso {
	text-align:center;
	padding:20px 20px 10px 20px;
	background-color:#124A1D;
	color:#FFF;
}

.aviso p, .aviso a {
	color:#FFF;
}



#formAssociese input{
	width:350px;
	margin-bottom:2px;
}

#formTrabalho input, textarea{
	width:540px;
	margin-bottom:3px;
}

#formTrabalho .pchave {
	width:170px;
}