* {
    margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 1em;
}

img {
	border: 0;
}

html, body {
	height: 100%;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
        
.campos_00 {
	border: 1px solid #BBBBBB;
	background-color: #F1F1F1;
	padding: 2px;
}

.campos_00:focus {
	background-color: #EAEAEA;
	border: 1px solid #B0B0B0;
}

.campos_01 {
	border: 1px solid #B0B0B0;
	background-color: #F1F1F1;
	padding: 1px;
}

.campos_01:focus {
	background-color: #EAEAEA;
	border: 1px solid #505050;
}

.tx_00 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.tx_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.tx_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx_03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.tx_04 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.tx_05 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.tx_06 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.cr_00 {
	color: #000000;	
}

.cr_01 {
	color: #FFFFFF;	
}

.cr_02 {
	color: #DDDDDD;	
}

.cr_03 {
	color: #184D77;	
}

.cr_04 {
	color: #333333;	
}

.cr_05 {
	color: #0000FF;	
}

.cr_06 {
	color: #666666;	
}

.separador_00 {
	background-color: #CCCCCC;
	height: 1px;
	border-bottom: solid #EEEEEE 1px;
}

.separador_01 {
	background-color: #000000;
	height: 2px;
}

.bt_00 {
	padding: 4px;
	display: block;
}

.bt_00:hover {
	background-color: #BBBBBB;
}

.bt_01, .bt_02, .bt_03 {
	padding: 3px 6px 3px 6px;
	border-top: solid #EEEEEE thin;
	border-right: solid #333333 thin;
	border-bottom: solid #333333 thin;
	border-left: solid #EEEEEE thin;
	width: 100px;
	display: inline-block;
	text-align: center;
	margin-bottom: 3px;
}

.bt_01 {
	background-color: #DDDDDD;
}

.bt_01:hover {
	background-color: #BBBBBB;
}

.bt_02 {
	background-color: #00BFFF;
	width: 50px;
}

.bt_02:hover {
	background-color: #00ACE6;
}

.bt_03 {
	background-color: #999999;
}

.bt_03:hover {
	background-color: #777777;
}

.box_00 {
	background-color: #DDDDDD;
	border-top: solid #EEEEEE thin;
	border-right: solid #333333 thin;
	border-bottom: solid #333333 thin;
	border-left: solid #EEEEEE thin;
}

/* Thumbnail
----------------------------------------------------------------------------------*/
.tb {
	float:left;
	width:104px;
	margin: 2px 4px 10px 2px;
}

.tb > div:first-child {
	position:relative;
	width:80px;
	height:80px;
	border:2px solid #505050;
	background: #202020;
}

#tb_img {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
}

.tb div div {
	position:absolute;
	top:-2px;
	left:82px;
}

.tb div div img {
	display:block;
}

.tb input {
	display:block;
	width:80px;
}
	
/* Move Panel
----------------------------------------------------------------------------------*/
.mp {
   padding:2px 8px 0px 4px;
}

.mp img {
   vertical-align: bottom;
}