/* FOLHA DE ESTILOS MEDICAL SERVICES */

/******************* GERAL *******************/

/* tipologia do site */
.titulo{
	font: bold 16px Trebuchet MS;
	text-transform:uppercase;
}
/* verdana */
.verdana_normal{
	font-family: verdana;
	font-weight: normal;
	font-size: 13px;
}

.verdana_bold{
	font-family: verdana;
	font-weight: bold;
	font-size: 13px;
}


/* trebuchet */
.trebuchet_normal{
	font-family: "trebuchet ms";
	font-size: 12px;
	text-transform: uppercase;
}

.trebuchet_bold{
	font-family: "trebuchet ms";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* trade ghotic */
.tradeGhotic_normal{
	font-family: verdana;
	font-size: 12px;
}

/* tamanhos */
.boxTitulo{
	font-size: 16px;
	height: 27px;
	background:url(../../imagens/layout/miolo/bg_titu_middle.gif) repeat-x top left;
	line-height: 27px;
}

.tituMenuLateral{
	font-size: 13px;
	height: 27px;
	background:url(../../imagens/layout/miolo/bg_titu_middle.gif) repeat-x top left;
	line-height: 27px;
}

.titulo_middle{
	background:url(../../imagens/layout/miolo/bg_titu_left.gif) no-repeat top left;
	height: 27px;
}

.titulo_right{
	background: url(../../imagens/layout/miolo/bg_titu_right.gif) no-repeat top right;
	height: 27px;
}

/* links */

.linkPadrao{
	text-decoration: none;
}

/* cores */
.cinzaEscuro{
	color: #404040;
}
.azulEscuro{
	color: #003da0;
}

.azulEscuro:hover{
text-decoration:underline;
	color: #003da0;
}

/* hovers */
a{
	text-decoration: none;
	color: 003DA0;
}

a:hover{
	text-decoration: underline;
	color:#003DA0;
}

a:visited{
	text-decoration: none;
	color:#003DA0;
}

/* formatacao inicial */

p{
	font: normal 13px verdana;
}

h2{
	font:bold 14px verdana;
}

h3{
	font:bold 13px verdana;
}


body{
	margin: 0px;
	padding: 0px;
	/*background: url(../../01_home_geral_nonews.jpg) no-repeat top center;*/
}

img, span{
	border: 0px;
	/*display: block;*/
}

ul{
	font: normal 13px verdana; 
	margin: 0;
	border: 0;
	padding: 0;
	list-style-type: none;
}

.div_layout{
	width: 975px;
}

.image-replacement{
	display: none;
}

/* cabecalho site */
.div_cabecalho{
	width: 975px;
}
.bg_sanofi{
	background: url(../../imagens/layout/cabecalho/bg_sanofi_solid.gif) repeat-x top #ffffff;
}

.banner{
	position: relative;
	left: 404px;
	top: -16px;
	width: 468px;
}

.logo_medical{
	position: relative;
	left: 30px;
	top: 40px;
	width: 251px;
}

.div_bemvindo{
	background: url(../../imagens/layout/cabecalho/bg_box_bemvindo.jpg) repeat-y;
	height: 32px;
	border-top: 1px solid #FFFFFF;
}

.div_cadastre{
	margin-top:2px;
	height: 38px;
	background: url(../../imagens/layout/cabecalho/bg_box_cadastre.gif);
}

.cadastreLogado{
	height: 50px;
}

.border_cadastre{
	height: 100%;
	display: block;
	background: url(../../imagens/layout/cabecalho/bg_border_cadastre_bottom.gif) no-repeat bottom right;
}
.div_cadastre_texto{
	color: #FFFFFF;
	border-top: 1px solid #e0e0e0;
}

.txtNomeUsuario{
	line-height: 32px; 
	padding-left: 30px;
	text-transform: capitalize;
	font-size: 14px;
	float: left;
}

.bt_usuario{
	float: right;
	padding-right: 30px;
}

/* login */
.inputLogin{
	background: #FFFFFF;
	border: 0px;
	height: 18px;
}
.inputEmail, .inputSenha{
	width: 206px;
}

.selectConteudo{
	width: 378px;
	font-size: 10px;
	color: #626262;
	font-family: arial;
}


/* miolo site */
/* menu */
.div_menu{
	width: 206px;
	font-size: 2px;
	line-height: 0px;
	background: url(../../imagens/layout/menu/bg_div_menu.gif) repeat-y;
}

.ul_menu_site{
	padding-top: 16px;
	padding-bottom: 16px;
}

.ul_menu_site li{
	height: 24px;
	background: url(../../imagens/layout/menu/bg_menu_out.gif) no-repeat bottom left;
}

.a_link_menu{
	display: block;
	height: 20px;
	width: 206px;
	padding-top: 4px;
}

.a_link_menu img{
	padding-left: 25px;
}


/* conteudo */
.div_conteudo{
	width: 769px;
	background: #ffffff;
}

.div_conteudo_interno{
	width: 720px;
	background: #ffffff;
	margin-left: 14px;
	margin-top: 20px;
}

.div_conteudo_interno img, a, span{
	border: 0px;
}
.box_destaque_vertical{
	background: url(../../imagens/layout/miolo/bg_destaque_vertical.gif) no-repeat;
}

.box_destaque_horizontal{
	background: url(../../imagens/layout/miolo/bg_destaque_horizontal.gif) no-repeat;	
}

.box_destaque_horizontal_2{
	background: url(../../imagens/layout/miolo/bg_destaque_horizontal_2.gif) no-repeat;	
}

.destaqueImagem{
	position: relative;
	top: 9px;
	left: 9px;
	float: left;
}

.destaqueTexto{
	float: left;
	position: relative;
	top: 9px;
	left: 18px;
	line-height: 15px;
}

.textoHorizontal{
	width: 230px;
}

.textoVertical{
	text-align: center !important;
	position: relative;
	top: 18px;
	left: 0px;
	width: 134px;
}

.titu_destaque{
	padding-bottom: 3px;
}

.titu_noticias{
	margin-bottom: 14px;
}

.ul_ultimas_atualizacoes{
	padding-left: 20px; 
	padding-top: 20px;
}

.ul_ultimas_atualizacoes li{
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 18px;
}

.ul_ultimas_atualizacoes li span{
	position: relative;
	left: -10px;
}

/* colula lateral */
.titu_conteudo{
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.ul_conteudo_personalizado{
	line-height: 17px;
}

.ul_conteudo_personalizado li{
	padding-left: 30px;
	background: url(../../imagens/layout/miolo/bg_bullet_disc.gif) no-repeat 20px 6px;
}

.linkConteudo{
	background: none !important;
}

/* noticias */
.div_noticias{
	margin-top: 18px;
	margin-left: 23px;
}

/* rodape */
.div_rodape{
	margin: 0px;
}
.rodape{
	background: #FFFFFF;
}

.div_links_rodape{
	background: url(../../imagens/layout/cabecalho/bg_box_bemvindo.jpg) repeat-y;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}

.div_links_rodape a{
	display: inline;
}

.div_copyright{
	text-align: center; 
	color: #666666; 
	font-size: 11px;
	padding-bottom: 16px;
}

.div_essencial{
	background: url(../../imagens/layout/rodape/bg_essencial.jpg) no-repeat center center;
	height: 61px;
}

.linkRodape{
	font-size: 12px;
}


/* class usada em texto dentro de box branca */
.Verdana11Blue {
	font-family: verdana;
	font-size: 11px;
	color:#003D76;
}

ul li.inline1{
	display:inline;
	border-color:#FF0000;
}

/* dimensoes da página */


/******************* HOME *******************/

