/* CSS Document */
@font-face {
    font-family: 'ralewaybold';
    src: url('fonts/raleway-bold-webfont.eot');
    src: url('fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-bold-webfont.woff') format('woff'),
         url('fonts/raleway-bold-webfont.ttf') format('truetype'),
         url('fonts/raleway-bold-webfont.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('fonts/champa/champagne__limousines-webfont.eot');
    src: url('fonts/champa/champagne__limousines-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/champa/champagne__limousines-webfont.woff') format('woff'),
         url('fonts/champa/champagne__limousines-webfont.ttf') format('truetype'),
         url('fonts/champa/champagne__limousines-webfont.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.header{	
	background: url(../img/fundo_topo.png)  no-repeat center top;
	background-color: #32416A;
	min-height: 150px;	
}

.logo{	
	margin: 0 auto;	
	height: 130px;	
	width: 230px;	
	padding-top: 15px;
}

.menu{
	width: 100%;
	height: 44px;

	margin: 0;
	padding: 0;
	padding-top: 25px;

	list-style: none;
	background-color: #EFEFEF;	
	border-bottom: 5px solid #32416A;
}

.menu li{
	display: list-item; float:left;	
	margin: 0px 19px 0px 19px;
}

.menu li a{
	color: #32406A;
	text-decoration: none;
	font-size: 24px;
	font-family: 'champagne__limousinesregular';
	font-weight: bold;
}

.menu .separador{
	background: url(../img/separador.png) no-repeat;	
	width: 1px;
	height: 20px;	
	margin-top: 4px;
}

.fullwidthbanner-container{
	border-bottom: 5px solid #32416A;
}

.redes_topo{
	position: absolute;
	top: 20px;
	right: 13%;
}

.redes_topo a{
	text-decoration: none;
}

.redes_topo img{
	margin: 0 10px 0 10px;
}

.redes_topo .telefone{
	font-family: verdana;
	font-size: 12px;
	color: #fff;
}



/* ========== AVISOS ========== */

#aviso {
	width: 50%;
	height: 50px;
	line-height: 50px !important;
	text-align: center;
	font-size: 12px;
	border-radius: 4px;
	behavior: url(PIE.htc);
	position: absolute;
	margin: 30px auto 0 auto;
	left: 0;
	right: 0;
	z-index: 5;
	display: none;
	color: #FFF;
}

#aviso a {
	float: right;
	display: block;
	background: url('../img/botao-fechar-aviso.png');
	width: 8px;
	height: 8px;
	margin: -35px 10px 0 555px;
	position: absolute;
}

.aviso-sucesso {
	background: #5DA423;
	border: 1px solid #4A841C;
}

.aviso-sucesso div {
	width: 30px;
	height: 30px;
	position: absolute;
	background: url('../img/aviso-sucesso.png');
	margin: 10px 10px 10px 15px;
}

.aviso-erro {
	background: #C60F13;
	border: 1px solid #7A0A0D;
}

.aviso-erro div {
	width: 26px;
	height: 26px;
	position: absolute;
	background: url('../img/aviso-erro.png');
	margin: 14px 10px 10px 15px;
}

.aviso-neutro {
	background: #E3B000;
	border: 1px solid #D2A300;
}

.aviso-neutro div {
	width: 30px;
	height: 30px;
	position: absolute;
	background: url('../img/aviso-neutro.png');
	margin: 9px 10px 10px 15px;
}

/* ========== FIM AVISOS ========== */
