/*! * Licensed under MIT main-center  top-cabecera principal fondo-loading foot nombre_institucion titulo msn logo-izquierda *//*loader Estilo Global fondo-loading*/body{ 	background:#200001;	overflow:auto;	/*font-family:'Raleway', Arial, sans-serif; icon-thumbs-up text div_datoso*/	height:88%;    font-family: sans-serif;}html{	height:95%;  -webkit-text-size-adjust: 100%;      -ms-text-size-adjust: 100%;}.container {	background-color:#FFF;	min-height:89%;	padding-bottom:30px; }.main{ 	margin-top: 40px;}h1.title { 	font-size: 50px;	font-family: 'Passion One', cursive; 	font-weight: 400; }hr{	width: 10%;	color: #fff;}.form-group{	margin-bottom: 15px;}label{	margin-bottom: 15px;}input,input::-webkit-input-placeholder {    font-size: 11px;    padding-top: 3px;}.top-cabecera{	width: 100%;	padding-bottom: 0px;    border-bottom: 10px   #272727 solid;	height:70px;	background-color: #FFF;}.titulo{	font-size:28px;	/*color:#A2C5FF;*/	color:#313131;	padding-top:10px;	position:relative;	width:auto;	left:50%;	transform: translate(-50%);	text-align:center;	position:absolute;}.logo-izquierda{	float: left;	padding-left:5px;	height: 70px;}.btn-sesion{	padding: 15px;	/*background: rgb(35,109,251,.7); no anda en chrome*/	background-color:#6D767F;	color: #fff;	text-align: center;	width: 50%;	float: left;}.btn-sesion:hover{	/*background: rgb(35,109,251,.8);  no anda en chrome*/	background-color:#5D6771;}.btn-cambiar{	padding: 15px;	/*background: rgb(35,109,251,.5); no anda en chrome*/ 	background-color:#8D949B;	color: #fff;	text-align: center;	width: 50%;	float: right;}.btn-cambiar:hover{	/*background: rgb(35,109,251,.6);  no anda en chrome*/	background-color:#7D858D;}.footer{ 	/*border-top: 2px solid #ccc;*/	border-top: 1px solid #272727;	padding-top: 10px;}.logo-footer{	width: 143px;	float: left;}.contenedor-footer{	width: 55%;	float: left;}.datos-footer{	float: left;	padding: 15px;	padding-top: 0px;	text-align:left;	color:#424242;	line-height:20px;}.copy{	width: 45%;	float: right;	text-align: right;	padding-right: 10px; 	line-height:20px;	color:#424242;}.copy img{	max-width: 500px;}.nombre_institucion{	float:left;	padding:15px 0px 0px 2px;	font-size:20px;	color:#5F021F !important;	position:relative;}/* RESPONSIVE *//* Center the loader */#loader {  position: absolute;  left: 50%;  top: 50%;  z-index: 9999;  width: 150px;  height: 150px;  margin: -75px 0 0 -75px;  border: 16px solid #f3f3f3;  border-radius: 50%;  border-top: 16px solid #3498db;  width: 120px;  height: 120px;  -webkit-animation: spin 2s linear infinite;  animation: spin 2s linear infinite;}.msn{	background: url('../imagenes/fondo-seleccion.png');	background-size: 100% 100%;	width: 100%;	height: 100%;	position: fixed; /* fixed */	z-index: 9999;	display: none;}.msn_center{  width:50%;  height:7% auto;  top: 50%;  left:50%;  position:absolute;  transform: translate(-50%, -50%);  -webkit-transform: translate(-50%, -50%);  transition: all 0.7s;  text-align:center;  font-weight: bold;}@media screen  and (max-width:800px){	.titulo	{		font-size:18px;		padding-top:6px;		font-weight: bold;		width:70%;	}	/* botones */	.btn-sesion{		font-size: 10px;	}	.btn-cambiar{		font-size: 10px;	}	/* footer */	.contenedor-footer{		width: 100%;	}	.logo-footer{		width: 100%;		text-align: center;	}	.datos-footer{		width: 100%;		text-align: center;	}	.copy{		border-top: 1px solid #ccc;		width: 100%;		text-align: center;	}	.nombre_institucion{		display:none;	}	.top-cabecera{    	border-bottom: 10px   #200001 solid;	}	.msn_center	{	  width:96%;	}}/* LOADING */.fondo-loading{	background: url('../imagenes/fondo-seleccion.png');	background-size: 100% 100%;	width: 100%;	height: 100%;	position: fixed; /* fixed */	z-index: 9999;	display: none;}@-webkit-keyframes spin {  0% { -webkit-transform: rotate(0deg); }  100% { -webkit-transform: rotate(360deg); }}@keyframes spin {  0% { transform: rotate(0deg); }  100% { transform: rotate(360deg); }}/* Add animation to "page content" */.animate-bottom {  position: relative;  -webkit-animation-name: animatebottom;  -webkit-animation-duration: 1s;  animation-name: animatebottom;  animation-duration: 1s}@-webkit-keyframes animatebottom {  from { bottom:-100px; opacity:0 }   to { bottom:0px; opacity:1 }}@keyframes animatebottom {   from{ bottom:-100px; opacity:0 }   to{ bottom:0; opacity:1 }}.text-danger-p {color: #FF0000;font-size:16px;}.margin-label{	 margin-top:8px;	 margin-bottom:3px !important;}.boton_archivo{	background-color:#E9EBF3;}.boton_archivo:hover{	background-color:#79A1C5;	color:#FFF;}.text_archivo{	background:#FFF;	border:none;	border:#FFF;	width:70%;	font-size:8px;}.text_archivo:hover{	background-color:#FFF !important;	border-color:#101010;	border:none;	border:#FFF;}.bnt-custom{	margin-top:20px;	background-color:#5F021F;}.bnt-custom:hover{	background-color:#272727;}.fixed {	position: fixed !important;	top: 0;	width:100%;	z-index:999;}.label-weight{	font-weight: bold;	font-size:16px;	}li{    content: "";    font-size: 170%;	line-height: normal;	}li span{   font-size: 16px;}.disabled_a {  pointer-events: none;  cursor: default;  opacity: 0.6;}a{	font-size:14px;	}a:link, a:visited, a:active {		text-decoration:none; }