@charset "iso-8859-1";
/* CSS Document */

/* Conteudo principal */

body {
	background-color:#0093dd;
	margin:0;
	text-align:center;
}

#conteudo {
	width:1000px;
	height:690px;
	background-color:#FFFFFF;
}

/* Menu superior */

#menu1 {
	width:1000px;
	height:60px;
	background-image:url(images/bkg_menu_superior.gif);
	background-repeat:repeat-y;
	text-align:left;
	z-index:2;
}

#titulo{
	width:250px;
	float:left;
}

#botoes{
	position:relative;
	top: 0px;
	width:1000px;
	height:60px;
	background: url(images/menu_links.png) no-repeat 0px 0px;
}
    #botoes ul{ 
	list-style:none; 
	text-indent:-9999em;
	}
	
    #botoes li{
      top: 0;
      height:60px;
	  position:absolute;
    }
    #botoes li a{
      display:block;
	  text-decoration:none;
      width:100%;
      height:100%;
      top:0;
    }
	
	#home{ width:200px; left:50px; }
	#noticias{ width:97px; left:325px; }
    #profissionais{ width:130px; left:452px; }
    #multimidia{ width:110px; left:612px; }
    #parceiros{ width:110px; left:747px; }
    #contato{ width:95px; left:877px; }

	#noticias a:hover{ background:url(images/menu_links.png) no-repeat -325px -60px; }
	#profissionais a:hover{ background:url(images/menu_links.png) no-repeat -452px -60px; }
	#multimidia a:hover{ background:url(images/menu_links.png) no-repeat -612px -60px; }
	#parceiros a:hover{ background:url(images/menu_links.png) no-repeat -747px -60px; }
	#contato a:hover{ background:url(images/menu_links.png) no-repeat -877px -60px; }

	#botoes ul li a:hover{
	  z-index:1000;
	}

/* Menu lateral */

#menu2{
	width:250px;
	height:630px;
	background-image:url(images/img_int_lateral.png);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
	z-index:2;
}

#menu_links {
	margin-left:20px;
	margin-top:30px;
	z-index:2;
}

.links2{
	border:0px;
	margin-top:50px;
	margin-left:-10px;
} 

.links2 a { 
   background-image:url(images/bkg_links_inf.gif);
   background-repeat:no-repeat;
   text-decoration: none; 
   display: block; 
   width: 100%;
   border:0px; 
   margin-bottom:10px;
} 

.links2 a:hover { 
   background-image:url(images/bkg_links_inf.gif);
   background-repeat:no-repeat;
   background-position: bottom left;
} 


/* Flash */

#conceitual {
	width:1000px;
	height:260px;
	position:relative;
	z-index:0;
}

/* Boxes */

#fundo-boxes {
	width:1000px;
	height:450px;
	background-image:url(images/bkg_home_centro.png);
	background-repeat:no-repeat;
	position:relative;
	margin-top:-80px;
	z-index:1;
}

#area-boxes{
	width:540px;
	height:175px;
	margin-top:-450px;
	position:relative;
	z-index:3;
}

#box1 {
	width:170px;
	height:175px;
	position:relative;
	background-image:url(images/bkg_box.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:110px;
	float:left;
	padding:5px;
	z-index:3;
}

#box2 {
	width:170px;
	height:175px;
	position:relative;
	background-image:url(images/bkg_box.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:110px;
	float:left;
	padding:5px;
	z-index:3;
}

#box3 {
	width:170px;
	height:175px;
	position:relative;
	background-image:url(images/bkg_box.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-top:110px;
	float:right;
	padding:5px;
	z-index:3;
}

#titulo_box {
	width:150px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
}

#foto_box {
	width:150px;
	height:75px;
	padding-left:10px;
	padding-right:10px;
}

#texto_box {
	width:150px;
	height:35px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
}

#veja_box {
	width:50px;
	height:20px;
	margin-left:110px;
	margin-right:10px;
	position:relative;
	z-index:5;
}

/* Destaques */

#destaque1{
	width:500px;
	height:250px;
	float:left;
	margin-top:-95px;
	position:relative;
	z-index:1;
}

#destaque2{
	width:500px;
	height:250px;
	float:right;
	margin-top:-95px;
	position:relative;
	z-index:1;
}

/* Conteudo das Internas */

#conteudo_internas {
	width:1000px;
	height:630px;
	background-color:#dededd;
	z-index:0;
}

#texto {
	width:750px;
	height:610px;
	overflow:auto;
	float:right;
	margin-top:10px;
	text-align:left;
	z-index:3;
}

.titulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#0093dd;
	line-height:36px;
	text-align:left;
}

.subtitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	line-height:36px;
	text-align:left;
}

.texto {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:16px;
	text-align:left;
}

/* Formulario */
#form {
	position:relative;
}


/* Rodape */

#rodape {
	width:1000px;
	height:30px;
	position:relative;
	text-align:center;
	background-color:#4d4948;
}
