	/* Coded with love by Mutiullah Samim */
	/* Coded with love by Mutiullah Samim */
		body,
		html {
			margin: 0;
			padding: 0;
			height: 100%;
			background: #ffffff !important;
			font-family: ITCMendoza;
		}
		
		@font-face {
			font-family: ITCMendoza;
			src: url('../../fonts/MendozaRoman-Book.otf');
		}
		
		@font-face {
		  font-family: 'Glyphicons Halflings';
		  src: url('../../fonts/glyphicons-halflings-regular.eot');
		  src: url('../../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
		}
		
		.form_container{
			margin-top: 125px;
		}
		
		.form_registro{
			/* width: 950px; */
			width: 800px;
			font-size: 8pt;
		}
		
		
		#btn_enviar_ip1, #btn_enviar_ip2, #btn_eliminar_ip2, #btn_nuevo_miembro, #btn_nuevo_colaborador, #btn_nueva_ayuda, #btn_enviar_presupuesto, 
		#btn_nueva_documentacion, #btn_enviar_participante, #btn_enviar_declaraciones, #btn_enviar_documentacion, #btn_cerrar, 
		#btn_cerrar_participante, #btn_enviar_colaborador, #btn_cerrar_colaborador, #btn_cerrar_ayuda, #btn_cerrar_documentacion, #btn_cerrar_participante, 
		#finalizar_solicitud, #btn_descarga_registro, #btn_confirmar{
			font-size: 9pt;
		}
		
		/* De styles.css	*/
		
		header{
			background:#fff;
			width:100%;
			padding: 5px 30px 20px 30px;	
			/* Flexbox */
			display: flex; /*Elemento padre header*/
			display: -webkit-flex; /* Safari */
			justify-content:space-between; /* Para distribuir el logo del menú*/
			/*align-items:center; /*Porque es una lÃ­nea de elementos*/
			/*Ponemos los hijos en una lÃ­nea y si no caben, uno debajo de otro*/
			flex-direction:row;
			-webkit-flex-direction: row;
			flex-wrap:wrap;
			-webkit-flex-wrap: wrap;
			order: 0;	
		}

		header .title{
			color: #9e1b34;
			font-size: 12pt;
			margin-top: 20px;
			margin-left: 18px;
		}

		header .title .span1{
			color: #000;
			font-size:11pt;
		}

		header .logo{
			margin-top: 10px;
			margin-right: 20px;
		}

		header .logo img{
			width: 300px;
		}
		
		.logos_container{
			/* padding: 15px; */
			/* margin-left: 12%; */
			margin-top: 1%;
			border: 1px solid transparent;
			border-radius: 4px;
			width: 100%;
			display: inline-flex;
			margin: auto;
			margin-top: 2%;
			padding: 0px 360px;
		}

		.logos_container img{
			/* margin-left: 0px; 
			vertical-align:middle; */
			display: block;
			margin: auto;
		}

		.logos_aux{
			/* width: 130px; */
		}

		.aue{
			float: right;
			margin-right: 80px;
		}
		
		#container-table{
			padding: 0 0.5%;
			line-height: 15px;
			margin: 10px 25px;
			text-align: justify;
			line-height: 1.3em;
		}
		
		#id3{margin-top: 2.1%; margin-right: 2.1%; width: auto; height: 27px; float:right; margin-bottom:5px;}
		
		.logout{margin-right: 55px;text-align: right;}
		.links {text-decoration: none; color: rgb(126,6,37); font-size: 9pt;}
		a.links:hover{color: gray; text-decoration: none;}
		
		footer{
			width: 100%;
			color: #fff;
			font-size: 10pt;
			text-align: center;
			padding: 5px 0;
			border-radius: 0 0 10px 10px;
			-moz-border-radius: 0 0 10px 10px;
			-webkit-border-radius: 0 0 10px 10px;
			background: rgba(245,245,245,1);
			background: -moz-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(186,146,139,1) 8%, rgba(158,27,51,1) 26%, rgba(158,27,51,1) 76%, rgba(186,146,139,1) 92%, rgba(245,245,245,1) 100%);
			background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,245,245,1)), color-stop(8%, rgba(186,146,139,1)), color-stop(26%, rgba(158,27,51,1)), color-stop(76%, rgba(158,27,51,1)), color-stop(92%, rgba(186,146,139,1)), color-stop(100%, rgba(245,245,245,1)));
			background: -webkit-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(186,146,139,1) 8%, rgba(158,27,51,1) 26%, rgba(158,27,51,1) 76%, rgba(186,146,139,1) 92%, rgba(245,245,245,1) 100%);
			background: -o-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(186,146,139,1) 8%, rgba(158,27,51,1) 26%, rgba(158,27,51,1) 76%, rgba(186,146,139,1) 92%, rgba(245,245,245,1) 100%);
			background: -ms-linear-gradient(left, rgba(245,245,245,1) 0%, rgba(186,146,139,1) 8%, rgba(158,27,51,1) 26%, rgba(158,27,51,1) 76%, rgba(186,146,139,1) 92%, rgba(245,245,245,1) 100%);
			background: linear-gradient(to right, rgba(245,245,245,1) 0%, rgba(186,146,139,1) 8%, rgba(158,27,51,1) 26%, rgba(158,27,51,1) 76%, rgba(186,146,139,1) 92%, rgba(245,245,245,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5', GradientType=1 );
			order: 3;
		}
		
		/* Fin  styles.css	*/
		
		
		/*Campos formulario registro*/
		#investigador{
			width: 100%;
		}
		
		.user_card2 {
			/* height: 400px; */
			height: auto;
			width: 700px;
			margin-top: auto;
			margin-bottom: auto;
			background: #fff; /*#f2f2f2*/
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 15px 0px 0px 15px; */

		}
		
		.registro {
			height: auto;
			width: 1200px;
			margin-top: 30px;
			margin-bottom: auto;
			background: #f2f2f2;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 15px;
		}
		
		.activacion {
			height: auto;
			width: 800px;
			margin-top: 50px;
			margin-bottom: auto;
			background: #f2f2f2;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 15px;
		}
		
		.mensaje_info{
			margin-top: 1%;
		}
		
		.btn_pass{
			background-color: #A8003B;
			border-color: #A8003B;
		}
		
		#info{
			font-size: 8pt;
			margin-bottom: 10px;
		}
		
		#error_dni_nie{
			font-size: 8pt;
			color: #f00 !important;
			/* margin-left: 15.5%; */
		}
		
		#error_dni_nie2{
			font-size: 8pt;
			margin-top: 2%;
		}
		
		.reset_pass {
			height: auto;
			width: 1000px;
			margin-top: 3.5%;
			margin-bottom: auto;
			background: #f2f2f2;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 15px;
		}
		
		.instrucciones{
			margin: 10px;
		}
		
		.titulo{
			color: #A8003B;
			font-weight: bold;
			text-align: center;
			margin: 15px 0px 0px 0px;
			padding: 0.5%;
			font-size: 10pt;
		}
		
		 /* Una vez dentro*/
		 
		 #accordion2 .panel-heading {
			border-radius: 30px;
			padding: 0;
			/* margin-bottom: 20px; */
		}
		 
		 #accordion2 .panel-title a{
			display: block;
			padding: 12px 15px 12px 50px;
			/* background: linear-gradient(to bottom, #fefefe, #cdcdcd); */
			
			background: rgba(226,226,226,1);
			background: -moz-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 14%, rgba(209,209,209,1) 49%, rgba(254,254,254,1) 100%);
			background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(14%, rgba(219,219,219,1)), color-stop(49%, rgba(209,209,209,1)), color-stop(100%, rgba(254,254,254,1)));
			background: -webkit-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 14%, rgba(209,209,209,1) 49%, rgba(254,254,254,1) 100%);
			background: -o-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 14%, rgba(209,209,209,1) 49%, rgba(254,254,254,1) 100%);
			background: -ms-linear-gradient(-45deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 14%, rgba(209,209,209,1) 49%, rgba(254,254,254,1) 100%);
			background: linear-gradient(135deg, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 14%, rgba(209,209,209,1) 49%, rgba(254,254,254,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=1 );

			/* border: 1px solid #c3c3c3; */
			border-radius: 15px;
			/* font-size: 18px; */
			font-size: 11pt;
			font-weight: 400;
			/* color: #676767; */
			color: #A8003B;
			text-shadow: 1px 1px 1px #fff;
			position: relative;
			text-align: left;
		}
		#accordion2 .panel-title a:before{
			content: "\f102";
			font-family: "Font Awesome 5 Free";
			width: 25px;
			height: 25px;
			line-height: 25px;
			border-radius: 50%;
			background: #929191;
			font-size: 12px;
			font-weight: 900;
			color: #fdfbfb;
			text-align: center;
			box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
			text-shadow: none;
			position: absolute;
			top: 8px;
			left: 15px;
		}
		#accordion2 .panel-title a.collapsed:before{ content: "\f103"; }
		
		#accordion2 .panel-body{
			padding: 0px 15px;
			font-size: 15px;
			color: #222;
			line-height: 27px;
			border: none;
			text-align: left
		}
		#accordion2 .panel-body p{ margin-bottom: 0; }

/*Fin accordion 2*/

		#contenido-comunicaciones{margin: 0 auto; width: 60%;}
		#formulario_comunicaciones{width: 65%; margin: 0 auto;}
		 
		.vl{
			border-left: 2px solid green;
			  height: auto;
		}
		 
		.header_feder{
			background:#ffffff;
			width:100%;
			padding: 5px 30px 20px 30px;
			margin: auto auto;
			/* Flexbox */
			display: flex; /*Elemento padre header*/
			display: -webkit-flex; /* Safari */
			justify-content:space-between; /* Para distribuir el logo del menú*/
			/*align-items:center; /*Porque es una lÃ­nea de elementos*/
			/*Ponemos los hijos en una lÃ­nea y si no caben, uno debajo de otro*/
			flex-direction:row;
			-webkit-flex-direction: row;
			flex-wrap:wrap;
			-webkit-flex-wrap: wrap;
			order: 0;	
		}
		
		.errorIndex{
			color: #b94a48;
			background-color: #f2dede;
			border-color: #ebccd1;
			width: 60%;
			margin: auto auto;
			padding: 10px 10px;
		}
		
		.listado{
			height: auto;
			width: 100%;
			margin-top: auto;
			margin-bottom: auto;
			background: #fafafa;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px 0px 0 0px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 10px;
		}

		
		/*Nueva solicitud*/
		#denominacion, #centro_ip1, #centro_ip2, #centro_pertenencia{
			width: 100%;
			font-size: 9pt;
		}
				
		.titulo_pagina{
			margin: 1% 2%;
		}
		
		.label_ambito_area{
			font-size: 9.2pt;
		}
		
		/*Para la validación de los formularios*/
		.error {
			border-color: #f00 !important;
			/* font-size: 8pt; */
		}

		/* small.required { */
			/* color:#f00; */
		/* } */
/* Fin validación de los formularios*/

		.form-control:disabled{
			background-color: #d9d9d9;
		}

		/* .obligatorio{ */
			/* color: #A8003B; */
			/* font-size: smaller; */
		/* } */
		
		.apartados{
			font-size: 10pt;
			font-weight: bold;
			color: #A8003B;
			width: 100%
		}
		
		.errorValidacion{
			color: #A8003B;
			font-size: 9pt;
			margin-top: 1%;
		}
		
		.subapartado { border-left: 4px solid #A8003B; }
		
		.separador{
			margin: 0px;
		}
		
		.mensajeAgregar{
			font-size: 10pt;
		}
		
		#preguntaPresupuesto{
			font-size: 11pt;
		}
		
		#tituloVentana, #tituloVentanaDoc{
			font-size: 1.2rem;
			margin-bottom: 0px;
		}
		
		#rol{
			width: 50px;
			font-size: 9pt;
		}
		
		#dedicacion{
			width: 90px;
			font-size: 9pt;
		}
		
		/*Datos del proyecto*/
		#modalidad, #reto, #modalidad_financiacion, #denominacion, #area_cientifica, #ambito_ris3{
			width: 100%;
			font-size: 8pt;
			/*height: 39%;*/
		}
		
		#meses_contratar{
			width: 85%; 
			font-size: 8pt;
		}
		
		#fecha_titulo{
			width: 50%; 
			font-size: 8pt;
		}
		
		/*Registro / Reset pass*/
		
		.nombre_formulario, .labelReset, .login_btn{
			font-size: 10pt;
		}
		
		.fuente9pt{
			font-size: 9pt;
		}
		
		#btn_olvidar{font-size: 10pt;}
		
		#dni_nie, #apellidos, #nombre, #sexo, #telefono, #email, #categoria_profesional, #centro{
			width: 100%;
			font-size: 8pt;
		}
		
		#pertenece, #orcid, #researcherID, #repositorio{
			width: 100%;
			font-size: 8pt;
		}
		
		#password1, #password2{
			width: 70%;
			font-size: 8pt;
		}
		
		#dni_nie_participante, #apellidos_participante, #nombre_participante, #dedicacion_participante, #categoria_profesional, 
		#sexo_participante,#pertenece_participante,	#orcid_participante, #researcherID_participante, #repositorio_participante, 
		#centro_participante, #categoria_profesional_participante{
			width: 100%;
			font-size: 8pt;
			/*height: 39%;*/
		}
		
		#dni_nie_colaborador, #apellidos_colaborador, #nombre_colaborador, #sexo_colaborador,#pertenece_colaborador,
		#centro_colaborador {
			width: 100%;
			font-size: 8pt;
			/*height: 39%;*/
		}
		
		#dni_nie_ip1, #dni_nie_ip2, #apellidos_ip1, #apellidos_ip2, #nombre_ip1, #nombre_ip2, #sexo_ip1, #sexo_ip2,
		#telefono_ip1, #telefono_ip2, #email_ip1, #email_ip2, #dedicacion_ip1, #dedicacion_ip2, #pertenece_ip1, #pertenece_ip2,
		#orcid_ip1, #researcherID_ip1, #repositorio_ip1, #orcid_ip2, #researcherID_ip2, #repositorio_ip2,
		#categoria_profesional_ip1, #categoria_profesional_ip2{
			width: 100%;
			font-size: 8pt;
		}
		
		#tipo_documentacion, #documento, #otra_documentacion{
			width: 100%;
			font-size: 8pt;
		}
		
		#mensajeIP1, #mensajeIP2, #mensajeProyecto, #mensajePresupuesto, #mensajeDeclaracion, #mensajeIndex, #mensajeReset{
			text-align: center;
			font-size: 9pt;
		}
		
		#mensajeRegistro, #mensajeRecuperacion{
			text-align: center;
			width: 53%;
			font-size: 9pt;
		}
		
		#salir{
			width: auto;
			height: 27px;
			margin-bottom: 5px;
			text-align: right;
		}
				
		#espere{
			text-align: center;
			font-size: 9pt;
		}
		
		#accordion{
			margin-top: 50px;
		}
		
		#mensajeDoc{
			margin-top: 1%;
			text-align: center;
		}
		
		#msgDoc{
			margin-top: 3%;
			text-align: center;
			font-size: 9pt;
		}
		
		/*Formulario presupuesto*/
		#resumen_presupuesto{
			font-size: 9pt;
		}
		
		
		
		#justificacion1, #justificacion2, #justificacion3, #justificacion4, #justificacion5, #justificacion6, 
		#justificacion7, #justificacion8, #justificacion9,#justificacion10, #justificacion11,#justificacion12{
			font-size: 9pt;
			padding: 1% 1%;
		}
		
		.encabezadoColumnas{
			vertical-align: middle;
			text-align: center;
		}
		
		#labelProyectoPersonal{
			font-size: 10pt;
		}
		
		#tituloPresupuesto1,#tituloPresupuesto2{
			margin: 3% 0%;
			text-align: center;
			color: #A8003B;
		}
		
		#importe1, #importe2, #importe3, #importe4, #importe5, #total_personal,
		#resumen1, #resumen2, #resumen3, #resumen4, #resumen5, #resumen6, #resumen7, 
		#resumen8, #resumen9, #resumen10, #resumen11, #resumen12, #resumen13, #resumen14, 
		#resumenAuditor, #resumenCI, #total_presupuesto{
			text-align: right;
			font-size: 9pt;
			padding: 1.5% 1%;
		}
		
		#num_contratos1, #num_contratos2, #num_contratos3, #num_contratos4, #num_contratos5,
		#meses1, #meses2, #meses3, #meses4, #meses5{
			font-size: 9pt;
			padding: 1.5% 1%;
		} 
		
		.table td .filasPresupuesto, .table th .filasPresupuesto{
			padding: 0% 3% 0% 0%;
			vertical-align: middle;
		}
		
		/*Fin Formulario presupuesto*/
		
		#div_btn_nuevo{
			margin-left: 43%;
		}
		
		#main_feder{
			width:100%;
			padding-left: 20px; /*antes 20*/
			padding-right: 0px;
			background:#ffffff;
			display: flex;
			display: -webkit-flex;   
			flex-wrap:nowrap;
			-webkit-flex-wrap: nowrap;
			flex-direction:column;
			-webkit-flex-direction: column; 
			order: 1;
		}
		 
	/*	.style-container_feder{
			background-color: #ffffff;
			width: 95%;
			height: auto;
			overflow: auto;
			margin: 0 auto;
			-webkit-box-shadow: 11px 10px 47px 8px rgba(0,0,0,0.75);
			-moz-box-shadow: 11px 10px 47px 8px rgba(0,0,0,0.75);
			box-shadow: 11px 10px 47px 8px rgba(0,0,0,0.75);
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border: 0px solid #000000;
			
			display:flex;
			display: -webkit-flex;
			flex-direction: row; 
			-webkit-flex-direction: row;
			flex-wrap: wrap; 
			-webkit-flex-wrap: wrap;
		} */
		
		#main{
			width:95%;
			padding-left: 0px; /*antes 20*/
			padding-right: 0px;
			background:#fff;
			display: flex;
			display: -webkit-flex;   
			flex-wrap:nowrap;
			-webkit-flex-wrap: nowrap;
			flex-direction:column;
			-webkit-flex-direction: column; 
			order: 1;
			margin: auto;
		}
		
		.style-container{
			font-family: ITCMendoza;
			font-size: 10.5pt;
			background-color: #fff;
			width: 90%;
			height: auto;
			overflow: auto;
			margin: 0 auto;
			margin-top: 1%;
			-webkit-box-shadow: 11px 10px 47px 8px rgba(0,0,0,0.75);
			-moz-box-shadow: 11px 10px 47px 8px rgba(0,0,0,0.75);
			box-shadow: 11px 10px 47px 8px rgba(0,0,0,0.75);
			border-radius: 10px;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			border: 0px solid #000000;
			/* Flexbox */
			display:flex;
			display: -webkit-flex;
			flex-direction: row; 
			-webkit-flex-direction: row;
			flex-wrap: wrap; /*flex-flow:row wrap; */
			-webkit-flex-wrap: wrap;
		}
		
		.containerListado{
			max-width: 95%;
			margin: auto auto;
		}
		
		#errorEliminarMiembro{
			text-align: center;
			margin-top: 1.2%;
			font-size: 9pt;
		}
		
		.user_card {
			/* height: 400px; */
			height: auto;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			background: #e6e6e6e; /*f5f5f5*/
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			-webkit-box-shadow: 10px 10px 5px 0px rgba(209,209,209,1);
			-moz-box-shadow: 10px 10px 5px 0px rgba(209,209,209,1);
			box-shadow: 10px 10px 5px 0px rgba(209,209,209,1);
			/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
			/* -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
			/* -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
			border-radius: 15px 15px 15px 15px; /*0 15 15 0*/

		}
		
		.brand_logo_container {
			position: absolute;
			height: 200px;
			width: 200px;
			top: -100px;
			border-radius: 50%;
			background: #ffffff;
			padding: 15px;
			text-align: center;
		}
		.brand_logo {
			height: 170px;
			width: 170px;
			/* border-radius: 50%; */
			/* border: 4px solid #f5f5f5; */
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #c0392b !important;
			color: white !important;
			font-size: 9pt;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #c0392b !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}
		
		//Acordeon		
		.template_faq {
			background: #edf3fe none repeat scroll 0 0;
		}
		.panel-group {
			background: #fff none repeat scroll 0 0;
			border-radius: 3px;
			box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
			margin-bottom: 0;
		   /* padding: 30px; */
		}
		#accordion .panel {
			border: medium none;
			border-radius: 0;
			box-shadow: none;
			margin: 0 0 15px 10px;
		}
		#accordion .panel-heading {
			border-radius: 30px;
			padding: 0;
		}
		#accordion .panel-title a {
			background: #ffb900 none repeat scroll 0 0;
			border: 1px solid transparent;
			border-radius: 30px;
			color: #fff;
			display: block;
			font-size: 18px;
			font-weight: 600;
			padding: 12px 20px 12px 50px;
			position: relative;
			transition: all 0.3s ease 0s;
		}
		#accordion .panel-title a.collapsed {
			background: #fff none repeat scroll 0 0;
			border: 1px solid #ddd;
			color: #333;
		}
		#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
			background: #ffb900 none repeat scroll 0 0;
			border: 1px solid transparent;
			border-radius: 50%;
			box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
			color: #fff;
			content: "";
			font-family: fontawesome;
			font-size: 25px;
			height: 55px;
			left: -20px;
			line-height: 55px;
			position: absolute;
			text-align: center;
			top: -5px;
			transition: all 0.3s ease 0s;
			width: 55px;
		}
		#accordion .panel-title a.collapsed::after {
			background: #fff none repeat scroll 0 0;
			border: 1px solid #ddd;
			box-shadow: none;
			color: #333;
			content: "";
		}
		#accordion .panel-body {
			background: transparent none repeat scroll 0 0;
			border-top: medium none;
			padding: 20px 25px 10px 9px;
			position: relative;
		}
		#accordion .panel-body p {
			border-left: 1px dashed #8c8c8c;
			padding-left: 25px;
		}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}

/*Inicio de las media queries*/

/* Para 960px */  
@media only screen and (max-width: 980px) and (min-width: 821px) {  
  
	header{order:0;}	
	article{
		order: 1; 
		width: 90%; 
		margin: auto;
	}	
	#main{order:2;}
	footer{order:3;}
	
	.container {
		flex-direction:column;
		-webkit-flex-direction: column;		
	}
	
	header {
		justify-content: center;
	}
	
	header .title{
		font-size: 24px;
		text-align: center;
	}
	
	header .title .span1{
		font-size: 19px;
	}
	
	header .logo img{
		width: 260px;
		margin-bottom: 10px;
	}
	
	section article h2{
		font-size: 20px;
	}
	
	section article p, section article p span{
		font-size: 18px;
	}
	
	#formulario_registro{
		justify-content: center;
	}

}

/* Para 800px */  
@media only screen and (max-width: 820px) and (min-width: 621px) {  
	header{order:0;}	
	article{
		order: 1; 
		width: 90%; 
		margin: auto;
	}	
	#main{order:2;}
	footer{order:3;}
	
	.container {
		flex-direction:column;
		-webkit-flex-direction: column;		
	}
	
	header {
		justify-content: center;
	}
	
	header .title{
		font-size: 24px;
		text-align: center;
	}
	
	header .title .span1{
		font-size: 19px;
	}
	
	header .logo img{
		width: 260px;
		margin-bottom: 10px;
	}
	
	section article h2{
		font-size: 20px;
	}
	
	section article p, section article p span{
		font-size: 18px;
	}
	
	#formulario_registro{
		justify-content: center;
	}
}  
  
/* Para 600px */  
@media only screen and (max-width: 620px) and (min-width: 501px) {  
	header{order:0;}	
	article{
		order: 1; 
		width: 90%; 
		margin: auto;
	}	
	#main{order:2;}
	footer{order:3;}
	
	.container {
		flex-direction:column;
		-webkit-flex-direction: column;		
	}
	
	header {
		justify-content: center;
	}
	
	header .title{
		font-size: 24px;
		text-align: center;
	}
	
	header .title .span1{
		font-size: 19px;
	}
	
	header .logo img{
		width: 260px;
		margin-bottom: 10px;
	}
	
	section article h2{
		font-size: 20px;
	}
	
	section article p, section article p span{
		font-size: 18px;
	}
	
	#formulario_registro{
		justify-content: center;
	}
}  
  
/* Para 480px */  
@media only screen and (max-width: 500px) and (min-width: 341px) {  
  header{order:0;}	
	article{
		order: 1; 
		width: 90%; 
		margin: auto;
	}	
	#main{order:2;}
	footer{order:3; font-size: 8pt;}
	
	.container {
		flex-direction:column;
		-webkit-flex-direction: column;		
	}
	
	header {
		justify-content: center;
	}
	
	header .title{
		font-size: 24px;
		text-align: center;
	}
	
	header .title .span1{
		font-size: 19px;
	}
	
	header .logo img{
		width: 240px;
		margin-bottom: 10px;
	}
	
	section article h2{
		font-size: 20px;
	}
	
	section article p, section article p span{
		font-size: 18px;
	}
	
	#formulario_registro{
		justify-content: center;
	}
	
}  
  
/* Para 320px */  
@media only screen and (max-width: 340px) and (min-width: 5px)  {  
  header{order:0;}	
	article{
		order: 1; 
		width: 90%; 
		margin: auto;
	}	
	#main{order:2;}
	
	footer{order:3; font-size: 8pt;}
	
	.container {
		flex-direction:column;
		-webkit-flex-direction: column;		
	}
	
	header {
		justify-content: center;
	}
	
	header .title{
		font-size: 20px;
		text-align: center;
	}
	
	header .title .span1{
		font-size: 16px;
	}
	
	header .logo img{
		width: 200px;
		margin-bottom: 10px;
	}
	
	section article h2{
		font-size: 20px;
	}
	
	section article p, section article p span{
		font-size: 18px;
	}
	
	#formulario_registro{
		justify-content: center;
		width: 250px;
	}
	
	#lcaptcha{
		width: 80%;
	}
} 