

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*
#institutionalLinksWell {
	background-color: #999999;
}

#informationForVisitorsWell {
	background-color: #999999;
}
*/

/* Home */
#homeHeaderWell {
	 text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  background: #FF9320; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #FF9320 0%, #FF8414 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#FF9320), color-stop(100%,#FF8414)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #FF9320 0%,#FF8414 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #FF9320 0%,#FF8414 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #FF9320 0%,#FF8414 100%); /* IE10+ */
  background: linear-gradient(45deg,  #FF9320 0%,#FF8414 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9320', endColorstr='#FF8414',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
	color: white;
}

#info a {
	color: #000011
}

/* Research */

.nav-tabs-personal-pages > .active > a,
.nav-tabs-personal-pages > .active > a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  /*padding: 2px;*/
}

.nav-tabs-personal-pages > li > a {
  padding: 3%;
}

#directoryAll h3 {
  margin: 1px;
}

#directoryAll th {
  padding: 0%;
}

.contactsTableAllElement {
  width: 40% !important;
}
#mainSubjectsofInterestWell {
  background-color: transparent;
}
#interestingLinksWell {
  background-color: transparent;
}
#conferencesAndWorkshopsWell {
  background-color: transparent;
}
#personalPagesWell {
  background-color: transparent;
}
#personalPagesAltWell {
  background-color: transparent;
}

#personalPagesAltIndex {
  text-align: center;
}

#coauthorsList {
  text-align:justify; 
  text-justify:auto;
}


#coauthorsList span {
  white-space: nowrap;
}

/* Publications */
#Articles {
  text-align:justify; 
  text-justify:auto;
}

#internationalConferencesList {
  text-align:justify; 
  text-justify:auto;
}

#spanishConferencesList {
  text-align:justify; 
  text-justify:auto;
}

#organizerCommitteeList {
  text-align:justify; 
  text-justify:auto;
}

#programmeCommitteeList {
  text-align:justify; 
  text-justify:auto;
}

#invitedSpeakerList {
  text-align:justify; 
  text-justify:auto;
}

#PhDStudentList {
  text-align:justify; 
  text-justify:auto;
}

#booksList {
  text-align:justify; 
  text-justify:auto;
}


.sortButton {
  text-align: right;
}

span.subsup {
  position: relative;
}
span.subsup sub {
  position: absolute;
  left: 0.1em;
  bottom: -0.1ex;
}


/* Else */
.well {
  background-color: transparent;
}


.row-fluid .customSpan5 {
  width: 17.872340425531915%;
}

.generatorForm {
  text-align: center;
}
/*
.customSpan5 h2 {
  text-align: center;
}
*/

.jumbotron {
  background: #FF9320 !important; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #FF9320 0%, #FF8414 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#FF9320), color-stop(100%,#FF8414)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  #FF9320 0%,#FF8414 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  #FF9320 0%,#FF8414 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  #FF9320 0%,#FF8414 100%) !important; /* IE10+ */
  background: linear-gradient(45deg,  #FF9320 0%,#FF8414 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF9320', endColorstr='#FF8414',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
     -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}








