form {margin:0;}
body{background-color: rgb(239, 243, 251); min-width:320px; max-width:950px;font-size-adjust: 0.32;font-size:18px;color:#507cd1;padding:0;margin:0 ; }
table{width:100%}
.titulo{background: #045FB4;color:white;font-size: 19px;}
.borde{border: 1px solid #002D96;}
.link{background:transparent;border:0;color:white;text-decoration:underline;font-size-adjust:0.32;font-size:13px;}
.btn{margin:0 2px;padding:2px; font-weight:bold;color:White;background-color: rgb(80, 124, 209);font-size-adjust:0.37;font-size:17px;width: 227px; -webkit-border-radius:4px; -moz-border-radius:4px;border-radius:4px; }
.btn{margin:0 2px;padding:2px; font-weight:bold;color:White;background-color: rgb(80, 124, 209);font-size-adjust:0.37;font-size:17px;width: 227px; -webkit-border-radius:4px; -moz-border-radius:4px;border-radius:4px; }
.Fields {background-color:  #fef08e ;}
.Field {background-color:   #86d6a2  ;}
th.relative  {background-color:  #2980b9 ;  color: #fff;font-weight: bold; position: relative;}
input[type=text] 
{
    padding:2px; border:1px solid #ccc;
    -webkit-border-radius: 5px; /* Chrome 10+ */
    -moz-border-radius: 5px; /* Firefox 3.6+ */
     -ms-border-radius: 5px; /* IE10 */
     border-radius: 5px; 
}
    
input[type=text]:focus {border-color:#4169E1; }

input[type=password] 
{
    padding:2px; border:1px solid #ccc; 
    -webkit-border-radius: 5px; /* Chrome 10+ */
    -moz-border-radius: 5px; /* Firefox 3.6+ */
    -ms-border-radius: 5px; /* IE10 */
    border-radius: 5px; 
}
input[type=password]:focus {border-color:#4169E1; }
#report { border-collapse:collapse;}
#report h4 { margin:0px; padding:0px;}
#report img { float:right;}
#report ul { margin:10px 0 10px 40px; padding:0px;}
#report th {
		background:#045FB4 url(img/Menu.png) repeat-x scroll center left;
		color: #fff;
		padding: 6px 15px;
		text-align: left;
}
/*#report th { background:#045FB4 url(img/Menu.png) repeat-x scroll center left; color:#fff; padding:6px 15px; text-align:left;}*/  
#report tr.odd td {cursor:pointer; }
#report div.arrow { background:transparent url(img/arrow_down.png) no-repeat scroll 0px -16px; width:16px; height:16px; display:block;}
#report div.up { background-position:0px 0px;}

.kbw-signature { width: 400px; height: 200px; }





#interactive.viewport {position: relative; width: 100%; height: auto; overflow: hidden; text-align: center;}
#interactive.viewport > canvas, #interactive.viewport > video {max-width: 100%;width: 100%;}
canvas.drawing, canvas.drawingBuffer {position: absolute; left: 0; top: 0;}
		


/* ESTIDO PARA EL ACORDION */
.ac-container{
	width: auto;
	margin: 10px auto -18px auto; 
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 0px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #045FB4;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../img/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 850px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}






.dac-container{
	width: auto;
	margin: 10px auto -18px auto; 
	text-align: left;
}
.dac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 0px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	width: 940px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 12px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.dac-container label:hover{
	background: #fff;
}
.dac-container input:checked + label,
.dac-container input:checked + label:hover{
	background: #045FB4;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.dac-container label:hover:after,
.dac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../img/arrow_down.png) no-repeat center center;	
}
.dac-container input:checked + label:hover:after{
	background-image: url(../img/arrow_up.png);
}
.dac-container input{
	display: none;
}
.dac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.dac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.dac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.dac-container input:checked ~ article.dac-small{
	height: 133px;
	width: 940px;
}
.dac-container input:checked ~ article.dac-medium{
	height: 180px;
}
.dac-container input:checked ~ article.dac-large{
	height: 230px;
	
}

.global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}

.contenedor1 {
		
      
        vertical-align: middle;
        text-align: center; /* requerido para alineación horizontal */
}
.contenido1 {
      
        text-align: left; /* requerido para volver a alinear texto izquierda */
        padding-top: 30px;
}

.qr-code {
  max-width: 200px;
  margin: 10px;
}

.btnClose {
   text-align: center;
}
