﻿html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.Text_right {
	text-align: right;
}

.displaynone {
	display: none;
}

.ControlOnFocus {
	background-color: #C3CDFF;
	color: black;
	border: 1px outset #05293f;
}

.ControlOffFocus {
	background-color: #FEEDA8;
	color: black;
	border: 1px outset #FFA100;
}

.Button {
	margin: auto;
	text-align: center;
}

.centrarHeader {
	text-align: center;
	margin: auto;
}


/* Header */
.headerPane {
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Tahoma;
}

	.headerPane .headerTop {
		height: 100px;
	}

.templateTitle {
	float: left;
	margin-left: 25px;
	margin-top: 5px;
}

	.templateTitle a {
		text-decoration: none;
		font-size: x-large;
		color: black;
	}

.loginControl {
	float: right;
	margin-top: 17px;
	margin-right: 25px;
	font-size: 12px;
}

	.loginControl a {
		color: black;
		text-decoration: none;
		border-bottom: dashed 1px black;
		display: inline-block;
	}

.headerMenu {
	margin-top: 11px;
}


/* Footer */
.footerPane {
	background-color: #EDEDED;
	height: 10%;
}

.footerMenu {
	float: right;
	padding-top: 7px;
}

.copyright {
	margin: auto;
	text-align: center;
	margin-top: 5px;
	color: #007BC1;
	font-size: 12px;
}

.content {
	padding: 5px;
}

.callbacks {
	margin-left: 5.4%;
}

/* Account */
.accountHeader h2 {
	margin: 10px 0 7px 0;
	font-size: 16px;
}

.accountHeader p {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.accountHeader {
	margin-bottom: 20px;
}

.form-field {
	margin-bottom: 8px;
}

.Registros {
	width: 60%;
	-webkit-box-shadow: 4px 4px 8px #999;
	-moz-box-shadow: 4px 4px 8px #999;
	left: 20%;
	position: absolute;
	top: 5%;
}

.center {
	margin: auto;
}



/*-------------------------- TABLAS -----------------------------------------*/

.tablas, .tablas td, .tablas tr {
	padding: 0px;
	border-spacing: 0px;
}



	.tablas td {
		padding: 6px;
	}

	.tablas tr:first-child td:first-child {
		border-radius: 5px 0px 0px 0px;
	}

	.tablas tr:first-child td:last-child {
		border-radius: 0px 5px 0px 0px;
	}

	.tablas tr:last-child td:first-child {
		border-radius: 0px 0px 0px 5px;
	}

	.tablas tr:last-child td:last-child {
		border-radius: 0px 0px 5px 0px;
	}

	.tablas td:not(:last-child) {
		border-right: 1px #666 solid;
	}


	.tablas tr:nth-child(2n) {
		background: #87CEEB;
	}

	.tablas tr:nth-child(2n+1) {
		background: #ADD8E6;
	}

	.tablas.header tr:not(:first-child):hover, .tablas:not(.header) tr:hover {
		background: #E0FFFF;
	}

	.tablas:not(.header) tr {
		text-align: left;
	}

	.tablas.header tr:first-child {
		font-weight: bold;
		color: #fff;
		background-color: #444;
		border-bottom: 1px #000 solid;
		text-align: left;
	}

	.tablas.header tr:nth-child(n+2) {
		text-align: right;
	}

.tablas {
	border: 1px black solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-width: 400px;
	font-family: Helvetica,Arial;
}

.tables td table {
	padding: 0px;
}

.tables td {
	padding: 6px;
}

.tables {
	text-align: center;
	align-content: center;
	border: 1px black solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-width: 400px;
	font-family: Arial;
}

.tables2 {
	text-align: center;
	align-content: center;
	min-width: 400px;
	font-family: Arial;
}

.tableLabel {
	text-align: left;
	font-family: Arial;
}

/*---*/

div.centerTable {
	text-align: center;
}

	div.centerTable table {
		margin: 0 auto;
		text-align: left;
	}



/*-------------------OTROS 2 ------------------------------*/
.classBoton {
	-moz-box-shadow: inset 0px 1px 0px 0px #b7cfeb;
	-webkit-box-shadow: inset 0px 1px 0px 0px #b7cfeb;
	box-shadow: inset 0px 1px 0px 0px #b7cfeb;
	background-color: #b5cee6;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	border: 1px solid #a9bcd6;
	display: inline-block;
	color: #ffffff;
	font-family: Verdana;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	height: 23px;
	line-height: 23px;
	width: 106px;
	text-decoration: none;
	text-align: center;
}

	.classBoton:hover {
		background-color: #c5d4eb;
	}

	.classBoton:active {
		position: relative;
		top: 1px;
	}


/*-----------------------OTROS ----------------------------------*/


.labelsErrores {
	font-size: 10pt;
	color: #CC3300;
}

.labelsOK {
	font-size: 10pt;
	color: #669933;
}


.logo {
	position: absolute;
	top: 10px;
	left: 30px;
}

.imagenUsuario {
	position: absolute;
	top: 5px;
	right: 30px;
}

.cabezote {
	/*position: absolute;*/
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	left: 0;
	right: 0;
	width: 400px;
	height: 100px;
}

.nombreUsuario {
	position: absolute;
	top: 52px;
	right: 70px;
	
	/*color: #007BC1;*/
	font-size: 12px;
}

.titulos {
	font-size: 13px;
	font-weight: bold;
	color: #007bc1;
	text-align: center;
}

.titulosForms {
	font-size: 11px;
	color: #007bc1;
	text-align: right;
}

.titulos_congress {
	position: relative;
	left: 1%;
	width: 100%;
	font-size: 13pt;
	font-weight: bold;
	color: #007bc1;
	text-align: center;
	top: 15%;
	font-family: Algerian;
	cursor: pointer;
}

.titulos_congresos {
	position: relative;
	left: 1%;
	width: 100%;
	font-size: 13pt;
	font-weight: bold;
	color: #007bc1;
	text-align: center !important;
	top: 15%;
	font-family: Algerian;
}

.titulos_detail {
	position: relative;
	left: 1%;
	font-size: 12pt;
	font-weight: bold;
	color: #444444;
	text-align: center;
	top: 15%;
	font-family: Verdana;
}

.titulos_detail2 {
	position: relative;
	left: 0%;
	font-size: 12pt;
	font-weight: bold;
	color: #444444;
	text-align: left;
	top: -2147483648px;
	font-family: Verdana;
}


.titulos_centrados {
	position: relative;
	left: 1%;
	font-size: 12pt;
	font-weight: bold;
	color: #444444;
	text-align: center;
	top: 15%;
	font-family: Verdana;
}

.titulos_detail222 {
	/*position: relative;*/
	/*left: 1%;*/
	/*margin: auto;*/
	font-size: 14pt;
	font-weight: bold;
	color: #007bc4;
	text-align: left;
	top: 15%;
	font-family: Verdana;
}

.texto_detail {
	position: relative;
	left: 1%;
	font-size: 8pt;
	color: #0000ff;
	text-align: left;
	top: 15%;
	font-family: Verdana;
	cursor: pointer;
	text-decoration-underline: "True";
}


.titulosLogin {
	font-size: 14px;
	color: #ffffff;
}


.centrarPanel {
	margin-left: auto;
	margin-right: auto;
}

.centrarPanel2 {
	margin-left: auto;
	margin-right: auto;
	float: left;
}

.izquierdaPanel {
	margin-left: 200px;
}


.textBox {
	border-radius: 5px;
}

.controlRequerido {
	background-color: #c5d4eb;
}


.h1 {
	font-size: 6pt;
}

.h2 {
	font-size: 7pt;
}

.h3 {
	font-size: 8pt;
}

.h4 {
	font-size: 9pt;
}

.h5 {
	font-size: 11pt;
}

.h6 {
	font-size: 12pt;
}


a:link {
	color: #007BC1;
}

/* visited link */
a:visited {
	color: #007BC1;
}

/* mouse over link */
a:hover {
	color: darkgrey;
}

/* selected link */
a:active {
	color: #007BC1;
}


.enLinea {
	/*display: inline-table;
	position: relative;
	float: left;*/
}

.enLineaRequerido {
	display: inline-table;
	margin: auto;
	border: black solid 1px;
}

.requerido {
	color: #007bc1;
	/*font-weight: bold;*/
}


.formularios {
	padding: 4px 4px 3px 4px;
}

	.formularios table.Borders {
		border: rgb(146, 166, 219) 1px solid;
		border-collapse: collapse;
	}

	.formularios th {
		text-align: center;
		padding: 3px 2px 2px;
		/*background-color:#ddd;*/
		background-color: #c5d4eb;
	}

	.formularios td {
		padding: 2px 1px 1px;
		vertical-align: bottom;
		/*border: #007bc1 solid 1px;*/
	}

.cursorMano:hover {
	cursor: pointer;
}

.hAling {
	float: left;
	padding-right: 7px;
	bottom: 0;
}


.hAling1 {
	float: left;
	padding-right: 7px;
	bottom: 0;
	position: relative;
}

.hAling2 {
	float: left;
	padding-right: 7px;
	bottom: 0;
	position: relative;
}


.Aceptar {
	background-image: url(/IMAGENES/Guardar.png);
	width: 44px;
	height: 44px;
}

.displaynone {
	display: none;
}

.widthAcciones {
	width: 12%;
}

.tablaTemplate {
	width: 100%;
	padding: 20px 0px 30px 20px;
	margin: 0 auto;
	text-align: left;
}

	.tablaTemplate .tdLabel {
		top: 0;
		left: 0;
		font: 12px Tahoma;
		color: black;
		background-color: white;
		display: table-cell;
		vertical-align: inherit;
		width: 20%;
	}

	.tablaTemplate .tdLabels {
		top: 0;
		left: 0;
		font: 12px Tahoma;
		color: black;
		background-color: white;
		display: table-cell;
		vertical-align: inherit;
		width: 20%;
		text-align: right !important;
	}

	.tablaTemplate .tdField {
		top: 0;
		left: 0;
		font: 12px Tahoma;
		color: black;
		background-color: white;
		display: table-cell;
		vertical-align: inherit;
	}

	.tablaTemplate input[type='text'] {
		width: 340px;
		padding: 0px 2px 0px 2px;
	}

.Acciones {
	text-align: right;
}

.tdlabel {
	width: 220px;
}

.tdCamp {
	text-align: right;
	width: 220px;
}

.tdCamp2 {
	text-align: right;
	width: 350px;
}

.tdlabel2 {
	width: 200px;
}

.paddingTop {
	padding-top: 10px;
}

.congresosyfunciones .dxgvEditFormCaption_Office2003Blue {
	display: block;
}

.tdline {
	padding-top: 10px;
	padding-bottom: 10px;
}

.auto-style3 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 5px;
	width: 110px;
	text-align: right;
}


.centrarTexto {
	text-align: center;
}

.izquierdaTexto {
	text-align: left;
}

.derechaTexto {
	text-align: right;
}

.derechaTexto {
	text-align: right;
}

.contenedorDock {
	padding: 0px !important;
	height: 30px !important;
}

	.contenedorDock a {
		text-decoration: none;
		display: block;
		height: 28px;
	}

.dockingZone {
	background-color: transparent;
}

#pnl1 .dxpc-content {
	min-height: 20px !important;
	padding: 0 !important;
	/*background-color: white;
	-webkit-filter:alpha(opacity=50);
	-moz-filter:alpha(opacity=50);
	-o-filter:alpha(opacity=50);
	filter:alpha(opacity=50);
	-ms-opacity:0.5;
	opacity:0.5;*/
	vertical-align: top;
}


.dxpc-contentWrapper {
	background-color: transparent !important;
}



.dxpcContentPaddings_Office2003Blue {
	padding: 0;
	background-color: transparent !important;
}

#pnlConfig {
	height: 100%;
}

.imagenFondo {
	display: none;
}

.link {
	text-decoration: none;
}

#ctl00_ctl00_Content_MainContent_canvas {
	/*background: #ccc;*/
	position: relative;
	margin: 2em auto;
}

#box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	background: green;
	cursor: move;
}

#ctl00_ctl00_Content_MainContent_results {
	text-align: center;
}

.draggable {
	position: absolute !important;
	cursor: move;
}

	.draggable.seleccion {
		background-color: #7fffd4;
		/*border: solid 2px red;*/
	}

	.draggable.seleccion2 {
		/*background-color: #7fffd4;*/
		border: solid 2px red;
	}

	.draggable:hover {
	}

	.draggable:hover {
		border: solid 2px red;
	}

.draggable {
	border: solid 2px gray;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.ControlVisible {
	visibility: visible;
}

.ControlInvisible {
	visibility: hidden;
}

.draggableImg {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	cursor: hand;
	cursor: pointer;
}

.resizableImg {
	width: 100px;
	border: 1px solid #bb0000;
}

	.resizableImg img {
		width: 100%;
		height: 100%;
	}



.fontSelect {
	position: relative;
	/*padding: 3px;
	height: 28px;*/
	line-height: 28px;
	cursor: pointer;
	margin: 3px;
	width: 200px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cecece;
	background-image: linear-gradient(top, #f9f9f9, #f0f0f0);
}

	.fontSelect span {
		overflow: hidden;
		margin-left: 5px;
	}

	.fontSelect .arrow-down {
		position: absolute;
		right: 10px;
		top: 14px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 6px solid #AAA;
	}

.fontSelectUl {
	list-style: none;
	width: 200px;
	background: #f9f9f9;
	position: absolute;
	left: 0;
	top: 35px;
}

	.fontSelectUl li {
		height: 24px;
		line-height: 24px;
		overflow: hidden;
		cursor: pointer;
		padding: 0 10px;
		font-size: 14px;
		border-left: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
	}

		.fontSelectUl li:last-child {
			-webkit-border-radius: 0 0 4px 4px;
			-moz-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
			border-bottom: 1px solid #EEEEEE;
		}

		.fontSelectUl li:hover {
			background: #DDD;
		}


.combosJquery {
	position: relative;
	padding: 3px;
	height: 28px;
	line-height: 28px;
	cursor: pointer;
	margin: 3px;
	width: auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #cecece;
	background-image: linear-gradient(top, #f9f9f9, #f0f0f0);
}

	.combosJquery option:hover {
		background: #DDD;
	}

	.combosJquery option {
		height: 24px;
		line-height: 24px;
		overflow: hidden;
		cursor: pointer;
		padding: 0 10px;
		font-size: 14px;
		border-left: 1px solid #f0f0f0;
		border-right: 1px solid #f0f0f0;
	}



.BotonesJquery {
	-moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
	box-shadow: inset 0px 1px 0px 0px #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background: -moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: -ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background: linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color: #ededed;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	color: #777777;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
}

	.BotonesJquery:hover {
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
		background: -moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: -o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: -ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
		background: linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
		background-color: #dfdfdf;
	}

	.BotonesJquery:active {
		position: relative;
		top: 1px;
	}




#countdown_dashboard {
	height: 110px;
}



.dash {
	/*width: 110px;*/
	height: 70px;
	/*background: transparent url('../images/dash.png') 0 0 no-repeat;*/
	float: left;
	margin-left: 20px;
	position: relative;
}

	.dash .digit {
		float: left;
		/*width: 55px;*/
		text-align: center;
		/*font-family: Times;*/
		color: rgb(255, 255, 255);
		text-shadow: rgb(0, 0, 0) 1px 1px 1px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		font-stretch: normal;
		font-size: 30px;
		line-height: 1.5;
		font-family: none, sans-serif;
		background: -webkit-linear-gradient(top, rgb(88, 171, 226) 50%, rgb(9, 139, 239) 50%);
		/* padding: 1px; */
		width: 30px;
		border-radius: 5px;
		margin: 2px;
	}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0px;
	right: 0px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	/* letter-spacing: 2px; */
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.marginAuto {
	margin: auto;
}


.swal-modal {
    font-family: sans-serif !important;
}

