body{
	font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}
.box_0{
	display: flex;
	flex-direction: column;
}
.box_1{
	margin: auto;
	max-width: 90vw;
	width: 850px;
	overflow-x: scroll;
}
.fbox{
	margin-top: 12px;
	background-color: #fff;
	border: 1px solid #dadce0;
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 24px;
	padding-top: 22px;
	position: relative;
}
#div_fin{
	min-width:800px ;
}
.fbox_item{
	transition: background-color 200ms cubic-bezier(0,0,0.2,1);
	background-color: #fff;
	border: 1px solid #dadce0;
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 24px;
	page-break-inside: avoid;
	word-wrap: break-word;
}
.fbox_item_0{
	display: flex;
	flex-direction: column;
}
.item_titulo{
	font-size: 16px;
	letter-spacing: 0;
	width: 100%;
}
.item_descripcion{
	line-height: 1.5;
	letter-spacing: 0;
	font-size: 14px;
	margin-top: 4px;
	width: 100%;
}
.fbox_item_1{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .2px;
	line-height: 20px;
	color: #202124;
	margin-top: 4px;
	overflow: hidden;
	position: relative;
	border-collapse: collapse;
	display: table;
	width: 100%;
}
.tab_tr0{
	display: table-row;
	font-size: 14px;
}
.tab_th{
	padding: 8px;
	text-align: left;
	display: table-cell;
	height: 2.5em;
	min-width: 48px;
	vertical-align: middle;
	white-space: pre-wrap;
/*	width: 120px;*/
	font-size: 14px;
}
.tab_tr{
	display: table-row-group;
	border-bottom: 1px solid #c8c8c8;
	height: 50px;
}
.tab_th > label{
	height: 100%;
	display: block;
}
.tab_th > label> input{
/*	width: 20px;*/
/*	height: 20px;*/
}
.item_nombre{
	font-size: 28px;
	text-align: center;
}
.item_texto{
/*		white-space: pre-wrap;*/
	font-family: Roboto,Arial,sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .2px;
	line-height: 20px;
	color: #202124;
	margin-top: 12px;
	margin-bottom: 10px;
}
.item_mail{
	text-align: center;
}
.item_espacio{
	border-top: 1px solid #3358a4;
	position: relative;
	left: -3%;
	width: 105%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.item_dep{
	margin-top: 12px;
}

input[type="text"]{
	font-size: 1em;
	height: 30px;
	padding-left: 4px;
}

input.i_dato{
/*	width: 90%;*/
width: 400px;

}

.button{
	background-color: #e9e9ed !important;
}

#div_save{
	border-top: 1px solid lightgrey;
	border-bottom: 1px solid lightgrey;

	width: 90%;
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}