
/* cambiamos la fuente */
@font-face{
  font-family: "HELVETICANEUELTSTD";
  src: url('../font/HelveticaNeueLTStd-Lt.otf');
}
body {
  margin: 0;
  font-family: "HELVETICANEUELTSTD";
  font-size: 14px;
  padding-top: 0px;
}
/* personalizar estos colores */
a {
  color: #087BBC;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}
/*estilo para el color de las preguntas */
.text-info {
  color: #003B5C;
  font-size: 16px;
  /*font-weight: bold;*/
}
.cabecera{
		*margin: 0px auto 0;
		text-align:center;
		*background-color: #ffffff;
		padding: 0px 0;
		margin-top: 0px;
		border-top: 10px solid #73A0D0;
		*border-bottom: 20px solid #1E62AD;
	}

/*Borde boton nav-pills */
.nav-pills > li > a {
  margin-top: 12px;
  margin-bottom: 0px;
  padding-right: 52px;
  padding-left: 52px;
  margin-right: 12px;
  line-height: 12px;
  border-color: #eeeeee #eeeeee #dddddd;
  background-color: #73A0D0;
  border: 1px solid;
  -webkit-border-radius: 4px 4px 4px 4px;
     -moz-border-radius: 4px 4px 4px 4px;
          border-radius: 4px 4px 4px 4px;
}


/* color fondo hover   (pestañas)  */
.nav > li > a:hover {
  text-decoration: none;
  background-color: #1e863b;
  color: #FFFFFF;
  transform: scale(1.05,1.05);
  border: 1px solid;
  border-color: #a5a5a5;
}

.blanco{
  color: #FFFFFF;
  text-decoration: none;
}

	 /* Footer ----------------- pie--------------------------------- */
.footer {
  text-align: center;
  padding: 60px 0;
  margin-top: 0px;
  border-top: 40px solid #1e863b;
  *background-color: #f5f9fe;
  background-color: rgba(193, 246, 191, 0.233);
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

/* Base class */
.bs-docs {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docs:after {
  content: "Rellene el siguiente formulario:";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}
.bs-docsF {
  position: relative;
  margin: 15px 100px;
  padding: 39px 19px 14px;
  *padding-top: 191px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docsF:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}

.bs-docsR {
  position: relative;
  margin: 15px 0;
  padding: 39px 19px 14px;
  *padding-top: 19px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docsR:after {
  content: "Datos insertados:";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}
.bs-docsROK {
  position: relative;
  margin: 15px 100px;
  padding: 39px 19px 14px;
  *padding-top: 191px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

/* Echo out a label for the example */
.bs-docsROK:after {
  content: "Registrado Correctamente.";
  position: absolute;
  top: -1px;
  left: -1px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #9da0a4;
  -webkit-border-radius: 4px 0 4px 0;
     -moz-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
}
/* Separators (hr) */
.bs-docs-separator {
  margin: 0px 0px 1px;
}
.bs-docs-separatorDown {
  margin: 5px 0px 20px;
}
/* Para las tablas */
.tablaA {
  width: 100%;
  margin-bottom: 10px;
  padding: 1px;
  line-height: 12px;
  text-align: left;
  vertical-align: top;
  *border-top: 5px solid #dddddd;
  border: 1px solid #dddddd;
}
.tablaA td {
  vertical-align: top;
  /* text-align: center; */
  border-top:1px solid #dddddd;
}
.tablaB {
  width: 100%;
  margin-bottom: 10px;
  padding: 1px;
  line-height: 12px;
  text-align: left;
  vertical-align: top;
  *border-top: 5px solid #dddddd;
  border: 0px;
}
.tablaB td {
  vertical-align: top;
}
.tablaC {
  width: 100%;
  margin-bottom: 10px;
  padding: 1px;
  line-height: 12px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #dddddd;
  *border: 0px;
}
.tablaC td {
  vertical-align: top;
  border: 1px solid #dddddd;
  text-align: center;
}
.tablaC2 td {
  vertical-align: top;
  border: 1px solid #dddddd;
  text-align: left;
}

.tablaPading td{
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 1px;
}
.tablaSlider {
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  line-height: 12px;
  text-align: left;
  vertical-align: top;
  *border-top: 5px solid #dddddd;
  border: 1px solid #dddddd;
}
.tablaSlider td {
  vertical-align: top;
  border-top:1px solid #dddddd;
padding: 15px;
}
.input-size4 { width: 35px }
.input-size2 { width: 20px }
.input-size10 { width: 80px }

.modalD {
  position: fixed;
  top: 10%;
  left: 35%;
  z-index: 1050;
  width: 650px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}
/* Para slicer*/

.slider.slider-horizontal {
  margin-left: 9px;
  margin-right: 9px;

}
.sliderP {
	margin-top: 26px;
	margin-bottom: 15px;

}
.sld_valor_SliderVal  {
			color: #FF4B4B;
			font-weight: bold;
}
.slider.slider-horizontal2 {
  width: 110px;
  height: 20px;
}
.tituloTablas {
  color: #ad3a3a;
  padding: 10px;
  line-height: 20px;
}

a.tituloTablas:hover {
  color: #2d6987;
}
.tituloTablasTD {
 color: #ad3a3a;
  padding: 1px;
  line-height: 52px;
}
.errorporcentaje {
		margin-left: 1px;
		width: auto;		
		color: white;
		font-weight: bold;
		background-color: #db2c2c;
		padding: 3px 6px;
		border-radius: 3px;
	  }
    


/* para cajas de orden */
.MueveCajas{
		border:1px solid #DADADA;
		background-color:#EFEFEF;
		padding:3px 5px;
		margin-bottom:3px;
		margin-top:3px;
		width:450px;
		list-style-type:circle;
		/* font-family:Arial, Helvetica, sans-serif; */
		color:#666666;
		font-size:1 em;
  }
  .MueveCajasTitulo{
		border:1px solid rgb(185, 185, 185);
		background-color:rgb(223, 221, 226);
		padding:3px 15px;
		margin-bottom:4px;
		margin-top:0px;
		width:12px;
		list-style-type:circle;
		/* font-family:Arial, Helvetica, sans-serif; */
		color:#666666;
		font-size:1 em;
	}
	
.MueveCajas:hover {
		background-color:#FFF;
    cursor:move;
    font-size:1 em;
    font-weight: bold;
	}
 .MueveCajas_small{
		border:1px solid #DADADA;
		background-color:#EFEFEF;
		padding:3px 5px;
		margin-bottom:3px;
		margin-top:3px;
    margin-left: 3px;
		width:250px;
		list-style-type:circle;
		font-family:Arial, Helvetica, sans-serif;
		color:#666666;
		font-size:0.8em;
	}
	
.MueveCajas_small:hover {
		background-color:#FFF;
		cursor:move;
	} 

.sortable-placeholder {
    margin:10px;
    padding:10px;
    background:#D3F4E4;
    border:1px solid #008F4A;
}

.CajaOrdena0{
  border: 1px solid #E8EDF6;
  width: 270px;
  min-height: 100px;
  margin-bottom:3px;
  margin-top:3px;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
.CajaOrdena{
  border: 1px solid #5895FF;
  width: 270px;
  min-height: 280px;
  margin-bottom:3px;
  margin-top:3px;
  padding: 5px 0 0 0;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}
/* Fin cajas de orden */

.mayuscula{text-transform:uppercase;}
/*
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: center;
  margin-left: -20px;
}
*/
.centrado {

  margin-right: 10px;
  margin-left: 30px;
  float: center;
  text-align: center;
  vertical-align: middle;
}
/*mas de bootstrap */

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}  
.doodle {
  position: fixed;
  z-index: -1;
}

#investigador label.error {
  margin-left: 1px;
  width: auto;
  color: white;
  font-weight: bold;
  background-color: #db2c2c;
  padding: 3px 6px;
  border-radius: 3px;

}
#registro label.error {
  margin-left: 10px;
  width: auto;
  display: inline;
  color: white;
  font-weight: bold;
  background-color: #db2c2c;
  padding: 3px 6px;
  border-radius: 3px;
  position: absolute;
}

#registro label.error:before {
  content: '';
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #db2c2c;
  border-left: 8px solid transparent;
  left: -16px;
  position: absolute;
  top: 5px;
}

#registro label.errorcc {
  margin-left: 1px;
  width: auto;
  color: white;
  font-weight: bold;
  background-color: #db2c2c;
  padding: 3px 6px;
  border-radius: 3px;
}