/* reset
-------------------------------------------*/ 
/* http://meyerweb.com/eric/tools/css/reset/ ------ v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */ 

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font: .85em/1.3em Arial, Helvetica, sans-serif;
	text-align: justify;
	background:#999;
}
]
/*General links
------------------------------------------------------------------*/
a:link, a:visited{
	text-decoration:none;
	font:1em "Arial", Helvetica, sans-serif;
	color:#FFFFFF;
	border:0;
}
	
a:hover {
	text-decoration:none;
	font:1em "Arial", Helvetica, sans-serif;
	border-bottom: 1px solid #FFF;
}

/*General Headers
------------------------------------------------------------------*/
#back_site h1 {
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:14px 0 0 0;
	float:right;
	color: #FFF;
	text-align:right;
}

#right_content h2 {
	font:1.8em "Arial", Helvetica, sans-serif;
	margin:14px 0 0 0;
	float:left;
	height:45px;
	padding:10px 0 0 45px;
	font-style:italic;
	color:#999999;
	background:url(../images/icon_edit.png) no-repeat;
}

#right_content h3 {
	font:1.4em "Arial", Helvetica, sans-serif;
	margin:10px 0 10px 0;
	float:left;
	height:30px;
	padding:0 0 0 35px;
	font-style:italic;
	color:#999999;
	background:url(../images/bullet.jpg) no-repeat;
}

#formlogin h1 { 
	float:left;
	padding:3px 0 0 0;
	background: url(../images/user.png) no-repeat;
	font:1.7em "Arial", Helvetica, sans-serif;
	margin:0 0 10px 0;
	height:32px;
	width:100%;
	text-align:left;
	color: #0B72BA;
	text-align:right;
}

/* Header
---------------------------------------------*/
#main_header {
	width:100%;
	height:56px;
	background:url(../images/bg_header.jpg) repeat-x;
}

#header {
	width:955px;
	margin:0 auto;
	height:100%;
}

#header img {
	float:left;
}

#back_site {
	width:240px;
	height:100%;
	float:right;
}

#back_site p {
	font:1em "Arial", Helvetica, sans-serif;
	margin:21px 10px 0 0;
	width:auto;
	height:100%;
	color: #FFF;
	float:right;
}

#back_site img {
	float:left;
	margin:3px 5px 0 0;
}

/* Content
---------------------------------------------*/
#main_content {
	width:100%;
	height:100%;
	background:#F9F9F9;
}
#content {
	width:955px;
	height:100%;
	margin:0 auto;
	
}
#left_content {
	width:210px;
	height:100%;
	float:left;
	padding:20px;
	
}
#right_content {
	width:680px;
	height:100%;
	float:left;
	padding:0 0 0 20px;
	margin:20px 0 20px 0;
	border-left:1px dotted #28A6E0;
}


#save {
	background:url(../images/btn_save.jpg);
	width:100px;
	height:32px;
	margin: 10px 0 0 5px;
	float:left;
	border:0;
	cursor:pointer;
}
#formupdate {
	width:100%;
	float:left;
	border-bottom: 1px dotted #999;
	padding:0 0 20px 0;
}
#formupdate input {
	font: 1.1em/1.5em "Arial", Helvetica, sans-serif;
	color:#666666;
	width: 50px;
	margin:0 2px 0 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #CCCCCC;
}

/* Form Login
---------------------------------------------*/
#formlogin {
	width:275px;
	margin:0 auto;
	padding:40px 0 50px 0;
	color:#333333;
}
#loginform label {
	display: block;
	font-size: 14px;
}

#formlogin input, #formlogin textarea, #formlogin select, #txpCommentInputForm input {
	font: 1.8em "Arial", Helvetica, sans-serif;
	color:#666666;
	width: 270px;
	margin: 2px 0 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #CCCCCC;
}

#formlogin input:focus, #formlogin textarea:focus, #formlogin input:focus, #formlogin textarea:focus {
	background: #fff;
	border: 1px solid #CCCCCC;
}

#formlogin textarea {height: 120px;}

#formlogin #enviar {
	background: url(../images/log_button.jpg) no-repeat;
	width: 78px;
	height:28px;
	padding: 1px;
	border: none;
	cursor: pointer;
	float:right;
	color:#FFF;
	font:bold 1.1em "Arial", Helvetica, sans-serif;
	margin:5px 0 0 0;
}

#formlogin .forgot {
	font-size:12px;
	color:#000;
	text-decoration: underline;
	margin:0;
	cursor:pointer;
}
#alert {
	background: #FFDEDB;
	border:1px solid #E04542;
	width:255px;
	height:25px;
	margin:0 0 30px 0;
	padding:10px 0 0 15px;
	color:#000;
	font-size:0.95em;
}
#lostpassword{
	background: #FFFFE0;
	border:1px solid #E6DB55;
	width:250px;
	height:48px;
	margin:0 0 30px 0;
	padding:10px 15px 10px 15px;
	color:#000;
	font-size:0.95em;
}
/* Footer
---------------------------------------------*/
#main_footer {
	width:100%;
	height:56px;

}
#footer {
	font: .9em/1.3em Arial, Helvetica, sans-serif;
	width:955px;
	margin: 0 auto;
	padding:10px 0 0 0;
	text-align:center;
}

