.icono{
  width: 16px; 
  height:16px;
}
.campoRequerido{
  border-bottom-color: red;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  
  border-top-color: red;
  border-top-style: solid;
  border-top-width: 1px;
  
  border-right-color: red;
  border-right-style: solid;
  border-right-width: 2px;
  
  border-left-color: red;
  border-left-style: solid;
  border-left-width: 1px;
  
  background-color: rgb(255,240,240);  
}
.combo{
  font-weight: 500;
  font-family: courier new, verdana, tahoma, arial;
}
.inputOtro{
  font-weight: 500;
  font-family: courier new, verdana, tahoma, arial;
}
.divOpciones{
  width: 90%;
  padding-left: 50px;
  padding-top: 8px;
  font-family: futura, verdana, tahoma, arial;
  
  color: #005596;
}
.divPregunta{
  background-color: rgb(243,243,255);
  font-weight: 700;
  font-family: futura, verdana, tahoma, arial;
  color: #005596;
}
.divSubPregunta{
  width: 90%;
  padding-left: 30px;
  font-size: -30%;
  font-weight: 400;
  font-family: futura, verdana, tahoma, arial;
  color: #005596;
}
.spanOtro{
  display: none;
}
.colapsable{
  cursor: pointer;
}
.fs_preguntas legend{
  text-align: left;
  padding-left: 20px;
  font-weight: 900;
  font-size: 10pt;
  color: Black;
  letter-spacing: 2px;
}
.fs_preguntas{
  text-align: left;
  padding-left: 20px;
  font-weight: 400;
  font-size: 10pt;
  color:rgb(0,0,153);
}
.divCabeceraDatosUsuario{
  color: white;
  font-family: futura, verdana, tahoma, arial;
  font-size: 10pt;
  font-weight: normal;
  position: relative;
  text-align: left;
  left: 20px;
  top:10px;
  vertical-align: middle;
  float: left;
  z-index:101;
  
  width: 40%;
  height: 90%;
  border: 0px solid white;
}
.tablaCabeceraEstudiantes{
  top: 80px;
  position: relative;
  z-index:100;
}
.foto{
  width: 90px;
  height: 106px;
  border-bottom: 2px solid rgb(153,153,153) ;
  border-right: 2px solid rgb(153,153,153) ;
  float: left;
}
.tdDatoPersonal{
  /*background-color: #005596;
  color: #EEEEEE;*/
  color: black;
  background-color: transparent;
  font-weight: 400;
  font-size: 10pt;
  text-align: left;    
  font-family: courier new, verdana, tahoma, arial;
}
.tdCabecera{
  /*background-color: #005596;
  color: #EEEEEE;*/
  color: #005596;
  background-color: transparent;
  font-weight: 700;
  font-size: 10pt;
  text-align: center; 
}
.tdCabeceraD{
  /*background-color: #005596;
  color: #EEEEEE;*/
  color: #005596;
  background-color: transparent;
  font-weight: 700;
  font-size: 10pt;
  text-align: right;
}
.tdCabeceraI{
  /*background-color: #005596;
  color: #EEEEEE;*/
  color: #005596;
  background-color: transparent;
  font-weight: 700;
  font-size: 10pt;
  text-align: left;
}
.inputDP{
  border-bottom: 1px dotted  rgb(0,0,102) ;
  border-left:  none ; 
  border-right: none ; 
  border-top:   none ; 
  font-weight: 700;
  text-transform: uppercase;
  width: 95%;
  padding-left: 1px;
  background-color: #F4F4F4;
  /*background-color: #C7C8CA;*/
  /*background-color: rgb(244,244,244);*/
}