@charset "utf-8";
/*---------------------------------------------
  Unimed
  Projeto: Novo Layout da Central Nacional Unimed
  Autor: Equipe Web - Portal Unimed
  Data: 22 de junho de 2010
  ---------------------------------------------
  PALETA DE CORES
  ---------------------------------------------
  #505050 - Texto Padrao
  #5b5b5b - titulos e botoes
  #5a5a5a - botoes
  #000    - titulos (Black 100%)
  ---------------------------------------------
*/
/***** RESETAR TODOS OS OBJETOS *******************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td input[type="radio"]{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "trebuchet MS";
	vertical-align: baseline;
	z-index: 1;
}

:focus {
	outline: 0px;
}

body {
	/*line-height: 1;*/
	color: #505050;
	zoom: 1;
	background: #fff;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

html, body {
	height:100%;
}

/***** CLEARFIX - SOLUÇÃO PARA ELEMENTOS FLOAT ****************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

.sp_br {
	float: left;
	margin-right: 5px;
	display: inline;
}

img {
	border: 0px;
}

/*****CORPO DO DOCUMENTO***************************************************************************/

#centralize {
	width: 1004px;
	margin:0 auto;
	text-align:center;
	height:100%;
}

#content {
	width: 1004px;
	text-align: left;
}

/*****TOP******************************************************************************************/
#div_busca,
#div_menu-nav,
#menu,
#full_banner,
#enquete,
#banner_direito,
#banner_flash,
#box_servicos,
#menu_rodape {
	display: none;
}

#top h2 a{
	display: block;
	float: left;
	width: 1004px;
	height: 40px;
	font: bold 22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	margin-bottom: 30px;
	margin-top: 20px;
}

/*****Box SAC - Telefones para contato*************************************************************/
#box_sac {
	display: block;
	float: left;
	width: 1004px;
	border-top: solid 10px #ccc;
	margin-top: 20px;
	padding-top: 10px;
	border-bottom: dotted 1px gray;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#box_sac h3 {
	display: block;
	float: left;
	width: 184px;
	height: 60px;
	font: bold 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #51;
	padding: 10px;
}

#box_sac p {
	display: block;
	float: left;
	width: 245px;
	border-left: dotted 1px gray;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #505050;
	padding: 10px;
}

#box_sac p span{
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #51;
}

#box_sac p span.fone_sac {
	display: block;
	float: left;
	width: 205px;
	margin-left: 31px;
}

/*****BANNERS - Box Banners Inferior***************************************************************/
#box_banners {
	display: block;
	float: left;
	width: 1004px;
}

#box_banners ul {
	display: block;
	text-align: center;
}

#box_banners ul li {
	display: inline-block;
}

#box_banners ul li a{
	display: block;
	width: 118px;
	height: 32px;
	margin-right: 10px;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #b7b7b7;
	text-decoration: none;
	border: solid 1px gray;
}

/*****COPYRIGHT ***********************************************************************************/
#box_copyright {
	display: block;
	float: left;
	width: 1004px;
	font: normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #51;
	text-align: center;
	margin-top: 10px;
}

#box_copyright a{
	display: none;
}
