@charset "utf-8";
/* CSS Document */

html {
	height: 100%;	
}
body {
	background-color: #f0f0f0;
	background-image: url(../imagens/back.png);
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial, Tahoma, Geneva, sans-serif;
	color:#000000;
	margin: 0;
	padding: 0;
	height:100%;
}

a { 
	text-decoration: none;
  }
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

#tudo {
	width: 990px;
	margin: 0 auto;
    display: table;
	min-height:100%;
	height:auto;
}
#conteudo {
	padding:20px;
	
}

#coluna1 {
	
	width:470px;
	float:left;
	margin-bottom:30px;
	
}

#coluna2 {

	width:450px;
	float:left;	
	border-left-width:thin;
	padding-left: 25px;	
	border-left-style:dotted;
	margin-bottom:30px;
		
}


	#top_faixapreta {
		width: 940px;
		height: 50px;
		padding-left:50px;
		padding-top:15px;
		float:left;
		background-image: url(../imagens/back_faixapreta.png);
		color:#FFF;
		
	}
	
	#top_menu {
		width: 960px;
		height: 83px;
		padding-left:30px;
		padding-top:17px;
		

		float:left;
		background-image: url(../imagens/menu_superior.png);
	}

		#top_menu_logo {
		height: 60px;
		float:left;
		}
		
		#top_menu ul {
		height: 60px;
		margin-top: -65px;		
		margin-left: 220px;
		padding-top: 0px;
		float:left;
		list-style-type: none;
		}
		#top_menu ul li {
			margin:5px;
			float:left;
		}

	#chamada {
		width: 900px;
		height: 330px;
		padding-left:90px;

		float:left;
		background-image: url(../imagens/centro_chamada.png);
	}
	
	#planos {
		width: 990px;
		height: 280px;
		float:left;		
	}
		#planos_box {
		width: 240px;
		height: 215px;
		margin-bottom:25px;
		margin-left:5px;
		float:left;	
		background-image: url(../imagens/back_planos.png);	
		}

			#box_plano_desc {			
			height:190px;
			float:left;
			margin-left:25px			
			}
			
			#box_plano_desc p{ margin-top:25px; font-size:15px;}
			#box_plano_desc span{ font-size:20px; font-weight: bold; text-align:right; }		
			
			#box_bt_contratar {
			z-index:1;
			margin-left:100px;
			float:left;
			}
	
	
	#produtos_servicos {
		width: 990px;
		height: 470px;
		float:left;
		
	}
			#box_produtos_servicos {
			border-right-width:thin;	
			width:290px;
			margin-left:20px;
			padding-right:10px;
			border-right-style:dotted;
			float:left;
			}
	
	#rodape {
		display: table;
		width: 100%;
		background-color:#000;
		text-align:center;
		bottom: 0;
		clear: both;
						
	}
	#rodape_conteudo {
		text-align:left;
		width: 960px;
		height: 210px;
		padding-top:20px;
		padding-left:30px;
		background-color:#000;
		margin-left: auto;
		margin-right:auto;
				
	}
	
	
			#box_rodape {
			border-right-width:thin;	
			width:200px;
			margin-left:25px;
			border-right-style:dotted;
			color:#666;
			float:left;
			}
			#box_rodape a{color:#FFF;}
			#box_rodape a:link {color: #FFF;}
			#box_rodape a:visited {color: #FFF;}
			#box_rodape a:hover {color: #FFF;}
			#box_rodape a:active {color: #FFF;}


	/* CAPTCHA ================		*/
	
	#wrap{
	border:solid #CCCCCC 1px;
	width:203px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	margin-top:3px;
	margin-left:140px;
}

.error{ color:#CC0000; font-size:12px; margin:4px; font-style:italic;}

.success{ color:#009900; font-size:12px; margin:4px; font-style:italic;}

img#refresh{
	float:left;
	margin-top:30px;
	margin-left:4px;
	cursor:pointer;
}

	/* ============================ */