﻿.especialidades_menu_separador
{
	height: 23px;
	width: 1px;
	float: left;
	background-color: #E4F1F3;
	margin: 2px 0px 0px 0px;
}

.especialidades_on
{
    float:left;
    white-space:nowrap;
	margin: 1px 1px 0px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004352;
	vertical-align:middle;
	background-color: #FCC917;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	float: left;
	/*width: 111px;*/
	height:23px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 5px;
}

.especialidades_off
{
    float:left;
    white-space:nowrap;
	margin: 1px 1px 0px 1px;
	font-family: Arial, Helvetica, sans-serif;
	/*width: 111px;*/
	height:23px;
	font-size: 11px;
	color: #004352;
	vertical-align:middle;
	float: left;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 5px;
}

.especialidades_menu_line
{
	font-size:0pt;
	background-color: #E4F1F3;
	width: 100%;
	height:1px;
}

