/*

	Vermelho: #d24a2e
	Azul: #28166f
	Cinza Escuro: #585858

*/
/*Padroes*/
html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
font-family: inherit;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
outline: 0;
padding: 0;
margin: 0; 
border: 0;}
:focus{outline:6;}


table{border-collapse: separate;border-spacing:0;}
caption, th, td{font-weight: normal;text-align:left;}
blockquote:before, blockquote:after, q:before, q:after{content: “”;}
blockquote, q{quotes: “” “”;}

*{
	outline:none;
}

body{
	height:100% !important;
	margin:0px;
	font-family:calibri,tahoma  !important;
	font-size:11px;
	background:#000 url(../../images/login/back_repeat.jpg);
	line-height:1;
	color:#000;
}

a, a:hover{
	text-decoration:none;
}

#back_opacity{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#login_area{
	width:900px;
	height:260px;
	position:absolute;
	background:url(../../images/login/back_login.jpg) left top;
	z-index:2;
}

#form_login{
	width:182px;
	height:107px;
	margin:153px auto auto;
	padding-left:11px;
	display:block;
}
#form_login .field{
	width:100%;
	height:20px;
	border:0px;
	background:#FFF;
	font-size:20px;
	color:#333;
}
#form_login .field_div1,#form_login .field_div2{
	width:100%;
	height:20px;
	padding-top:3px;
	padding-bottom:27px;
}
#form_login .field_div2{
	padding-bottom:0px;
}

.btn{
	width:160px;
	margin:0 auto auto;
	height:18px;
	padding-top:15px;
}

#form_login button{
	width:72px;
	height:20px;
	border:0px;
	background:transparent;
	display:block;
	float:left;
	margin-right:5px;
	color:#FFF;
	font-size:14px;
}
#form_login button:hover{
	color:#333;
	font-weight:bold;
}
.links{
	width:250px;
	height:30px;
	display:block;
	font-size:0px;
	position:absolute;
}
.links:hover{
	border:#FFF dashed 1px;
}

.link_educacao_infantil{
	left:5px;
	top:130px;
}
.link_ensino_fundamental{
	left:30px;
	top:170px;
	height:42px;
}
.link_ensino_medio{
	left:10px;
	top:217px;
	height:42px;
}
.link_esqueci_a_senha{
	left:575px;
	top:145px;
	height:30px;
}
.link_solucoes{
	width:260px;
	left:570px;
	top:180px;
	height:30px;
}
.buzzaction{
	width:128px;
	left:770px;
	top:228px;
	height:30px;
}
.statuslogin{
	width:800px;
	height:40px;
	left:50px;
	top:70px;
	font-size:30px;
	padding-top:10px;
	color:#333;
	text-align:center;
	background:url(../../images/login/error.png);
}

