﻿


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
a
{
	text-decoration: none;
}
a img
{
	text-decoration: none;
	border: none;
}
*
{
	outline: none;
}




body
{
	/*background-image: url(../img/bg-mapa-2016.png);*/
	background-image: url(../img/bg-top.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: 0px;
}


.container
{
	max-width: 1000px;
}

.containerGeral
{
}
.topo
{
	background-image: url(../img/bg-top.gif);
	height: 181px;
}

.menu
{
	position: absolute;
	z-index: 2;
	height: 97px;
	background-color: White;
	background-image: url(../img/bg-menu-1.png);
	background-position: bottom;
	border-radius: 6px;
	top: 42px; /*border: solid 1px #f1f1f1;*/
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}

.subMenu
{
	position: absolute;
    z-index: 1;
    height: 36px;
    background-color: transparent;
    background-position: bottom;
    border-radius: 6px;
    top: 42px;
    /* border: solid 1px #f1f1f1; */
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
    top: 35px;
    
}

.marcaCarnaval
{
	position: relative;
	top: 19px;
	/*width: 180px;*/
}

.itemMenu
{
	background-image: url(      "../img/menu-lines.png" );
	background-position: left;
	background-repeat: repeat-y;
	height: 96px;
	position: absolute;
}

.itemMenuLeft
{
	background-image: url(      "../img/bg-menu-left.png" );
	background-position: left;
	background-repeat: repeat;
	height: 96px;
	border-radius: 4px 0px 0px 4px;
}


.imgSelecioneOpcao
{
	position: relative;
	background: url(../img/img-selecione-opcao.png) no-repeat center center;
/*-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain; */
	height: 100%;
}

.lknPostosSaude
{
	text-align: center;
	background-position: left;
	background-repeat: repeat;
	height: 96px;
	padding-left: 0px;
	padding-right: 0px;
	display: inline-block;
	width: 100%;
	padding-top: 26px;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background: url(../img/bg-menu-1.png);
}


.lknPostosSaude:hover
{
	background-image: url(      "../img/bg-menu-1-hover.png" );
}


/************** LINKS VERDES */
.menuVerde .lknPostosSaudeSubMenu
{
	text-align: center;
    background-position: left;
    background-repeat: repeat;
    height: 48px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    width: 100%;
    padding-top: 19px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /* background: url(../img/bg-menu-1.png); */
    background-color: #045a5a;
    z-index: 0 !important;
    border-radius: 8px;
    /* margin-right: 1px; */
    color: #fff;
    font-family: 'Swis721CnBTRoman';
    text-transform:uppercase;
	}
	
.menuVerde .lknPostosSaudeSubMenu:hover
{
	background-color: #084444;
	color: #fff;
}


/************** LINKS AZUL */
.menuVermelho .lknPostosSaudeSubMenu
{
	text-align: center;
    background-position: left;
    background-repeat: repeat;
    height: 48px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    width: 100%;
    padding-top: 19px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /* background: url(../img/bg-menu-1.png); */
    background-color: #4e1313;
    z-index: 0 !important;
    border-radius: 8px;
    /* margin-right: 1px; */
    color: #fff;
    font-family: 'Swis721CnBTRoman';
    text-transform:uppercase;
	}
	
.menuVermelho .lknPostosSaudeSubMenu:hover
{
	background-color: #3c1304;
	color: #fff;
}



/************** LINKS VERMELHO */
.menuAzul .lknPostosSaudeSubMenu
{
	text-align: center;
    background-position: left;
    background-repeat: repeat;
    height: 48px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    width: 100%;
    padding-top: 19px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /* background: url(../img/bg-menu-1.png); */
    background-color: #1b3c71;
    z-index: 0 !important;
    border-radius: 8px;
    /* margin-right: 1px; */
    color: #fff;
    font-family: 'Swis721CnBTRoman';
    text-transform:uppercase;
	}
	
.menuAzul .lknPostosSaudeSubMenu:hover
{
	background-color: #112648;
	color: #fff;
}








/************** SELETOR DATA VERDES */
.menuVerde .seletorDatas
{
	text-align: center;
    background-position: left;
    background-repeat: repeat;
    height: 48px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    width: 100%;
    padding-top: 7px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /* background: url(../img/bg-menu-1.png); */
    background-color: #045a5a;
    z-index: 0 !important;
    border-radius: 8px;
    /* margin-right: 1px; */
    color: #fff;
    font-family: 'Swis721CnBTRoman';
    text-transform:uppercase;
    position: relative;
    z-index: 1 !important;
	}


/************** SELETOR DATA AZUL */
.menuVermelho .seletorDatas
{
	text-align: center;
    background-position: left;
    background-repeat: repeat;
    height: 48px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    width: 100%;
    padding-top: 7px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /* background: url(../img/bg-menu-1.png); */
    background-color: #4e1313;
    z-index: 0 !important;
    border-radius: 8px;
    /* margin-right: 1px; */
    color: #fff;
    font-family: 'Swis721CnBTRoman';
    text-transform:uppercase;
    position: relative;
    z-index: 1 !important;
	}



/************** SELETOR DATA VERMELHO */
.menuAzul .seletorDatas
{
	text-align: center;
    background-position: left;
    background-repeat: repeat;
    height: 48px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
    width: 100%;
    padding-top: 7px;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /* background: url(../img/bg-menu-1.png); */
    background-color: #1b3c71;
    z-index: 0 !important;
    border-radius: 8px;
    /* margin-right: 1px; */
    color: #fff;
    font-family: 'Swis721CnBTRoman';
    text-transform:uppercase;
    position: relative;
    z-index: 1 !important;
	}
	

.tituloSeletorDatas
{
	background-image:url('../img/bg-seletor-datas.png');
	background-position:right;
	background-repeat:no-repeat;
	font-family: 'Swis721CnBTRoman';
	text-transform:uppercase;
	height:41px !important;
	text-align:right;
	color:#cef4f4;
	font-size:13px;
	padding:14px;
}

.form-control
{
	font-family: 'Swis721CnBTBold';
    background-color: #2b8c8c !important;
    color: #e4ffff !important;
    border: solid 1px #47a2a2 !important;
    height: 28px !important;
    font-size: 14px !important;
    margin-top: 6px !important;
    padding: 7px 6px !important;
    /* text-align: center !important; */
    -webkit-box-shadow: inset 0 2px 6px rgb(98, 158, 158) !important;
    box-shadow: inset 0 2px 6px rgb(98, 158, 158) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
	}

.estilizaMenu .lknPostosSaude:last-child
{
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #0010;
}

.noPaddingHorizontal
{
	padding-left: 0px !important;
	padding-right: 0px !important;
}


.textAlignCenter
{
	text-align: center;
}


.containerTituloDireita
{
	position: relative;
	top: 31px;
}

.tituloTopo
{
	position: relative;
	font-size: 34px;
	text-transform: uppercase;
	color: #880c0a;
	display: block;
	font-family: 'Swis721CnBTBold';
}

.subtituloTopo
{
	position: relative;
	font-size: 14.2px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.40);
	font-family: 'Swis721CnBTBold';
}

.mapaGoogle
{
	position: relative;
	width: 100%;
	height: 600px;
	z-index: 0;
}

.containerFooter
{
	background-image: url(../img/bg-top.gif);
	height: 115px;
	border-top: 1px solid #fff;
}

.copyright
{
	position: relative;
	color: white;
	font-family: 'Swis721CnBTBold';
	padding-top: 50px;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
}

.marcasRodape
{
	margin-top: 25px;
	position: relative;
}





/* GOOGLEMAPS */

.gm-style .gm-style-iw
{
	font-weight: 300;
	font-size: 13px;
	overflow: hidden;
	padding: 0px 13px 19px 12px;
}

.firstHeading
{
	box-sizing: content-box;
	padding: 15px 15px 9px 15px !important;
	font-family: 'Swis721CnBTBold';
	color: #fff;
}

#bodyContent
{
	text-align: left;
	background-color: #f7f7f7;
	padding: 7px 25px 12px 25px;
}

#bodyContentRelatorios
{
	text-align: left;
	background-color: #f7f7f7;
	padding: 7px 15px 12px 15px !important;
}


#bodyContent .col-xs-1, #bodyContent .col-sm-1, #bodyContent .col-md-1, #bodyContent .col-lg-1, #bodyContent .col-xs-2, #bodyContent .col-sm-2, #bodyContent .col-md-2, #bodyContent .col-lg-2, #bodyContent .col-xs-3, #bodyContent .col-sm-3, #bodyContent .col-md-3, #bodyContent .col-lg-3, #bodyContent .col-xs-4, #bodyContent .col-sm-4, #bodyContent .col-md-4, #bodyContent .col-lg-4, #bodyContent .col-xs-5, #bodyContent .col-sm-5, #bodyContent .col-md-5, #bodyContent .col-lg-5, #bodyContent .col-xs-6, #bodyContent .col-sm-6, #bodyContent .col-md-6, #bodyContent .col-lg-6, #bodyContent .col-xs-7, #bodyContent .col-sm-7, #bodyContent .col-md-7, #bodyContent .col-lg-7, #bodyContent .col-xs-8, #bodyContent .col-sm-8, #bodyContent .col-md-8, #bodyContent .col-lg-8, #bodyContent .col-xs-9, #bodyContent .col-sm-9, #bodyContent .col-md-9, #bodyContent .col-lg-9, #bodyContent .col-xs-10, #bodyContent .col-sm-10, #bodyContent .col-md-10, #bodyContent .col-lg-10, #bodyContent .col-xs-11, #bodyContent .col-sm-11, #bodyContent .col-md-11, #bodyContent .col-lg-11, #bodyContent .col-xs-12, #bodyContent .col-sm-12, #bodyContent .col-md-12, #bodyContent .col-lg-12
{
	padding-left: 3px !important;
	padding-right: 3px !important;
}

.contentVerde .rotuloTooltip {	background-color: #89d0d2; }
.contentVerde .campoTooltip { color: #1e6969; }
.contentVerde .firstHeading { background-color: #7fd8d5; }

.contentAzul .rotuloTooltip { background-color: #98bce6; }
.contentAzul .campoTooltip { color: #184270; }
.contentAzul .firstHeading { background-color: #4f7caf; }

.contentVermelho .rotuloTooltip { background-color: #da8c8a; }
.contentVermelho .campoTooltip { color: #6b2020; }
.contentVermelho .firstHeading { background-color: #c15c59; }


.rotuloTooltip
{
	position: relative;
	display: inline-block;
	width: 100%;
	color: #FFF;
	font-size: 14px;
	font-family: 'Swis721CnBTBold';
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 8px 0px 5px 8px;
	margin: 10px 0px 10px 0px;
}
.rotuloTooltip:before
{
	position: relative;
	font-family: FontAwesome;
	content: "\f078";
	top: -1px;
	padding-right: 5px;
}
.campoTooltip
{
	position: relative;
	width: 100%;
	display: inline-block;
	font-size: 11px;
	font-family: 'Swis721CnBTRoman';
	text-transform: uppercase;
	padding-left: 6px;
}

.tituloTooltipRelatorios
{
	position: relative;
	display: inline-block;
	width: 100% !important;
	
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Swis721CnBTBold';
	text-transform: uppercase;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px 0px 8px 8px;
	margin: 10px 0px 10px 0px;
}
.tituloTooltipRelatorios:before
{
	position: relative;
	font-family: FontAwesome;
	font-size: 21px;
	content: "\f05a";
	top: -1px;
	padding-right: 9px;
}
.tituloTooltipRelatorios span
{
	position:relative;
	top: -2px;
	font-family: 'Swis721CnBTBold';
	text-transform: uppercase;
}
.contentVerde .tituloTooltipRelatorios { color: #469da0;border: solid 1px #469da0; }
.contentVermelho .tituloTooltipRelatorios { color: #c15c59; border: solid 1px #c15c59; }
.contentAzul .tituloTooltipRelatorios { color: #4f7caf; border: solid 1px #4f7caf; }
.botaoTooltipRelatorios
{
	position:relative;
	display: inline-block;
	font-family: 'Swis721CnBTRoman';
	border-radius: 4px;
	font-size: 14px;
	
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	padding:7px;
	margin-bottom: 10px;
	top:10px;
}

.botaoTooltipRelatorios:before
{
	position: relative;
	font-family: FontAwesome;
	content: "\f200";

	padding-right: 10px;
	font-size:18px;
}
.botaoTooltipRelatorios span
{
	position:relative;
	top: -1px;
	font-family: 'Swis721CnBTRoman';
	text-transform: uppercase;
}
.contentVerde .botaoTooltipRelatorios { border: solid 2px #48aeb1; background-color: #5cbabd; }
	.contentVerde .botaoTooltipRelatorios:hover { color: #f7f7f7; background-color: #4ea9ac; }
.contentVermelho .botaoTooltipRelatorios {	border: solid 2px #ce7371; background-color: #d87e7c; }
	.contentVermelho .botaoTooltipRelatorios:hover { color: #f7f7f7; background-color: #d0716f; }
.contentAzul .botaoTooltipRelatorios {	border: solid 2px #7ba2d0; background-color: #88b0de; }
	.contentAzul .botaoTooltipRelatorios:hover { color: #f7f7f7; background-color: #74a0d3; }
	



/*//////////////////////////// MOBILE /////////////////////////////////////////////////////*/
@media screen and (min-width: 768px)
{
	.col-xs-6.itemMenu
	{
		width: 33.33333333% !important;
	}


}


@media screen and (max-width: 768px)
{


	.topo
	{
		background-image: url(../img/bg-top.gif);
		height: 210px;
	}


	.tituloTopo
	{
		position: relative;
		font-size: 22px;
		text-transform: uppercase;
		color: #880c0a;
		display: block;
		font-family: 'Swis721CnBTBold';
	}

	.subtituloTopo
	{
		position: relative;
		font-size: 9.2px;
		text-transform: uppercase;
		color: #fff;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.40);
		font-family: 'Swis721CnBTBold';
	}

	.marcaCarnaval
	{
		position: relative;
		top: 17px;
		width: 120px;
	}
	.imgSelecioneOpcao
	{
		position: relative;
		background: url(../img/img-selecione-opcao-mobile.png) no-repeat center center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		height: 100%;
	}

	.itemMenuLeft
	{
		background-image: url(../img/bg-menu-left.png);
		background-position: left;
		background-repeat: repeat;
		height: 56px;
		padding: 7px 0px 7px 0px;
		border-radius: 4px 0px 0px 4px;
	}


	.lknPostosSaude
	{
		text-align: center;
		background-position: left;
		background-repeat: repeat;
		height: 58px;
		padding-left: 0px;
		padding-right: 0px;
		display: inline-block;
		width: 100%;
		padding-top: 12px;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
		background: url(../img/bg-menu-1.png);
	}

	.itemMenu
	{
		background-image: url(../img/menu-lines.png);
		background-position: left;
		background-repeat: repeat-y;
		height: 58px;
		position: absolute;
	}



	.copyright
	{
		position: relative;
		color: white;
		font-family: 'Swis721CnBTBold';
		padding-top: 20px;
		text-align: center;
	}


	.marcasRodape
	{
		margin-top: 0px;
		position: relative;
		text-align: center;
		margin-bottom: 00px;
	}


	.containerFooter
	{
		background-image: url(../img/bg-top.gif); /* height: 115px; */
		border-top: 1px solid #fff;
		min-height: 115px;
		background-repeat: repeat;
	}

	.firstHeading {
		padding: 8px 5px 8px 15px !important;
}
	h1, .h1 {
		font-size: 18px !important;
}

.tituloTooltipRelatorios {
  
    display: inline-flex;
    width: 100% !important;
    border-radius: 5px;
    font-size: 11px;
    font-family: 'Swis721CnBTBold';
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 0px 8px 8px;
    margin: 10px 0px 10px 0px;
    line-height: 13px;
}

.tituloTooltipRelatorios:before {
    position: relative;
    font-family: FontAwesome;
    font-size: 24px;
    content: "\f05a";
    top: 4px;
    padding-right: 5px;
}
.tituloTooltipRelatorios span {
    position: relative;
    top: -1px;
    font-family: 'Swis721CnBTRoman';
    text-transform: none !important;
}

.botaoTooltipRelatorios {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: 'Swis721CnBTRoman';
    border-radius: 4px;
    font-size: 12px;
    color: #FFF;
    text-decoration: none;
    padding: 7px 7px 7px 15px;
    /* padding: 7px; */
    margin-bottom: 10px;
    top: 10px;
}

.botaoTooltipRelatorios:before {
    position: relative;
    font-family: FontAwesome;
    content: "\f200";
    padding-right: 10px;
    font-size: 14px;
}
.botaoTooltipRelatorios span {
    position: relative;
    top: -1px;
    font-family: 'Swis721CnBTRoman';
    text-transform: none;
}
	.col-xs-3.itemMenu
	{
		width: 33.33333333% !important;
	}

	.col-xs-3.itemMenu img
	{
		width: 100px !important;
	}

	

	.col-xs-6.itemMenu img
	{
		width: 100px !important;
	}
}




@media screen and (max-width: 390px)
{

	.tituloTopo
	{
		position: relative;
		font-size: 17.5px;
		text-transform: uppercase;
		color: #880c0a;
		display: block;
		font-family: 'Swis721CnBTBold';
	}

	.subtituloTopo
	{
		position: relative;
		font-size: 7.7px;
		text-transform: uppercase;
		color: #fff;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.40);
		font-family: 'Swis721CnBTBold';
	}

}


@media screen and (max-width: 359px)
{

	.tituloTopo
	{
		position: relative;
		font-size: 12.5px;
		text-transform: uppercase;
		color: #880c0a;
		display: block;
		font-family: 'Swis721CnBTBold';
	}

	.subtituloTopo
	{
		position: relative;
		font-size: 5.5px;
		text-transform: uppercase;
		color: #fff;
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.40);
		font-family: 'Swis721CnBTBold';
	}

}



#cboxContent #cboxTitle { font-size: 9px !important; }

/*.backgroundLogin
{
	background-image: url(../img/bg-mapa-2016.png);
	background-repeat: repeat;
}*/




/*
.swiss
{
	font-family: 'Swis721CnBTRoman' , sans-serif;
	font-size: 20px;
}

.containerMapa
{
	position: relative;
	width: 780px;
	height: 797px;
	background-image: url(../img/mapa.png);
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom:35px;
}

.containerMapaMobile{
	position: relative;
	width: 780px;
	height: 716px;
	background-image: url(../img/mapaMobile.png);
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom:35px;
}

.posto
{
	position: absolute;
	cursor: pointer;
	width: 54px;
	height: 45px;
	background-image: url(../img/posto.png);
	z-index: 0;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
.posto:hover
{
	position: absolute;
	cursor: pointer;
	width: 54px;
	height: 45px;
	background-image: url(../img/posto2.png);
}










.tooltip
{
	display: none;
	background: transparent url(  '../img/bg-tooltip-carnaval.png' );
	font-size: 8px;
	height: 41px;
	width: 104px;
	padding: 13px 0px 0px 0px;
	color: #fff;
	font-family: Arial;
	font-weight: bold;
	background-repeat: no-repeat;
	text-align: center;
	z-index: 0;
	font-family: 'Swis721CnBTRoman' , sans-serif;
	text-transform: uppercase;
	margin-top: 20px;
	position: absolute;
	line-height: 11px;
}


#posto1-terreiro
{
	top: 150px;
	left: 364px;
}
#posto2-montanha
{
	top: 232px;
	left: 354px;
}

#fiqueSabendo-praçaMunicipal
{
	top: 200px;
	left: 354px;
}
#fiqueSabendo-Barra
{
	top: 500px;
	left: 220px;
}
#posto3-piedade
{
	top: 260px;
	left: 390px;
}
#posto4-politeama
{
	top: 295px;
	left: 350px;
}
#posto5-aflitos
{
	top: 300px;
	left: 238px;
}
#posto16-pracaMunicipal
{
	top: 195px;
	left: 366px;
}
#posto5-tca
{
	top: 340px;
	left: 275px;
}
#posto7-santaMaria
{
	top: 475px;
	left: 135px;
}
#posto6-farolBarra
{
	top: 476px;
	left: 290px;
}
#posto7-shopBarra
{
	top: 412px;
	left: 315px;
}
#posto8-clubeEspanhol
{
	top: 400px;
	left: 390px;
}
#posto9-sabinoSilva
{
	top: 395px;
	left: 478px;
}
#posto10-isba
{
	top: 348px;
	left: 564px;
}

#posto11-nordesteAmaralina
{
	top: 280px;
	left: 660px;
}

#circuitoDodo
{
	position: absolute;
	cursor: pointer;
	width: 105px;
	height: 56px;
	background-image: url(../img/tooldodo1.png);
	z-index: 0;
	top: 460px;
	left: 190px;
	
}
#circuitoDodo:hover
{
	background-image: url(../img/tooldodo2.png);
	width: 150px;
}


#circuitoOsmar
{
	position: absolute;
	cursor: pointer;
	width: 109px;
	height: 56px;
	background-image: url(../img/toolomar1.png);
	z-index: 0;
	top: 209px;
	left: 408px;
}
#circuitoOsmar:hover
{
	background-image: url(../img/toolomar2.png);
	width: 152px;
}

#circuitoNordeste
{
	position: absolute;
	width: 119px;
	height: 56px;
	cursor: pointer;
	z-index: 0;
	top: 260px;
	left: 710px;
	background-image: url(../img/toolNordeste1.png);
}
#circuitoNordeste:hover
{
	background-image: url(../img/toolNordeste2.png);
	width: 162px;
}
	


#circuitoBatatinha
{
	position: absolute;
	cursor: pointer;
	width: 119px;
	height: 56px;
	background-image: url(../img/toolBatatinha1.png);
	z-index: 0;
	top: 110px;
	left: 443px;
}
#circuitoBatatinha:hover
{
	background-image: url(../img/toolBatatinha2.png);
	width: 162px;
}



.bg-paginasInternas
{
	position: fixed;
	width: 100%;
	height: 452px;
	background-image: url(../img/bg-inter.png);
	background-repeat: no-repeat;
	background-position: center top;
	top: 0px;
	z-index: -1;
}

.containerLogin
{
	position: relative;
	width: 426px;
	height: 231px;
	margin: 0 auto;
	background-image: url(../img/bg-login.png);
	padding: 410px 0px 0px 58px;
	margin-top: 100px;
	background-repeat: no-repeat;
}

.containerFormLogin
{
	position: relative;
	width: 130px;
	float: left;
}
.containerFormSenha
{
	position: relative;
	width: 144px;
	float: left;
	left: 25px;
}
.ContainerFormBotao
{
	position: relative;
	float: left;
	top: 21px;
	left: 45px;
}


.containerFull
{
	position: relative;
	width: 976px;
	margin: 0 auto;
}

h1
{
	background-image: url(../img/bg-h1.png);
	height: 57px;
	margin: 0px;
	font-size: 24px;
	color: #a35427;
	padding: 29px 0px 0px 86px;
}
.containerH2
{
	background-image: url(../img/bg-h2.png);
	height: 43px;
	margin: 0px;
	padding: 22px 21px 0px 71px;
}
h2
{
	font-size: 19px;
	color: #585858;
	float: left;
	padding: 0px;
	margin: 0px;
}
.opcoesRelatorio
{
	position: relative;
	padding: 35px;
	background-image: url(../img/bg-opcoes.png);
	background-position: bottom;
}
.containerRelatorios
{
	position: relative;
	background-image: url(../img/bg-relatorios.png);
	background-repeat: repeat-y;
	padding: 0px;
	left: 0px;
}
.labelPergunta
{
	position: relative;
	color: #914a15;
	font-size: 20px;
	border-bottom: solid 1px #914a15;
	width: 100%;
	width: 906px;
}
.rodape
{
	position: relative;
	height: 139px;
	background-color: #9d5124;
	width: 100%;
	margin-top: 20px;
}
.infoRodape
{
	position: relative;
	height: 152px;
	width: 976px;
	margin: 0 auto;
	top: -20px;
}

.cadastrarUsuario
{
	position: relative;
	float: right;
	top: -7px;
	right: 12px;
}

.legenda
{
	border: solid 1px #555;
	width: 870px;
	margin-top: 25px;
	font-size: 13px;
	color: #555;
	padding: 15px;
}

.botaoForm1
{
	background-color: #185b31;
	padding: 10px;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
}

.botaoForm1:hover
{
	opacity: 0.99;
	filter: alpha(opacity=99);
	-moz-opacity: 0.1,9;
}

input[type='text']
{
	width: 400px;
	height: 15px;
	background-color: #f8f8f8;
	border: solid 1px #185b31;
	padding: 6px;
	font-size: 16px;
	margin: 5px 15px 15px 0px !important;
	display: block;
	text-transform: uppercase;
}

input[type='text']:hover
{
	width: 400px;
	height: 15px;
	background-color: #f2f2f2;
	border: solid 1px #669231;
	padding: 6px;
	font-size: 16px;
	margin: 5px 15px 15px 0px;
	display: block;
}

input[type='text']:focus
{
	width: 400px;
	height: 15px;
	background-color: #f2f2f2;
	border: solid 1px #669231;
	padding: 6px;
	font-size: 16px;
	margin: 5px 15px 15px 0px;
	display: block;
}

input[type='password']
{
	width: 400px;
	height: 15px;
	background-color: #f8f8f8;
	border: solid 1px #185b31;
	padding: 6px;
	font-size: 16px;
	margin: 5px 15px 15px 0px;
	display: block;
}

input[type='password']:hover
{
	width: 400px;
	height: 15px;
	background-color: #f2f2f2;
	border: solid 1px #669231;
	padding: 6px;
	font-size: 16px;
	margin: 5px 15px 15px 0px;
	display: block;
}


input[type='password']:focus
{
	width: 400px;
	height: 15px;
	background-color: #f2f2f2;
	border: solid 1px #669231;
	padding: 6px;
	font-size: 16px;
	margin: 5px 15px 15px 0px;
	display: block;
}

.DropDownList
{
	width: 500px;
	height: 35px;
	background-color: #f8f8f8;
	border: solid 1px #b57300;
	padding: 6px;
	font-size: 16px;
	margin: 5px 15px 15px 0px !important;
	display: block;
}

.DropDownList:hover
{
	background-color: #f2f2f2;
	border: solid 1px #8c3f00;
}

*/



/******GRIDVIEW******/


/*
table.gridview
{
	background-color: #fff0db;
	border: solid 1px #ffffff;
	font-family: Arial;
	font-size: 13px;
	margin-top: 25px;
	float: left;
	margin-right: 6px;
}

table.gridview TR
{
	background-color: #fff0db;
	color: #994b17;
}

table.gridview TR a
{
	color: #994b17;
	font-weight: bold;
}

table.gridview TR a:hover
{
	color: #994b17;
	text-decoration: underline;
	font-weight: bold;
}

table.gridview TR:hover
{
	background-color: #fff5e7;
	color: #994b17;
}

table.gridview TH
{
	background: #c5813e;
	color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	font-weight: bold;
	font-size: 12px;
	background-image: url(img/bg-head-grid.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

table.gridview TD
{
	padding: 5px 10px 5px 10px;
	height: 18px;
}

.gridviewSelected
{
	background-color: #ebc9aa !important;
	color: #000000 !important;
	font-weight: bold;
}

.containerRelatorios
{
	width: 900px;
	margin: 0 auto;
}


.tituloGeralMapa {position:relative; width:576px; margin:0 auto; margin-top:30px; margin-bottom:20px; }

.tituloGeralMapaEndereco {position:relative; width:579px;  margin:0 auto; margin-top:20px; margin-bottom:20px; }

.Sair {position:relative; width:100px; height:10; margin:0 auto; margin-top:10px; margin-bottom:10px; }

.instrucaoMapa 
{
	position:absolute;
	width:199px;
	height:92px;
	background-image:url(../img/instrucao-mapa.png);
	background-repeat:no-repeat;
	top:55px;
	left:213px;
	}
	
	
	.instrucaoMapaEndereco
{
	position:absolute;
	width:199px;
	height:92px;
	background-image:url(../img/instrucao-mapa-endereco.png);
	background-repeat:no-repeat;
	top:55px;
	left:213px;
	}
	*/

/* MAPA ENDEREÇOS */

/*
#circuitoDodoEndereco
{
	position: absolute;
	width: 91px;
	height: 56px;
	background-image: url(../img/tooldodo1-localizacao.png);
	z-index: 0;
	top: 460px;
	left: 190px;
	
}


#circuitoOsmarEndereco
{
	position: absolute;
	width: 95px;
	height: 56px;
	background-image: url(../img/toolomar1-localizacao.png);
	z-index: 0;
	top: 209px;
	left: 408px;
}

#circuitoNordesteEndereco
{
	position: absolute;
	width: 105px;
	height: 56px;
	background-image: url(../img/toolbimba-localizacao.png);
	z-index: 0;
	top: 260px;
	left: 710px;
}

#circuitoBatatinhaEndereco
{
	position: absolute;
	width: 105px;
	height: 56px;
	background-image: url(../img/toolbatatinha-localizacao.png);
	z-index: 0;
	top: 110px;
	left: 443px;
}

*/


