@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 3px;
	height: 3px;
}
::-webkit-scrollbar-thumb{
    width: 3px;
	height: 3px;
    background: rgb(51,68,60);
}
  
 #principal {
	position: absolute;
	top: 0px;
	left: 13%;
	width: 74%;
	height: 100%;
	overflow: scroll;
	background-color: Gainsboro;
	align-self: center;
	border: 6px solid #999;
	border-left-style:solid; 
	border-top-style: none; 
	border-right-style:solid;
	border-bottom-style: none;
 	box-shadow: inset 3px 3px 5px rgba(0,0,0,0.2),
                inset -3px -3px 5px rgba(255,255,255,0.7),
                4px 4px 10px rgba(0, 0, 0, 0.3);
	}
 #divtitulo {
	position: absolute;
	top: 10px;
	left: 5%;
	z-index: 1;
	width: 90%;
	height: 200px;
	background-image: url(../images/fundo-titulo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: darkblue;
	text-align: center;
	font-size: 32px;
	font-family: Times New Roman, serif;
	}
#divlogin {
	position: absolute;
	top: 220px;
	width: 100%;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
}
#divresto {
	position: absolute;
	top: 250px;
	width: 90%;
	left: 5%;
	text-align: center;
	align-self: center;
	align-content: center;
	align-items: center;
	z-index: 1;
}
#divajuda {
	position: absolute;
	top: 300px;
	width: 66%;
	left: 14%;
	text-align: justify;
	font-weight: bold;
	align-self: center;
	align-content: center;
	align-items: center;
	background-color: gainsboro;
	z-index: 3;
	padding: 25;
	border: 6px solid #999;
	border-left-style:solid; 
	border-top-style: solid;; 
	border-right-style:solid;
	border-bottom-style: solid;
 	box-shadow: inset 3px 3px 5px rgba(0,0,0,0.2),
                inset -3px -3px 5px rgba(255,255,255,0.7),
                4px 4px 10px rgba(0, 0, 0, 0.3);
}
#divcxlog {
	position: absolute;
	top: 300px;
	width: 66%;
	left: 14%;
	text-align: center;
	font-weight: bold;
	align-self: center;
	align-content: center;
	align-items: center;
	background-color: gainsboro;
	z-index: 2;
	padding: 25;
	border: 6px solid #999;
	border-left-style:solid; 
	border-top-style: solid;; 
	border-right-style:solid;
	border-bottom-style: solid;
 	box-shadow: inset 3px 3px 5px rgba(0,0,0,0.2),
                inset -3px -3px 5px rgba(255,255,255,0.7),
                4px 4px 10px rgba(0, 0, 0, 0.3);
}

.tlogin {
	text-align: center;
	font-size: 12px;
	font-family: 'Press Start 2P', cursive;
}
input[type=text]{   
      border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:left;
    border:1px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
    width:100px;
}
input[type=tel]{   
      border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:left;
    border:1px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
    width:100px;
}
input[type=password]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:left;
    border:1px solid #474747;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
    width:100px
	
}
input[type=submit],[type=button]{   
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
	text-align:center;
	cursor: pointer;
	font-size:18px;
    border:0px none;
	height:30px;
	border-right-style: hidden;
	border-top-style: hidden;
	border-left-style: hidden;
	background: none;
}




























