/* Estilos */
/*
	Para fazer referencia em browsers especificos:
	.oldie -> todas as versoes do MS IE
	.ie6, .ie7, .ie8 -> respectivas versoes do MS IE
	.mozilla -> Mozilla Firefox
	.opera -> Opera
	.safari -> Apple Safari
	.chrome -> Google Chrome
*/

@font-face {
    font-family: 'ZagBoldRegular';
    src: url('fonts/zag_bold-webfont.eot');
    src: url('fonts/zag_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zag_bold-webfont.woff') format('woff'),
         url('fonts/zag_bold-webfont.ttf') format('truetype'), 
         url('fonts/zag_bold-webfont.svg#ZagBoldRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ZagRegular';
    src: url('fonts/zag_regular-webfont.eot');
    src: url('fonts/zag_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zag_regular-webfont.woff') format('woff'),
         url('fonts/zag_regular-webfont.ttf') format('truetype'), 
         url('fonts/zag_regular-webfont.svg#ZagRegular') format('svg');
    font-weight: normal;
    font-style: normal; 

}

::-moz-selection { background: #33709f; color: #fff; text-shadow: none; }
::-webkit-selection { background: #33709f; color: #fff; text-shadow: none; }
::-o-selection { background: #33709f; color: #fff; text-shadow: none; }
::-ms-selection { background: #33709f; color: #fff; text-shadow: none; }
::selection { background: #33709f; color: #fff; text-shadow: none; }

a:hover {
color:#279d9f
}

#form button,.btn, .voltar {
background:#27709F
}

.btn:hover,#form button:hover {
background:#39abc3
}

a,.employees div h2,#content h1 span {
color:#27709f
}

h2,h3,h4,.localizacao h2 {
color:#27709F
}

#menu ul li:hover,#news h2 {
background:#27709f
}

#accordion h3:hover,.ui-state-active,#pagination ul li:hover {
background:#177ec0
}

#news #title_news.asse{
background:#27709F; 
}