/************************************************************************************
RESET
*************************************************************************************/

*{ list-style:none; margin:0; padding:0;}
body, html, #wrapper{ height:100%; margin:0; font-family:'UbuntuBold', calibri, Arial, Helvetica, sans-serif; font-size:14px; line-height:25px; color:#333; background: url(../imagens/back.png);}

@font-face {
    font-family: 'sofia';
    src: url('../fonte/sofia-regular-webfont.eot');
    src: url('../fonte/sofia-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonte/sofia-regular-webfont.woff') format('woff'),
    url('../fonte/sofia-regular-webfont.ttf') format('truetype'),
    url('../fonte/sofia-regular-webfont.svg#sofia') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuRegular';
    src: url('../fonte/Ubuntu-R-webfont.eot');
    src: url('../fonte/Ubuntu-R-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonte/Ubuntu-R-webfont.woff') format('woff'),
         url('../fonte/Ubuntu-R-webfont.ttf') format('truetype'),
         url('../fonte/Ubuntu-R-webfont.svg#UbuntuRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBold';
    src: url('../fonte/Ubuntu-B-webfont.eot');
    src: url('../fonte/Ubuntu-B-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonte/Ubuntu-B-webfont.woff') format('woff'),
         url('../fonte/Ubuntu-B-webfont.ttf') format('truetype'),
         url('../fonte/Ubuntu-B-webfont.svg#UbuntuBold') format('svg');
    font-weight: normal;
    font-style: normal;
 
}

<!--.logo{font-family:'minisystemregular', calibri; font-size:4em; padding: 10px 0 5px 40px;}-->

.border{border-bottom:1px dotted #cccccc;}
.border1{border-top:1px dotted #cccccc;}

/*
.cantos_redondos{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}*/

#menu{width:200px; height:100%; margin-left:40px; margin-top:20px; font-family:calibri, Arial, Helvetica, sans-serif; font-size:14px; background:#FFF;

-moz-box-shadow: 1px 1px 1px #333;
-webkit-box-shadow: 1px 1px 1px #333;
box-shadow: 1px 1px 1px #333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333'); border:#CCC 1px solid;


}

#menu UL {
	FLOAT: center; 
}

#menu li{height:41px; border-bottom:solid #ccc 1px; margin:5px;  }

#menu li a{ display:block; text-decoration:none; color:#333;}

#menu li a:hover{background: #cccccc; text-decoration:none; height:36px; color:#333; }

#menu li p{padding:6px 10px 5px 20px; }



#menu2{width:200px; height:100%; margin-left:40px; margin-top:20px; font-family:calibri, Arial, Helvetica, sans-serif; font-size:14px;

-moz-box-shadow: 1px 1px 1px #333;
-webkit-box-shadow: 1px 1px 1px #333;
box-shadow: 1px 1px 1px #333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333'); border:#CCC 1px solid;


}

#menu2 UL {
	FLOAT: center; 
}

#menu2 li{height:41px; border-bottom:solid #ccc 1px; margin:5px; line-height:15px;  }

#menu2 li a{ display:block; text-decoration:none; color:#333;}

#menu2 li a:hover{background: #cccccc; text-decoration:none; height:36px; color:#333; }

#menu2 li p{padding:6px 10px 5px 20px; }




#menuadmin{width:200px; height:100%; margin-left:0px; margin-top:0px; font-family:calibri, Arial, Helvetica, sans-serif; font-size:14px; background-color:#ffffff;

-moz-box-shadow: 1px 1px 1px #333;
-webkit-box-shadow: 1px 1px 1px #333;
box-shadow: 1px 1px 1px #333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333'); border:#CCC 1px solid;
}

#menuadmin UL {
	FLOAT: center; 
}

#menuadmin li{height:41px; border-bottom:solid #ccc 1px; margin:5px; line-height:15px;  }

#menuadmin li a{ display:block; text-decoration:none; color:#333;}

#menuadmin li a:hover{background: #cccccc; text-decoration:none; height:36px; color:#333; }

#menuadmin li p{padding:6px 10px 5px 20px; }

#login{ width:100px; height:36px; font-family:calibri, Arial, Helvetica, sans-serif; font-size:14px; margin-top:20px;}

#login UL {float: center;}

#login li{height:36px; -moz-box-shadow: 1px 1px 1px #333;
-webkit-box-shadow: 1px 1px 1px #333;
box-shadow: 1px 1px 1px #333;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#333333'); border:#CCC solid 1px;}

a{ color:#333; text-decoration:none;}
a:hover{ text-decoration:underline;}

#login li a{ display:block; text-decoration:none; }

#login li a:hover{text-decoration:none; height:36px;}

#login li p{padding-top:5px; text-align:center; color:#333; color:#333;}

/*pagina O projeto*/

.green{color:#090;}

.fonteproject_name{ font-family:'sofia',calibri, arial; font-size:28px; line-height:30px;}

.question{ font-family:'Museo300Regular',calibri, arial; font-size:25px; line-height:30px;}

.fontesecond_name{font-family:'Museo300Regular',calibri, arial; font-size:20px; color:#000; line-height:25px;}

.fontesecond_name2_bold{font-family:'UbuntuBold',calibri, arial; font-size:14px; color:#000; line-height:20px;}

.fontesecond_name2{font-family:'UbuntuRegular',calibri, arial; font-size:13px; color:#000; line-height:20px;}

#theproject00 ul li{width:450px; background:url(/imagens/site/conteudo_bg.png) repeat; padding:20px; margin:20px 0 0 0; -moz-box-shadow: 1px 1px 1px #000;
-webkit-box-shadow: 1px 1px 1px #000;
box-shadow: 1px 1px 1px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}


#conteudo ul li{width:700px; background:url(/imagens/site/conteudo_bg.png) repeat; padding:20px; margin:20px 0 0 0; -moz-box-shadow: 1px 1px 1px #000;
-webkit-box-shadow: 1px 1px 1px #000;
box-shadow: 1px 1px 1px #000;
border:#cccccc solid 1px;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}

#conteudoadmin ul li{width:700px; background:url(/imagens/site/conteudo_bg.png) repeat; padding:20px; margin:20px 0 0 0; -moz-box-shadow: 1px 1px 1px #000;
-webkit-box-shadow: 1px 1px 1px #000;
box-shadow: 1px 1px 1px #000;
border:#cccccc solid 1px;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}
#conteudoadmin li a{ color:#06C; text-decoration:none; }

#conteudoadmin li a:hover{text-decoration:underline;}

/*homepage colunas*/

#conteudo_blocos {
	width: 80%;
	min-width:700px;
	
	margin: 15px 0 0 0;
}

#colunas {
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	-webkit-column-fill: auto;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-moz-column-fill: auto;
	column-count: 2;
	column-gap: 15px;
	column-fill: auto;
}

.bloco {
	width:89%;
	display: inline-block;
	background: #FEFEFE;
	border: 1px solid #EBEBEB;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.9);
	margin: 0 2px 15px;
	padding: 15px;
	padding-bottom: 5px;
	/*-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;*/
}

.bloco .linha{
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;}

.bloco img {
	width: 100%;
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 15px;
	margin-bottom: 5px;
}

/*.bloco p {
	font: 12px/18px Arial, sans-serif;
	color: #333;
	margin: 0;
}*/




/*pagina noticias*/


#news{ width:700px; float:left;}

#news ul li{ width:300px; height:100px; float:left; background:url(/imagens/site/conteudo_bg.png) repeat; margin:0 5px 5px 0; padding: 20px; border:#cccccc solid 1px;

-moz-box-shadow: 1px 1px 1px #000;
-webkit-box-shadow: 1px 1px 1px #000;
box-shadow: 1px 1px 1px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}

#news .img{ width:100px; height:100px; float:left;}
#news .txt{ width:190px; height:100px; float:right;}


/*fim pag noticias*/


/*pagina partners*/
#partners{ width:750px; float:left;}
#partners .b{ line-height:17px;}

#partners ul li{ width:328px; height:220px; float:left; background:url(/imagens/site/conteudo_bg.png) repeat; margin:0 5px 5px 0; padding: 20px; border:#cccccc solid 1px;

-moz-box-shadow: 1px 1px 1px #000;
-webkit-box-shadow: 1px 1px 1px #000;
box-shadow: 1px 1px 1px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}

	#partners .img{ width:300px; margin: 0 0 5px 0; background:#ffffff; text-align:center;}
	
	#partners .txt{ width:300px; padding:5px;}

#partners a{text-decoration:none; color:#333;}

#partners a:hover{text-decoration:underline; background:url(/imagens/site/conteudo_bg.png) repeat; color:#333333;}

	#partners p{padding-top:20px;}
/*pagina partners*/



.fonterodape{ font-family:calibri, Arial, Helvetica, sans-serif; font-size:12px; color:#333; font-weight:bold;}

.fontelogorodape{ font-family:calibri, Arial, Helvetica, sans-serif; font-size:10px; color:#fff; line-height:12px;}

.fonterodape a { text-decoration:none; color:#333;}
.fonterodape a:hover { text-decoration:underline;}


.bgstretcher {
	Z-INDEX: -10; POSITION: fixed !important; WIDTH: 100%; BACKGROUND: white; OVERFLOW: hidden
}
.bgstretcher {
	POSITION: absolute; BOTTOM: 0px; TOP: 0px; RIGHT: 0px; LEFT: 0px
}
.bgstretcher UL {
	POSITION: absolute; BOTTOM: 0px; TOP: 0px; RIGHT: 0px; LEFT: 0px
}
.bgstretcher UL LI {
	POSITION: absolute; BOTTOM: 0px; TOP: 0px; RIGHT: 0px; LEFT: 0px
}

.bgstretcher UL {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}
.bgstretcher UL LI {
	PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px
}

/*******************************/



/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 5px 0 .4em;
	padding:0px;
	color: #000000;
	calibri, Arial, Helvetica, sans-serif
	}

h1 {
	font-size: 1.8em;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;

}
h3 {
	font-size: 1.0em;
}
h4 {
	font-size: 0.9em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}





/*'*********************************/

.texto{	font-family:calibri, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	padding-left:0px;
}


.login{
	padding: 20px;
}


/**/




#left{	
	text-align:left;
	float:left;
}

#right{
	text-align:left;
	float:right;
}
	
#clear{
	clear: both;
}

	
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	font-family:Calibri, Verdana, Arial;
	clear: both;
	color: #555;
	font-size: 75%;
	margin-left:40px;
	position:fixed; bottom: 10px;
	border-top: 0px dotted #AF8B18;
}

footer li{ list-style:none; width:300px; height:30px; float:left; padding-left:0px;
}

footer span{ height:40px; text-align:right; float:right; padding-right:35px;
}

footer a {
	color: #AF8B18;
}


	

/*************************************************************************************
' formularios
************************************************************************************ */

select,
textarea,
input[type=text],
input[type=password],
input[type=file] {
	border: 1px solid #ddd;
	color:#000000;
	padding: 2px;
	font: 14px calibri, Arial;
	background-color: #f4f4f4;
}

input[type=button],
input[type=submit],
input[type=reset]{
	border: 0px solid #666;
	padding: 5px;
	background-color: #666666;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

input[type=button]:hover,input[type=submit]:hover,input[type=reset]:hover{
	border: 0px solid #dddddd;
	padding: 5px;
	background-color: #cccccc;
}


input[type="checkbox"], input[type="radio"]{
	background: transparent;
	border: 0px;
    }

/**/

.formsearch{
	border: 1px solid #666;
	padding: 4px;
}

legend{
	background-color: #f4f4f4;
	padding: 2px;
}
fieldset{
	padding: 5px;
}

.alerta{
	border: 1px solid #f4f4f4;
	padding: 4px;
}



/* Clica expande */
.DivAberto {
  display: block;
}

.DivFechado {
  display: none;
}
/* fim Clica expande */

.calendar{ width:250px; height:300px; float:left; margin:0 5px 5px 0; padding: 20px; 
-moz-box-shadow: 1px 1px 1px #000;
-webkit-box-shadow: 1px 1px 1px #000;
box-shadow: 1px 1px 1px #000; border:#cccccc solid 1px;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000');
}


.cal_event{
font-size:16px;  line-height: 22px;
color:#029feb; 
text-decoration:none;}


.cal_event:hover{
color:#666; 
text-decoration:none;}


.noevent{
font-size:16px;  line-height: 22px;
color:#666; 
text-decoration:none;}


.sticky {
    /* General */
    margin: 0 auto;
    padding: 8px 24px;
    width: 380px;
    /* Font */
    font-size: 1.4em;
    /* Border */
    border:1px #E8Ds47 solid;
    /* Shadow */
-moz-box-shadow: 1px 1px 1px #000;
-webkit-box-shadow: 1px 1px 1px #000;
box-shadow: 1px 1px 1px #000; border:#cccccc solid 1px;

}
 
.sticky h1 {
	font-size:16px;
}
 
.sticky p {
    text-align: left; 
}


/* questionario*/

.botao  {
	font-family:Calibri, Verdana, Arial; font-size:14px; color:#666666;
	border: 4px solid #93ae2b; 
/*    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
*/    padding: 10px;
    background: rgba(255,255,255,0.5);
    margin: 0 0 5px 0;}

.botaog  {
	font-family:Calibri, Verdana, Arial;
	font-size:14px;
	color:#666666;
	border: 1px solid #93ae2b;
	/*    -webkit-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    -moz-box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
    box-shadow: 
      inset 0 0 8px  rgba(0,0,0,0.1),
            0 0 16px rgba(0,0,0,0.1); 
*/    padding: 10px;
	margin: 0 0 5px 0;
	
}

.botaog:hover  {
	background-color: #E9F1C9;
}
		
.legenda{
	font-family:Calibri, Verdana, Arial;
	font-size:12px;
	color:#666666;
}

.form{
	font-size: 20px;
	color: #333;
}

#form_adesao{
	font-size: 20px;
	color: #333;
}


#msg_ok{
	font-size: 30px;
	color: #93ae2b;
	margin: 20px;
}

#alerta  {
	font-family:Calibri, Verdana, Arial;
	font-size:16px;
	color:#666666;
	border: 1px solid #FF972F;
	padding: 10px;
	background: rgba(255,255,255,0.5);
	margin: 0 0 5px 0;
}

#sucesso  {
	font-family:Calibri, Verdana, Arial;
	font-size:14px;
	color:#666666;
	border: 1px solid #66a340;
	padding: 10px;
	margin: 0 0 5px 0;
	background-color: rgba(255,255,254,0.5);
}
