@charset "utf-8";
/* CSS Document */




body {
  font-family: Sans-serif;
  color: #111;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 130%;
  background-image:url(../images/fundo-verde-bg7.jpg);
  background-repeat: no-repeat;
  background-size: cover;

}


.txtsala{
	font-family: Sans-serif;
	font-weight: bolder;
	font-size:12px;
	color:#485E33;
	text-decoration:none;
	
	
}

.txttituloconf{
	font-family:Verdana, Geneva, sans-serif;
	color:#485E33;
	font-size:22px;
	line-height:140%;
	
}
header
{

	height:100%;
	width:100%;
}

	
h2
{
	font-family:Verdana, Geneva, sans-serif;
	color:#485E33;
	font-size:18px;
}


h1,h3
{
	font-family:Verdana, Geneva, sans-serif;
}



section
{
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding:30px;
	font-size:14px;
	
	
}

p{
	line-height:140%;
}

footer
{
	background-image:url(../images/fundo-verde-bg7.jpg);	
    font-family:Verdana, Geneva, sans-serif;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	padding:8px;
	height: auto;
	border-radius:10px;
}

img, video
{
	max-width:100%;
	border-radius: 8px;
	
}

a:link 
{ 
 text-decoration:none; 
}
		
nav
{
    	
    height: 100%;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
    font-size: 13px;
	text-align:center;
	background-color:#1DA424;    	
	line-height:120%;

}


nav ul
{
	height:auto;
	padding:8px 0px;
	margin:0px;
}

nav li
{
	
	display:inline;
	padding:10px;
	margin:0px;
}

nav a
{
	text-decoration:none;
	
	color:#ffffff;
	padding:8px 8px 8px 8px;
}

nav a:hover
{
	color:#ECAF18;
	
	border-radius: 5px;
	/* Declara??o para aparecer no Firefox */
	-moz-border-radius:5px;
	/* Para exibir nos outros navegadores como Chrome, safari, opera*/
	-webkit-border-radius: 5px;

}


#box{
/*definimos a largura do box*/
	width:100%;
	/* definimos a altura do box */
	height:100%;
	/* definimos a cor de fundo do box */
	background-color:#FFFFFF;
		/*background-image:url(../images/agregador_fundo.png);*/
	/* definimos o qu?o arredondado ir? ficar nosso box */
	border-radius: 10px;
	/* Declara??o para aparecer no Firefox */
	-moz-border-radius: 10px;
	/* Para exibir nos outros navegadores como Chrome, safari, opera*/
	-webkit-border-radius: 10px;
	color:#000;
	}
	
	#box2{
/*definimos a largura do box*/
	width:100%;
	/* definimos a altura do box */
	height:100%;
	/* definimos a cor de fundo do box */
	background-color:#fff;
		/*background-image:url(../images/agregador_fundo.png);*/
	/* definimos o qu?o arredondado ir? ficar nosso box */
	border-radius: 10px;
	/* Declara??o para aparecer no Firefox */
	-moz-border-radius: 10px;
	/* Para exibir nos outros navegadores como Chrome, safari, opera*/
	-webkit-border-radius: 10px;
	color:#000;
	}


@media all and (min-width:960px)
{ 
   body
   {
     width:65%;
	 margin:auto;
   }
   
}

@media all and (max-width:640px)
{ 
   nav
   {
     height:100%;
	 max-width:100%;
	 color:#0166A9;
    background-color:#1DA424;
	text-align:left;
	
   }
      nav li
   {
     display:block;
	 padding:10px;
	 margin:0px;
   }
 

}
