/* CSS COMUM DO SITE */
html, body{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color:#FFF;
}

/* GERAL */
.site{
	width: 100%;
	height:auto !important; /* Para browsers modernos */
	text-align:left; /* "remédio" para o hack do IE */
	background-color:#FFFFFF;
}

.mapaGeral{
	width:990px;
	padding-top:5px;
	padding-bottom:15px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#000;
	margin-left:auto;
	margin-right:auto;
}

.mapaGeral a{
    text-decoration:none;
    font-size:12px;
    color:#000;
}

.mapaGeral a:hover{   
    text-decoration:none;
	color:#004080;
}

.tituloGeral{
	width:950px;
	height:30px;
	font-family:Arial;
	font-size:24px;
	text-align:left;
	color:#0080c0;
	margin-left:auto;
	margin-right:auto;
}

.menuFonte{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	color:#666;
}

.menuFonte a{
    text-decoration:none;
    color:#000;
}

.menuFonte a:hover{   
    text-decoration:none;
	color:#004080;
}

.conteudoGeral{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	padding:25px 0px 25px 0px;
}

.txtGeral{
    font-size:14px;
    font-family:Arial;
	text-align:left;
	color:#666666;
}

.txtGeral a{
    text-decoration:none;
    color:#0080c0;
}

.txtGeral a:hover{   
    text-decoration:none;
	color:#004080;
}

.txtGeralForm{
    font-size:14px;
    font-family:Arial;
	text-align:right;
	color:#666666;
}

.txtGeral input{
	border:1px solid #999999;
	font-size:12px;
	font-family:Arial;
}

.txtGeral textarea{
	border:1px solid #999999;
	font-size:12px;
	font-family:Arial;
	overflow-x:hidden;
	overflow:auto;
}

.txtGeral select{
	border:1px solid #999999;
	height:25px;
	font-size:12px;
	font-family:Arial;
}

.checkboxGeral input{
	border:0px;
}

.publicidadeGeral{
	padding-bottom:25px;
}

.campo_erro{
	border: 1px solid #FF0000;
	background:#FFF2F2;
	font-size:12px;
	font-family:Arial;
}

.erroLogin{
	width:300px;
	padding:20px;
	background:#FFF2F2;
	border: 1px solid #FF0000;
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	display:none;
	position:absolute;
}

.erroCadastro{
	width:300px;
	padding:20px;
	background:#FFF2F2;
	border: 1px solid #FF0000;
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color:#FF0000;
	text-align:center;
	display:none;
	position:absolute;
}

.sucessoCadastro{
	width:300px;
	padding:20px;
	background:#ccff99;
	border: 1px solid #669900;
	font-family:Arial;
	font-size: 12px;
	font-weight:bold;
	color:#669900;
	text-align:center;
	display:none;
	position:absolute;
}
	
.botHand{
    cursor:pointer;
	text-align:left;
    color:#0080c0;
}

.separadorGeral{
	background-color:#999999;
	margin-left:auto;
	margin-right:auto;
}
/* GERAL */

/* TOPO INÍCIO */
.topo{
	width:100%;
	background-color:#def1f6;
	background-image:url('../images/topo.jpg');
	background-repeat:no-repeat;
	background-position:center;
}

.tblloginTopo{
	width: 1000px;
	height:100px;
}

.logo{
	margin-right:0px;
	margin-left:0px;
}

.bannerTopo{
	width:1000px;
	height:230px;
	margin-left:auto;
	margin-right:auto;
}
/* TOPO FIM */

/* MENU INÍCIO */
.menuBase{
	background-image:url('../images/menu/menu_efeito.jpg');
	width:100%;
	height:35px;
}

.menu{
	width:884px;
	height:35px;
	margin-left:auto;
	margin-right:auto;
}

.menuInferiorBase{
	background-position:center;
	width:99%;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}

.menuInferior{
	background-image:url('../images/menu/menu_bg_inferior.jpg');
	background-position:center;
	width:990px;
	height:70px;
	margin-left:auto;
	margin-right:auto;
}

.inputEmergencia input{
	border:1px solid #e2bbb1;
	font-size:12px;
	font-family:Arial;
    width:143px;
    height:21px;
}

.menuEmergencia{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#af251b;
}

.inputMedico input{
	border:1px solid #50cece;
	font-size:12px;
	font-family:Arial;
    width:143px;
    height:21px;
}

.menuMedico{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#25a5a5;
}

.inputPesquisar input{
	border:1px solid #80c0e0;
	font-size:12px;
	font-family:Arial;
    width:310px;
    height:21px;
}

.menuPesquisar{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#0080c0;
}
/* MENU FIM */

/* MEIO INÍCIO */
.meio{
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#999;
}
/* MEIO FIM */

/* RODAPÉ INÍCIO */
.Rodape{
	width:100%;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
    font-family:Arial;
	font-size:12px;
	background-image:url('../images/rodape_bg.jpg');
	background-repeat:no-repeat;
	background-color: #CCCCCC;
	background-position:center;
}

.Rodape a{
    text-decoration:none;
    font-size:12px;
    color:#000;
}

.Rodape a:hover{   
    text-decoration:none;
	color:#004080;
}

.menuRodape{
	padding-top:10px;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	height:25px;
	background:url('../images/rodape_menu.png');
}

.mapaRodape{
    padding-top:20px;
	font-weight:bold;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	color:#000000;
}

.infoRodape{
    padding-top:20px; 
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.segurancaRodape{
	width:224px;/*448px;*/
	margin-left:auto;
	margin-right:auto;
    padding-top:20px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.segurancaRodape a{
    text-decoration:none;
    font-size:12px;
    color:#0080c0;
}

.segurancaRodape a:hover{   
    text-decoration:none;
	color:#004080;
}
/* RODAPÉ FIM */
/* CSS COMUM DO SITE */
