@charset "utf-8";
/* por Ricardo Burille */

*{
	margin:0px;
	padding:0px;
	border:0px;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

body{
	background:url(/images/background.jpg) repeat-x #E0E4DC;
}

div#geral{
	width:900px;
	height:500px;
	margin:0 auto;
}

div#login{
	width:100%;
	height:159px;
	background-image:url(/images/bgLogin.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.camposDeLogin{
	width:350px;
	height:149px;
	margin-left:530px;
	padding-top:15px;
}

.camposDeLogin p, p.lembrarSenha{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#9DABA1;
	height:40px;
	line-height:33px;
}

p.entre{
	height:25px;
	margin-left:90px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#9DABA1;
}

p.entre a{
	color:#576167;
}

span.usuario, span.senha{
	width:100px;
	display:block;
	float:left;
	text-align:right;
	padding-right:5px;
	font-size:14px;
}

p.lembrarSenha{
	height:30px;
	font-size:16px;
	text-align:right;
	margin-right:35px;
}

p.lembrarSenha a{
	color:#9DABA1;
}

.camposDeLogin input{
	width:230px;
	height:33px;
	background-color:#FFFFFF;
	font-size:20px;
	line-height:33px;
	float:left;
}

div#fundoCinzaLogo{
	width:100%;
	height:115px;
	background-color:#566066;
}

h1.logo{
	width:550px;
	height:115px;
	text-indent:-9999px;
	background:url(/images/logoTutorar.jpg) no-repeat;
	background-position:center;
}

div#esquerdaTexto{
	width:500px;
	height:auto;
	padding:15px;
	float:left;
}

div#esquerdaTexto p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#576167;
}

div#direitaCadastrar{
	width:300px;
	height:auto;
	padding-top:30px;
	float:left;
	text-align:center;
}

p.cadastrar{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	font-weight:bold;
	color:#9DABA1;
}

p.cadastrar a{
	color:#576167;
}
div#footer{
	width:100%;
	height:70px;
	float:left;
	text-align:center;
	clear:both;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#9DABA1;
}
#footer a { color:#576167; text-decoration:none; }
#footer a:hover { color:#000; text-decoration:underline; }