@charset "utf-8";
/* CSS Document */

.over_all_div
{
	position: fixed;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	background-color: rgba(0, 0, 0, 0.6);
	/*opacity: 0.8;*/
	
	visibility: hidden;
	overflow: hidden;
	z-index: 2;

	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(10px);
	
}

.over_msg
{
	position: fixed;
	width: auto;
	height: auto;
	background-color: white;
	
	border-style: solid;
	border-width: 4px;
	border-color: #004021; 

	padding: 20px;
	
	visibility: hidden;
	z-index: 3;
}

.cross_close
{
	position: absolute;
	top: -14px;
	right: -14px;
	width: 28px;
	height: 28px;
	
	cursor: pointer;
	
	z-index: 4;
}

.msg_div1
{
	margin: 10px;
	height: auto;
	width: auto;
	border-style: none;
}

.msg_div2
{
	height: 100%;
	width: 100%;
	border-style: none;
}

#msg_contacto
{
	position: absolute;
	top: 0px;
	background-color: transparent;
	visibility: hidden;
}

#msg_contacto table
{
	font-family: Nunito;
	font-size: 14px;
	width: 500px;
	margin-top: 20px;
	vertical-align: middle;
	
}

#msg_contacto table td#spacing
{
	height: 10px;
}

#msg_contacto table#header
{
	width: 650px;
}

#msg_contacto table#header h2
{
	margin-bottom: 8px;
}

#msg_contacto table#message
{
	margin-top: 0px;
	width: 650px;
}

#msg_contacto table#buttons
{
	width: 500px;
}

#msg_contacto #msg_title
{
	color: grey;
}

/**/

#msg_registro
{
	position: absolute;
	top: 0px;
	background-color: transparent;
	visibility: hidden;
}

.msg_event_status
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	
	width: 300px;
	height: 180px;
	background-color: red;
	z-index: 0;
	
}

.title_regist
{
	position: relative;
	top: 10px;
	width: 100%;
	
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-style: normal;
	text-align: center;
}

#title_regist_text
{
	font-size: 11px;
}

#table_regist_ficha
{
	position: relative;
	top: 20px;
	width: 100%;
	height: 30px;
	
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-style: oblique;
	font-size: 10px;
	
	border-collapse: separate;
    border-spacing: 11px 0px;
}

.ficha
{
	text-align: center;
	
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	/*border-bottom-right-radius: 15px;*/
	
	border-top: solid;
	border-left: solid;
	border-right: solid;
	border-width: 2px;
	border-color: black;
	
	box-shadow: 4px 4.5px 3.5px 0.3px #868686;
}

td#f1
{
	background-color: #f0f0f0;
	cursor: pointer;
}

td#f2
{
	background: linear-gradient(#e4e4e4, #bfbfbf);
	cursor: pointer;
}

td#f3
{
	background: linear-gradient(#e4e4e4, #bfbfbf);
	cursor: pointer;
}

td#f4
{
	background: linear-gradient(#e4e4e4, #bfbfbf);
	cursor: pointer;
}

td#f5
{
	background: linear-gradient(#e4e4e4, #bfbfbf);
	cursor: pointer;
}

#regist_line1
{
	position: absolute;
	top: 96px;
	left: 144px;
	height: 2px;
	width: calc(100% - 157px);
	background-color: black;
	
	z-index: 1;

}

#regist_line2A
{
	position: absolute;
	top: 96px;
	left: 11px;
	height: 2px;
	width: 148px;
	background-color: black;
	
	z-index: 1;
	visibility: hidden;

}

#regist_line2B
{
	position: absolute;
	top: 96px;
	left: 306px;
	height: 2px;
	width: 482px;
	background-color: black;
	
	z-index: 1;
	visibility: hidden;

}

#regist_line3A
{
	position: absolute;
	top: 96px;
	left: 11px;
	height: 2px;
	width: 309px;
	background-color: black;
	
	z-index: 1;
	visibility: hidden;

}


#regist_line3B
{
	position: absolute;
	top: 96px;
	left: 433px;
	height: 2px;
	width: 354px;
	background-color: black;
	
	z-index: 1;
	visibility: hidden;

}

#regist_line4A
{
	position: absolute;
	top: 96px;
	left: 11px;
	height: 2px;
	width: 436px;
	background-color: black;
	
	z-index: 1;
	visibility: hidden;

}


#regist_line4B
{
	position: absolute;
	top: 96px;
	left: 604px;
	height: 2px;
	width: 183px;
	background-color: black;
	
	z-index: 1;
	visibility: hidden;

}

#regist_line5
{
	position: absolute;
	top: 96px;
	left: 11px;
	height: 2px;
	width: 607px;
	background-color: black;
	
	z-index: 1;
	visibility: hidden;

}

#regist_contenido_1
{
	margin-left: 11px;
	margin-right: 11px;
	position: relative;
	top: 20px;
	
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-width: 2px;
	border-color: black;
	
	background-color: #f0f0f0;
	
	box-shadow: 4px 4px 3.5px 0.3px #868686;
	
	width: 774px;
	height: 445px;
	
}

#regist_contenido_1 table 
{
	margin-left: 10px;
	margin-right: 10px;
	
	/*width: calc(100% - 20px);*/
	
	font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, DejaVu Sans, Verdana," sans-serif";
	font-style: normal;
	font-size: 12px;
}

#table_regist_contenido
{
	width: 100%;
	/*height: 448px;*/
}