/* 
  USAL IE7 styles
*/

#buscador .tabNav {
    height: 24px;
}


#content h1 {
  height: 1%;
}

form input {
  margin: .1em .3em 0 0;
  padding: .2em .2em .3em .2em;
}

form legend {
  margin: 0 0 0 -.45em;
}

form select {
  width: 18.5em;
}

form .date input {
  margin: 0 0 0 2.6em;
}

button { 
  width: auto;
  overflow: visible; 
}

button span { 
  margin-top: .1em; 
}

#mainContent .multimedia h2 {
  padding: .2em 1em 1.5em 1.75em;
}

#mainContent #alphabeticalOrder select {
  margin: 0 1em 0 4.2em;
}

#mainContent #alphabeticalOrder button {
  margin: -.3em 0 0 0;
}

.calendar caption .first {
  left: 0;
  top: -.2em;
}

.calendar caption .previous {
  left: 3em;
  top: 0;
}

.calendar caption .next {
  right: 3em;
  top: 0;
}

.calendar caption .last {
  right: 0;
  top: -.2em;
}

#mainContent .courses {
  padding: .5em 1em 1.5em 1em;
}

.calendar td.today {
    height: 5px;
    line-height: 5px;
    border: 1px solid red;
}