/* geral */
* {
    padding: 0px;
    margin: 0px
}
body
{
	margin: 0px;
	padding: 0px;
	background-color: white;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	color: #666666;

}

img
{ 
	border: 0px;
}

td
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/*
ul
{
	list-style-position: inside;
	padding-left: 10px;
}
*/

.visibility-hidden{
    visibility: hidden;
    height: 1px;
    overflow: hidden;
}
a:link,
a:visited
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #a1a09e;
	text-decoration: none;
	outline: none;
}

a:hover
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #009FD9;
	text-decoration: none;
	outline: none;
}

a:active
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #1779b8;
	text-decoration: none;
	outline: none;
}

a:focus
{ 
	-moz-outline-style: none;
}

/* formulários */
form
{
	margin: 0px;
	padding: 0px;
}

.frmText
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border: 0px solid #000000;
}

.frmMiniText
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AAAAAA;
	text-decoration: none;
}

.frmTitle
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.frmCaption
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 0px solid #000000;
}

.frmInput
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: 0px solid #000000;
	background-color: #C0C0C0;
}

.frmCheckbox
{ 
	width: 14px;
	height: 14px;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	border: 0;
	background: #FFFFFF;
}

.frmTextarea
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: 0px solid #000000;
	background-color: #C0C0C0;
}

.frmSelect
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	border: 0px solid #000000;
	background-color: #C0C0C0;
}

.frmReset,
.frmReset a:link,
.frmReset a:visited,
.frmReset a:hover,
.frmReset a:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	padding-right: 20px;
}

.frmSubmit
{ 
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.tiny
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* mensagens */

.msgBoxYellow
{ 
	width: 100%;
	height: auto;
	position: relative;
	background: #FFEB9A;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

.msgCSEYellow
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_yellow_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDYellow
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_yellow_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIEYellow
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_yellow_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDYellow
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_yellow_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconYellow
{ 
	background: url(../images/msg_yellow_icon.png) center center no-repeat transparent;
	margin: 30px;
	padding: 0px;
}

.msgTextYellow
{ 
	background: transparent;
	color: #333333;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 20px 15px 20px 15px;
	line-height: 1.2;
	vertical-align: middle;
}

.msgBoxGreen
{ 
	width: 100%;
	height: auto;
	position: relative;
	background: #DDECB3;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}

.msgCSEGreen
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_green_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDGreen
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_green_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIEGreen
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_green_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDGreen
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_green_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconGreen
{ 
	background: url(../images/msg_green_icon.gif) center center no-repeat transparent;
	margin: 0px;
	padding: 0px;
}

.msgTextGreen
{ 
	background: transparent;
	color: #4F601A;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

.msgBoxRed
{ 
	width: 100%;
	height: auto;
	position: relative;
	background: #F4D0D0;
	border: 0px;
	display: -moz-inline-box;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	text-align: left;
	line-height: 1.2;
}

.msgCSERed
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/msg_red_top_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCSDRed
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/msg_red_top_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIERed
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/msg_red_bottom_left.gif) top left no-repeat;
	font-size: 1px;
}

.msgCIDRed
{ 
	width: 2px;
	height: 2px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/msg_red_bottom_right.gif) top left no-repeat;
	font-size: 1px;
}

.msgIconRed
{ 
	background: url(../images/msg_red_icon.gif) center center no-repeat transparent;
	margin: 0px;
	padding: 0px;
}

.msgTextRed
{ 
	background: transparent;
	color: #711B1C;
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 1.2;
}

/* home */

.homeNoticiaTitulo
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
}

.homeNoticiaLead
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4D4D4D;
	text-decoration: none;
}

/* interiores */

.Titulo
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.Lead
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.Texto
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* caminho páginas */

.caminhoC0,
.caminhoC0:link,
.caminhoC0:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.caminhoC0:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

.caminhoC0:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.caminhoC1,
.caminhoC1:link,
.caminhoC1:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC1:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.caminhoC1:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC2,
.caminhoC2:link,
.caminhoC2:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC2:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.caminhoC2:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC3,
.caminhoC3:link,
.caminhoC3:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC3:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
} 

.caminhoC3:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.caminhoC4,
.caminhoC4:link,
.caminhoC4:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.caminhoC4:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
} 

.caminhoC4:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.separador
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

/* paginacao */

.pageNum:link,
.pageNum:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

.pageNum:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.pageNum:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}

.pageNumSel:link,
.pageNumSel:visited,
.pageNumSel:hover,
.pageNumSel:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.btnPrev,
.btnPrev:link,
.btnPrev:visited,
.btnPrev:hover,
.btnPrev:active
{ 
	display: block;
	float: left;
	background: transparent;
	border: 0px;
}

.btnNext,
.btnNext:link,
.btnNext:visited,
.btnNext:hover,
.btnNext:active
{ 
	display: block;
	float: left;
	background: transparent;
	border: 0px;
}

.btnClear,
.btnClear a:link,
.btnClear a:visited,
.btnClear a:hover,
.btnClear a:active
{ 
	background: none;
	border: 0;
	padding: 2px 4px;
}

/* resultado pesquisa */

.linkVerTodos:link,
.linkVerTodos:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.linkVerTodos:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EE5F00;
	text-decoration: underline;
}

.linkVerTodos:active
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

/* mapa do site */

.linkMapa:link,
.linkMapa:visited
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.linkMapa:hover
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EE5F00;
	text-decoration: underline;
}

.linkMapa:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.aul:link
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

.aul:visited
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

.aul:hover
{
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #EE5F00;
	text-decoration: underline;
	line-height: 20px;
}

.aul:active
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

.aul
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

.ul0
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul1
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul2
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul3
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul4
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}

.ul5
{ 
	font-family: proxima-nova-alt, Arial, sans-serif;
	font-size: 11px;font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 0px;
	line-height: 20px;
}



.main-languages {
    display: inline-block;
    float: left;
    height: 34px;
}

.main-socialnet {
    display: inline-block;
    float: left;
    height: 34px;
	border-left: 1px solid #fff;
}


.main-header-menus {
    position: relative;
    display: inline-block;
    float: right;
    margin-right: 13px;
    margin-top: 40px;
    z-index: 100;
}


.social-network-item-icon,
.language-item-icon,
.login-item-icon {
	height: 34px;
	background-repeat: no-repeat;
	background-position: center center;

}
.main-socialnet{
    background: #F4F4F4 !important;
}
.social-network-item-icon,
.language-item-icon {
	width: 34px;
}

.login-item-icon {
	width: 66px;
}

.language-item-icon,
.language-item-icon *,
.login-item-icon,
.login-item-icon *  {
	font-size: 12px;
	font-weight: bold;
	line-height: 34px;
	text-decoration: none;
	text-transform: uppercase;
}


.color_bg4 {
background-color: #F4F4F4 !important;
}

a.color3{
    color: #009FD9;
    font-size: 11px;
    font-weight: bold;
}
a.color3:hover{
    color: #009FD9;
}



.search-btn-container{
    display: inline-block;
    float: left;
    width: 66px;
    height: 34px;
    overflow: visible;
}

a.search-btn-header,
a.search-btn-header:link,
a.search-btn-header:visited,
a.search-btn-header:active
{
    display: inline-block;
    background: transparent url(../images/search-header.png) top left;
    width: 66px;
    height: 34px;
    margin-left: 13px;
}
a.search-btn-header:hover{
    background: transparent url(../images/search-header.png) bottom left;
}

.login-btn-container{
    display: inline-block;
    float: left;
    width: 66px;
    height: 34px;
    overflow: visible;
    margin-left: 1px;
    margin-right: 70px;
}

a.login-btn-header,
a.login-btn-header:link,
a.login-btn-header:visited,
a.login-btn-header:active
{
    display: inline-block;
    background: #6b1a69;
    width: 66px;
    height: 34px;
    margin-left: 13px;
    clear: both;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
}

a.btn_logged-header,
a.btn_logged-header:link,
a.btn_logged-header:visited,
a.btn_logged-header:active
{
    display: inline-block;
    background: #6b1a69 url(../images/login-header.png) center center no-repeat;
    width: 66px;
    height: 34px;
    margin-left: 13px;
    clear: both;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
}



.login-header-tooltip,
.search-header-tooltip
{
    position: relative;
    display: inline-block;
    float: right;
    right: -15px;
    *right: 230px;
    z-index: 1000000;
    top: 5px;
    text-align: center;
}
.tooltip-top{
    display: inline-block;
    width: 313px;
    height: 18px;
    background: transparent url(../images/tooltip-top.png) top left no-repeat;
}
.tooltip-middle{
    display: inline-block;
    width: 313px;
    background: transparent url(../images/tooltip-middle.png) top left repeat-y;
}
.tooltip-bottom{
    display: inline-block;
    width: 313px;
    height: 6px;
    background: transparent url(../images/tooltip-bottom.png) top left no-repeat;
}


.form_login_header{
    width: 280px;
    display: inline-block;
    
}

a.login_link,
a.login_link:link,
a.login_link:active,
a.login_link:visited
{
    display: block;
    color:#6b1a69;
    font-size: 12px;
    text-align: left;
}
a.login_link_criar,
a.login_link_criar:link,
a.login_link_criar:active,
a.login_link_criar:visited
{
    display: block;
    color:#6b1a69;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.empresasFiliaisContent{
    display: inline-block;
    width: 975px;
}
.empresasFiliais{
    display: inline-block;
    position: relative;
    float: left;
    width: 285px;
    height: 150px;
    margin: 20px;
    text-align: left;
}

