@charset "utf-8";
/* CSS Document */
/*-----------INICIO CONFIGURAÇÕES PADRÃO-----------------------------*/
html,body{height:100%; margin:0; padding:0;}
body{font-family:Arial, Helvetica, sans-serif;}
#layout{background:#FFFFFF url(../imagens/backCentro.gif) 0 0 repeat-x; float:left; min-height:100%; height:auto; margin:0; padding:0; position:relative; width:100%;}
/*HACK PARA ALGUNS IES QUE TRATA HEIGHT COMO MIN-HEIGHT*/
* html #layout{height:100%;}
/*FIM DO CODIGO PARA IE*/
#centro{background:url(../imagens/backCentroLogin.png)0 bottom no-repeat; margin:20px auto; padding-bottom:20px; width:800px;}
#btnEntrar{margin:6px 0; padding:6px; text-align:right; width:530px;}
#rodape{background:#EE9A00; border-top:#FFC125 2px solid; bottom:0; float:left; height:30px; margin:0; padding:0; position:absolute; width:100%;}
#rodape p{font-size:12px; color:#FFF; margin:6px 0; padding:0; text-align:center; width:100%;}
/*-----------MENSAGENS DE EVENTOS--------*/
#msgSucesso p,#msgAtencao p,#msgErro p{margin:0; padding:0;}
#msgSucesso span,#msgAtencao span,#msgErro span{color:#FFFFFF; font-size:12px; font-weight:bold; margin-left:60px;}
#msgSucesso ,#msgAtencao ,#msgErro {margin:0; padding:18px 0; width:400px;}
#msgSucesso{background:#000000;}
#msgAtencao{background:#000000;}
#msgErro{background:url(../imagens/backMsgErro.png) no-repeat;}
/*------FIM MENSAGENS DE EVENTOS--------*/
/*-----------FIM CONFIGURAÇÕES PADRÃO-----------------------------*/
