body{  /* aqui voy a eliminar los bordes blancos de los 4 lados*/
	margin: 0px;
	padding: 0px;
	font-family: "Arial";
	font-size: 16px;
	font-weight:bold;
	text-decoration: overline;
	background-position: top;
	overflow: hidden;
	height: 100vh;
	text-decoration-color: black;
}
a img{
	transition-duration: 1s,1s;
}
a img:hover{
	transform: scale(1.5,1.5);
}
/* ::-webkit-input-placeholder { color: #B3B6B7; } */
::-webkit-input-placeholder { color: #E67E22; }
#logo{
	top: calc(80vh - 77%);
	left: 8%;
	position: absolute;
	margin-left: -90px;
}
#home{
	width: 50px;
	height: 50px;
	top: calc(80vh - 78%);
	left: 100%;
	position: absolute;
	margin-left: -90px;
}
#regresar{
	width: 50px;
	height: 50px;
	top: calc(80vh - 69%);
	left: 100%;
	position: absolute;
	margin-left: -90px;
}
#restablecer{
	width: 50px;
	height: 50px;
	margin-top: 46.2%;
	left: 45%;
	position: absolute;
}
#grabar{
	width: 50px;
	height: 50px;
	margin-top: -0.98%;
	left: 50%;
	position: absolute;
}
#ver{
	width: 50px;
	height: 50px;
	margin-top: -12%;
	left: 40%;
	position: absolute;
}
.boton{
			 border:3px;
			 border-radius: 10px;
			 width:27px;
			 height:27px;
			 margin-top: 28%;
			 margin-left: 51%;
			}
.boton_archivo{
	border:3px;
	border-radius: 10px;
	width:27px;
	height:27px;
	margin-top: 27%;
	margin-left: 50%;
}
.id{
	margin-top: 6%;
	left: 50%;
	position: absolute;
}
.titulo{
	margin-top: 9%;
	position: absolute;
}
.fila0{
	margin-top: 8%;
	margin-left: 5%;
	color: #E67E22;
	font-weight: bold;
	position: absolute;
}
.fila001{
	margin-top: 10%;
	margin-left: 26%;
	color: #B3B6B7 !important;
	font-size: small;
	position: absolute;
}
.fila0012{
	margin-top: 10%;
	margin-left: 34.3%;
	color: #B3B6B7 !important;
	font-size: small;
	position: absolute;
}
.fila0013{
	margin-top: 10%;
	margin-left: 59%;
	color: #B3B6B7 !important;
	font-size: small;
	position: absolute;
}
.fila01{
	margin-top: 10%;
	margin-left: 20%;
	color: black;
	font-size: -5em;
	position: absolute;
}
.fila03{
	margin-top: 19%;
	margin-left: 59.2%;
	color: black;
	font-size: small;
	position: absolute;
}
.fila04{
	margin-top: 24%;
	margin-left: 5%;
	color: black;
	font-size: small;
	position: absolute;
}
.fila05{
	margin-top: 29%;
	margin-left: 5%;
	color: black;
	font-size: small;
	position: absolute;
}
.fila05_2{
	margin-top: 32.3%;
	margin-left: 76%;
	color: black;
	font-size: small;
	position: absolute;
}
.fila1{
	margin-top: 12%;
	margin-left: 2%;
	width: 500px;
	height: 300px;
	position: absolute;
}
.fila2{
	margin-top: 15%;
	position: absolute;
	/*color: #B3B6B7;*/
}
.fila3{
	margin-top: 18%;
	position: absolute;
}
.fila4{
	margin-top: 21%;
	position: absolute;
}
.fila5{
	margin-top: 24%;
	position: absolute;
}
.fila6{
	margin-top: 27%;
	position: absolute;
}
.fila7{
	margin-top: 30%;
	position: absolute;
}
.fila8{
	margin-top: 33%;
	position: absolute;
}
.container {
	top: 25%;
	left: 38%;
	position: absolute;
}
.opciones{
	margin-top: 2%;
	left: 10%;
	position: absolute;
}
.cancelar{
	color: red;
}
.etiquetas{
	color: black;
}
