/* Página */
html {
	margin: 0em;
	padding: 0em;
}

body {
	margin: 0em;
	padding: 0em;
	font-family:Tahoma;
	font-size:0.8em;
	line-height: 1.4em;
    /*background-image:url(/gema/img/bg-overall.jpg);
	background-repeat:repeat-x;		*/
    background:#4584b4 url(/gema/img/xgradient.png.pagespeed.ic.fD9FBX0arxPKZ7VtH7cn.png) 0 -400px;
}


/* Div's */
#container{
    margin:0;
	padding:0;
    background:url(/gema/img/xclouds-trans.png.pagespeed.ic.3PojB6L7zrXUNHV7yPX5.png) top no-repeat;	
}

#corpo {
	padding: 0px;
	width: 990px;
	min-height: 940px;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#cabecalho{
	width: 975px;
	float:left;
}
   #logo {
      background-image:url(/gema/img/logo.png);
	  background-repeat:no-repeat;
	  background-position:center;
	  margin-top:5px;
 	  width: 100%;
	  height:100px;
   }

   #busca{
	  margin-top:46px;
	  margin-right:15px; 
      width: 195px;
      height:35px;
      float:right;
   }

   #menu {
       background-image:url(/gema/img/menu.gif);
	   background-repeat:no-repeat;
	   width:975px;
	   height:60px;
	   float:left;
   }

#conteudo{
	height:auto;
	float:left;
}
   #tv{
      width: 940px;
      height: 315px;
      margin-left:15px;
      margin-top:10px;
	  margin-bottom:15px;
      float:left;  
   }

   #destaques{ 
      width: 975px;
      margin-left:15px;
   }

      #fotos{
         width: 270px;
		 height: 340px;
		 padding-left:15px;
		 padding-right:15px;		 
         float:left;
         background-color:#FFF;			 
		 border: solid #CCCCCC 1px;
	  }
	  
	  #videos{
         width: 305px;
		 height: 340px;
		 padding-left:15px;
		 padding-right:15px;		 
         float:left;
         background-color:#FFF;
		 border: solid #CCCCCC 1px;	 
	  }
	  
	  #palestras{
         width: 270px;
		 height: 340px;
		 padding-left:15px;
		 padding-right:15px;		 
         float:left;
         background-color:#FFF;
		 border: solid #CCCCCC 1px;
		 text-align:justify;
	  }
	  
   #rodape{
      width: 975px;
   }
   
      #inscricao{
          margin-left:15px;
          margin-top:15px;   
          width: 700px;
          height: 50px;	  
		  float:left;
	  }
	  
	  #links{
          margin-top:15px;
		  margin-right:18px;
          width: 200px;
          height: 50px;
		  float:right;
		  text-align:right;
	  }

   #textos{ 
      width: 900px;
      margin-left:15px;
      margin-top:10px;
	  margin-bottom:15px;
	  padding: 20px;
	  min-height:400px;
      background-color:#FFF;			 
	  border: solid #CCCCCC 1px;
	  text-align:justify;	  
   }
   
   
#mapa {
    width: 100%;
	height: 370px;
	/*background-color:#F3C404;*/
	background-color:#C9A203;
	float:left;
}


/* Tag's */
h1{
  font-family:"Trebuchet MS";
  font-size:2.1em;
  color:#52A8DA;
}

h2 {
  display:inline;
  font-family:"Trebuchet MS";
  font-size:1.4em;
  color:#52A8DA;
  padding-bottom:15px;
}

/* Classes */
.data_palestra{
   font-size:0.85em;
   font-family:Tahoma;
   font-weight:bold;
   color:#57C04A;
   display:block;
   margin-bottom:6px;
}

.principal A { font-family:tahoma; font-size:0.7em;color:#52A8DA; text-decoration:underline;}
.link_texto A { color:#277421; text-decoration:underline;}

.textinvisible {
	background-color:#FFFFFF;
	border-width:0;
	font: italic 12px Tahoma;
	color: #999999;
	padding:3px;
	margin-left:5px;
}