@charset "utf-8";
/* CSS ApaeWeb*/
#logoMarcaAdminApaeCloud
{
	width:120px;
	height:100px;
	margin-top:50px;
	float:left;
}
#logoMarcaAdminApaeCloud h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	color:#17622f;
	margin-top:-17px;
	text-align:center;
}

#sloganApaeCloud
{
	width:344px;
	height:75px;
	float:right;
	background-image:url(../imagens_layout/sloganApaeCloud.png);
	background-repeat:no-repeat;
	margin-top:30px;
}
#menuApaeWeb
{
	width:850px;
	height:25px;
	float:right;
	margin-top: 37px;
}
#menuApaeWeb ul
{
	margin:0px;
	padding:0px;
	text-align: right;
}
#menuApaeWeb li
{
	display: inline;
	margin:0px;
	padding:0px;
}
#menuApaeWeb a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:5px;
	text-decoration:none;
	color:#FFF;
	background-color:#2D682C;
}
#menuApaeWeb a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:5px;
	text-decoration:none;
	color:#FFF;
	background-color:#FA460A;
}
/*
*FIM APAE WEB MENU
*/
#pacienteList
{
	width: 950px;
	height: auto;
}
.paciente
{
	width: 120px;
	height: 160px;
	float: left;
	margin: 5px;
	text-align: center;
}
#pacientePhoto{
	width: 120px;
	height: 120px;
	float: left;
}
#pacienteList a{
	font-family: sans-serif;
	font-size: 14px;
	color: black;
	text-decoration: none;
}