@charset "UTF-8";

/* CSS Reset */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: arial, sans-serif;
	font-size:16px;
	line-height: 1.5;
}

.content{
	margin: 10px auto;
	width:940px;
}

.erro{
	display:none;
	padding:10px;
}

h3{
	color:#17810b;
	font-size:25px;
	font-weight:bold;
	margin:0 0 5px 5px;
}
p{
	margin:5px 0 20px 5px;
	font-size:15px/2;
	color: #777;
}
.clearFix{
	height:1px;
	clear:both;
}
.itemBlock{
	width:940px;
	margin-bottom:30px;
	overflow:visible;
	clear:both;
}
p.title{
	font-size:15px;
	margin:30px 2px 0 5px;
	display: block;
	clear:both;
	color:#777;
}

.panel {
	float: left;
	width: 124px;
	height: 124px;
	margin: 5px;
	position: relative;
	font-size: .8em;
	z-index:0;
	-webkit-perspective: 450px;
	-moz-perspective: 450px;
}
/* -- make sure to declare a default for every property that you want animated -- */
/* -- general styles, including Y axis rotation -- */
.panel .front {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: inherit;
	height: inherit;
	background: #F0CD00;
	text-align: center;
	cursor:pointer;

	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;

	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.panel .front .frontImage{
	width:124px;
}

.imagem{
	width:120px;
	margin-bottom: 5px;
}


.panel.flip .back {
	z-index: 1000;
	background: #f0f0f0;

	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}


.panel.flip .back.rightmost{
	left:-134px;
}

.panel.flip .front {
	border-color: #eee;
	background: #f0f0f0;
	z-index: 900;

	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	
}

.panel .back {
	float: none;
	position: absolute;
	z-index: 800;
	width: 258px;
	background: #f0f0f0;
	
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;

	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;

	/* -- transition is the magic sauce for animation -- */
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.panel.flip .back {
	z-index: 1000;
	background: #f0f0f0;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}

/* -- cosmetics -- */
.panel .pad {padding: 0 15px; }
.panel.flip .action {display: none; }
.flip { z-index: 100 ;}

.backContents{
	width: inherit;
	padding:10px;
	z-index: 10000;
}

.texto{
	width:238px;
	overflow:hidden;
	display:block;
	margin-top:10px;
}

.nameTag{
	text-align:left;
	position:absolute;
	margin-top:0;
	bottom:0;
	width:124px;
	height:0px;
	overflow:hidden;
	color: #fff;
	background: rgb(23,129,11);
	background: rgba(23,129,11,0.8);
	font-size:12px/1.2;
	
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.nameTag.active{
	height:30px;
	
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nameTag p{
	margin:0;
	padding:6px 8px;
	font-size:13px;
	color:#fff;
}

.nome{
	width:240px;
	color:#17810b;
	font-size:16px;
	font-weight:bold; 
	margin-bottom:10px;
}
.backContents b{
	display:inline-block;
	color:#17810b;
	font-weight: bold;
}

.graphImg{
	clear:both;
	display:block;
	margin-bottom:10px;
}

.close { 
	position:absolute;
	background-image:url(../img/close_bt_green.png);
	background-position:0px 0px;
	height:23px;
	width:23px;
	right:5px;
	top:5px;
	margin:5px;
	cursor:pointer;
}
.close:hover {
	background-position:0px 23px;
}

.comissaoTecnica{
	padding-top: 40px;
}

.comissaoTecnica img{
	width: 940px;
}
