body {
	font-family: Verdana;
    font-size: 13px;
}
.corpo {
	width: 100%;
	margin: 0 auto;
	background:#FFE;
    text-align: center;
}
.row1 {
	top:0px;
	left:0px;
	width: 650px;
}
.row2 {
	left:650px;
}
.cabecalho {
	position: fixed;
	width: 640px;
	top: 0px;
	height: 40px;
	background:khaki;
    border: 1px solid yellow;
	text-align: center;
}
.titulo4{
    position: absolute;
    top: 10px;
    left: 200px;
    width: 450px;
    font-size: 24px;
    font-weight: bold;
}
.rodape {
    position: fixed;
	bottom: 0px;
	left: 0px;
	width: 650px;
	height: 20px;
	text-align: center;
	border: 1px solid yellow;
	background:khaki;
    font-size: 13px;
}
.divColuna1 {
    position: fixed;
    left: 85px;
    width: 565px; 
    top: 45px;
	height: 540px;
	text-align: left;
    background:ivory;
}
.divColuna7 {
   	position: fixed;
    left: 85px;
    display: none;
    width: 565px;
	height: 540px;
    top: 45px;
	text-align: left;
    background:ivory;
}
.classLadder {
	display: block;
	position: fixed;
    width: 650px;
	height: 540px;
    top: 45px;
	left: 0px;
	text-align: left;
}
.divColuna2 {
    position: fixed;
    left: 0px;
    width: 80px; 
    top: 45px;
	height: 540px;
	text-align: left;
	background:ivory;
}
.divColuna6 {
    display: none;
    position: fixed;
    left: 0px;
    width: 80px;
    top: 45px;
	height: 540px;
	text-align: left;
    background:ivory;
 }
.classSfc {
	display: none;
	position: fixed;
	left: 0px;
    width: 80px; 
    top: 45px;
	height: 540px;
	text-align: left;
	background:ivory;
}
.classIHM {
	position: fixed;
    width: 260px;
	height: 800px;
    top: 10px;
	left: 1150px;
	text-align: left;
	background:"orange";
}
.divColuna3 {
	position: absolute;
    left: 651px;
    width: 500px; 
    height: 2000px;
    text-align: left;
}
.divColuna8 {
	position: absolute;
    left: 651px;
    width: 500px; 
    height: 1000px;
    text-align: left;
}
.divColuna4 {
    display: none;
	position: relative;
	border: 1px solid #888;
	top: 1070px;
    left: 1150px;
    width: 80px; 
    height:40px;
    text-align: left;
    background:ivory;
} 
.divColuna5 {
	display: none;
    position: relative;
    left: 1150px;
	top: 1000px;
    width: 60px; 
    height: 60px;
    text-align: left;
    background:ivory;
}	    
/* The Modal (background) tela config */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left:90px;
	top:300px;
	width: 300px; /* Full width */
	height: 400px; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-body {
	position: relative;
	background-color: ivory;
	margin: auto;
	padding: 0;
	left: 0px;
	width:100%;
	height: 70%; /* Full height */
	overflow: auto;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
.modal1 {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 90px;
	top:200px;
	width: 150px; /* Full width */
	height: 160px; /* Full height */
	overflow: hidden; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* The Modal (background) tela simulacão  */
.modal2 {
	display: none; /* Hidden by default */
	position: relative; /* Stay in place */
	z-index: 1; /* Sit on top */
	top: 100px;
	left: 733px;
	width: 480px; /* Full width */
	height: 420px; /* Full height */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-header {
	position: relative;
	margin-top:0px;
	top: 0px;
	height: 40px;
	background-color: khaki;
	color: orange;
	font-size: 18px;
}
/* Modal Content */
.modal-coluna {
	display: none;
	z-index: 1; /* Sit on top */
	position: fixed;
	background-color: palegreen;
	left: 650px;
	top:180px;
	height: 420px; 
	width: 85px;
	border: 1px solid #888;
	overflow: auto; /* Enable scroll if needed */
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.2s;
	animation-name: animatetop;
	animation-duration: 0.2s;
}
.modal-pe {
	position: relative;
	left: 0px;
	width:100%;
	height: 40px;
	background-color: khaki;
	color: white;
}
/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-400px; opacity:0} 
	to {top:0; opacity:1}
}
@keyframes animatetop {
	from {top:-400px; opacity:0}
	to {top:0; opacity:1}
}
.modal_figura{
	position: absolute;
	padding: 2px 16px;
	width: 110;
	left: 300px;
	top: 200px;
}
/* pe pagina */
.ok, .apagar, .novo, .close {
	color: white;
	float: right;
	left: 100%;
	font-size: 28px;
	font-weight: bold;
}
.ok:hover, .ok:focus, 
.apagar:hover, .apagar:focus,
.novo:hover, .novo:focus,
.close:hover, .close:focus{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.up, .dw {
	color: white;
	float: left;
	left: 100px;
	font-size: 28px;
	font-weight: bold;
}
.up:hover, .dw:hover,
.up:focus, .dw:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
input[type=text]{   
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 1px 1px 2px #333333;    
	-moz-box-shadow: 1px 1px 2px #333333;
	-webkit-box-shadow: 1px 1px 2px #333333;
	background: #cccccc; 
	border:1px solid #000000;
}
.botao{
    position: absolute;
    top: 4px;
    left: 0px;
    width: 300px;
}
.btn {
	color: green;
	float: left;
    left: 20px;
	top:0px;
	font-size: 24px;
	font-weight: bold;
} 
textarea{
	border: 1px solid #000000;
	background:#cccccc;
	height:100px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: 1px 1px 2px #333333;    
	-moz-box-shadow: 1px 1px 2px #333333;
	-webkit-box-shadow: 1px 1px 2px #333333;
}
input[type=text]:hover, textarea:hover{ 
         background: #ffffff; border:1px solid #990000;	
}
input[type=submit]{
        background:#006699;
        color:#ffffff;
}
