#login,#loginPreMatricula {
	margin: 0 auto;
	background-image: url(../imagens/fd_home_sislame.jpg);
	background-repeat: no-repeat;
	width: 650px;
	height: 473px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.caixaLoginPreMatricula {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    width: 100%;
    height: 160px;
    display: block;
	*margin-left: 0px;
    _margin-left: 0px;
    padding-top: 282px;
}

.caixaLoginPreMatricula p {
    margin-bottom: 2px;
    text-align: justify;
    display: block;
    max-width: 380px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

#cabecalho {
	width:100%;
	height:110px;
	background: url(../imagens/cabecalho_sislame.jpg);
	background-repeat: no-repeat;
}

#info0800 {
	width:135px;
	height:27px;
	background-repeat: no-repeat;
	background: url(../imagens/top_0800.gif);
}

#infoChat {
	width:135px;
	height:27px;
	background-repeat: no-repeat !important;
	background: url(../imagens/top_chat.gif);
}

.bodyLogin {
	background-image: url(../imagens/fd_madeira.jpg);
	text-align: center;
	margin-top: 0px;
}

.bodyTemplate {
	background: url(../imagens/fundo.jpg) repeat-x;
	text-align: center;
	margin-top: 0px;
}

.caixaLogin{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 438px;
	height: auto;
	padding-top: 190px;
	display: flex;
}

.caixaLogin input[type="text"],
.caixaLogin input[type="password"] {
	width: calc(100% - 10px);
	padding: 5px;
	border-radius: 4px;
}

.caixaLogin label {
	color: #333;
	margin-left: 5px;
	width: 140px;
    margin-top: 2px;
	padding-top: 4px;
}

.caixaLogin a, .caixaLogin a:visited{
	color: #333;
	text-decoration: none;
	}

.caixaLogin a:hover{
	color: #333;
	text-decoration: underline;
}

.caixaLogin .div-esqueci-minha-senha {
	text-align: right;
}

/* Bootstrap */
header {
	background: url(../imagens/fundo.jpg) repeat-x;
	height: 110px;
}

header .container {
	background: url(../imagens/cabecalho_sislame.jpg) no-repeat; 
	height: 110px;
	/*max-width: 960px;*/
}

.bootstrap-container {
    padding-top: 10px;
}

.optionList {
  	height:22px;
}
.vertical-menu-cell {
    padding: 4px 20px 4px 20px;
    background-color: #eee;
    border-radius: 2px;
}
.classeLabel {
	padding:0px 10px 0px 10px;
    background-color: #eee;
}
.itemMenu {
	height:15px;
	padding:5px 5px 5px 5px;
    background-color: white;
    vertical-align: middle;
    border: none;
}
.rich-menu-item-hover {
	height:15px;
	padding:5px 5px 5px 5px;
    background-color: #eee;
    vertical-align: middle;
    border: none;
}
.userIcon {
   	margin-right: 5px;
	vertical-align: bottom;
}

.botaoOk {
    background-image: url(../imagens/BotaoOk.png) !important;
    width: 45px !important;
    background-repeat: no-repeat;
    height: 27px !important;
}

