/* DESIGN & CODE: JANSEN GRIZENTI */


/* FRAMEWORK */
.relative { position:relative; } .absolute { position: absolute; }
.clear { clear:both; } .oculto { display:none; } .fleft { float:left; } .fright { float:right; }
.block { display:block; } .inline { display:inline; } .upper { text-transform:uppercase; } .wrapper { overflow:hidden; }
.txtLeft { text-align:left; } .txtCenter { text-align:center; } .txtRight { text-align:right; }
.padding { padding:30px; overflow:hidden; } .padding2 { padding:15px; }
.pad_top { padding-top:30px; } .pad_top2 { padding-top:15px; }
.pad_right { padding-right:30px; } .pad_right2 { padding-right:15px; }
.pad_bot { padding-bottom:30px; } .pad_bot2 { padding-bottom:15px; }
.pad_left { padding-left:30px; } .pad_left2 { padding-left:15px; }

/* -- CSS GERAL -- */

body { font-family:Arial, Helvetica, sans-serif; background:url(../imgs/bg.jpg) top #FFFFFF no-repeat; color:#000; font-size:15px; }
p { font-size:15px; color:#000; line-height:20px; padding:7px 0 7px 0; }
.form input, .btLogin { font-family: 'Abel', sans-serif; }
a { color:#333333; text-decoration: underline; }
a:hover { color: #900; text-decoration:none; }
article { float: left; }

/* box login */

.boxLogin { background: url(../imgs/bg-boxlogin.png) 0 -35px no-repeat; position: absolute; width: 611px; height: 452px; top: 50%; left: 50%; margin-top: -226px; margin-left:-306px; /*background: url(../imgs/bg-boxlogin.png) no-repeat;*/ }
.boxLogin .container { width: 415px; height: 294px; position: relative; left: 77px; top: 88px; padding: 20px; }

.btLogin { display: block; margin-bottom: 10px; background: #990000; width: 99%; font-size: 21px; color: #FFF; text-decoration: none; text-align: center; border-radius: 5px; min-height: 29px; padding: 5px; }
.btLogin:hover { color: #FFF; background: #C60000; }
.btLogin:active { position: relative; top: 1px; }

.form input { background: #EEEEEE; width: 401px; font-size: 25px; display: block; border-radius: 4px; padding: 10px; margin-bottom: 8px; }