@charset "utf-8";
/* CSS standard */

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	background-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*Colorindo o scrollbar*/
	scrollbar-face-color: #336666;
	scrollbar-highlight-color:#294A43;
	scrollbar-shadow-color: #294A43;
	scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #294A43;
}

#wrapper{
position:relative;
width:1024px;
min-height:600px;
/* max-height:700px; */
height:100vh;
top:0px;
margin: 0 auto;
}	

#header_animation {
	position:absolute;
	background-image: url(../images/layout/heads/cabec.gif);
	background-repeat:no-repeat;
	width:213px;
	height:95px;
	top:-2px;
	left:0px;
	z-index:10;
	padding-right:-2px;
}

/*Cabeçalhos das páginas*/

#header_nomes{
	position: absolute;
	width:610px;
	height:93px;
	top:0px;
	left: 213px;
	z-index:0;
	
}

#header_arqhosp {
	position: absolute;
	background-image: url(../images/layout/heads/logo_arqhosp.gif);
	background-repeat:no-repeat;
	width:201px;
	height:93px;
	top: 0px;
	left:823px;
	background-position:right;
}

#fundo_cont_rpt{
	position:aboslute;
	background-image:url(../images/layout/fundo_cont_rpt.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:1024px;
	height:100vh;
	top:492px;
	left:213px;
	vertical-align:text-bottom;
}

#conteudo{
	position:absolute;
	background-image:url(../images/layout/fundo_cont.gif);
	background-repeat:no-repeat;
	width:811px;
	height:491px;
	top:93px;
	left:213px;
	font-size:13px;
}



#imagem {
	position:absolute;
	top:34px;
	left:15px;
	width:235px;
	height:85px;
}

#imagem p {
	text-align:center;
	font-size:10px;
	color:#000000;
	text-decoration:none;
}

#imagem img{
	border:none;
}


#texto{
	position:absolute;
	height:426px;
	width:497px;
	top:34px;
	left:274px;
	overflow:auto;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
	text-align:left;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;

}

#texto p{
color:#000000;
font-size:0.9em;
line-height:18px;
text-align:left;
}

#texto a{
text-decoration:none
}

#texto img{
border:none;
}

#fundo_menu_rpt p{
font-size:0.6em;
position:absolute;
vertical-align:text-bottom;
top:620px;
text-align:left;
margin-left:40px;

}
