body {
  font-family: Arial, Helvetica;
  font-size: 11px;
  background: #25537a;
  margin: 0px;
  width: 100%;
  color: #6c6c6c;
}

a:active, a:visited, a:link {
  color: #275981;
  text-decoration: none;
}

a:hover {
  color: #ffc34d;
  text-decoration: none;
}

a img {
  border: 0px;
}

#blue-top-bar {
  height: 20px;
  width: 100% !important;
  background: url(../img/bar-highlight.png) bottom left no-repeat;
  float: left;
}

#header-bar {
  height: 149px;
  width: 100% !important;
  background: url(../img/header-bg.png) top left repeat-x;
  float: left;
}

#header-wrapper {
  width: 886px;
  margin: 0px auto;
}

#header {
  height: 120px;
  padding: 5px 0px 0px 0px;
}

#funiber-logo {
  float: left;
  width: 419px;
  height: 114px;
}

#university-logos {
  position: absolute;
  float: left;
  width: 187px;
  height: 123px;
  margin-left: 520px;
  background: url(../img/affiliated-universities.png) top left no-repeat;
}

#university-logos-leon {
  position: absolute;
  float: left;
  width: 90px;
  height: 123px;
  margin-left: 520px;
  background: url(../img/affiliated-universities.png) top left no-repeat;
}

#quality-seals{
  position: absolute;
  float: left;
  width: 138px;
  height: 37px;
  margin-left: 748px;
  background: url(../img/quality-seals.png) top left no-repeat;
}

#language-options {
  width: 140px;
  height: 61px;
  background: transparent;
  margin-left: 748px;
  margin-top: 65px;
}

#language-options.small-icons {
  margin: 0px auto;
  position: absolute;
  width: 886px;
  height: 11px;
  background: transparent;
  text-align: right;
  top: 0px;
}

#blue-bottom-bar {
  height: 3px;
  width: 100% !important;
  background: url(../img/bar-highlight.png) top left no-repeat;
}

#footer-wrapper {
  height: 55px;
  padding: 3px;
  background: url(../img/footer-bg.png) top left repeat-x;
}

#left-bar {
  float: left;
  width: 320px;
  height: auto;
  background: transparent;
  padding-top: 10px;
}

#wrapper {
  width: 100% !important;
  height: auto !important;
  background: #fff;
  float: left;
}

#main-body {
  width: 886px;
  margin: 0px auto;
  margin-top: -16px;
}

#main-content {
  float: left;
  width: 535px;
  height: auto;
  background: transparent;
  border-left: solid 1px #e5e5e5;
  padding-top: 10px;
  padding-left: 20px;
}

#bottom-content {
  float: left;
  width: 535px;
  height: auto;
  background: transparent;
  padding-top: 0px;
  padding-bottom:10px;
}

#footer {
  width: 100% !important;
  float: left;
}

#left-bottom-content {
  width: 336px;
  float: left;
  padding-right: 16px;
}

#right-bottom-content {
  width: 183px;
  float: left;
}

#form1, #form2, #form3 {
  padding: 0px;
}

#form1 table tr td,
#form2 table tr td,
#form3 table tr td {
  width: 252px;
  padding: 2px 0px 2px 0px;
  min-height: 2px;
  vertical-align: top;
}


#form3 table tr td {
  width: 535px;
  padding: 2px 0px 2px 0px;
  min-height: 2px;
}

.footer {
  width: 886px;
  margin: 10px auto;
  color: #fff;
  text-align: center;
  font-style: italic;
}

.progress-final-notice {
  width: 527px;
  height: 208px;
  background: transparent url(../img/progress-3-final-notice-bg.png) top left repeat-x;
}

.progress-final-icon {
  width: 500px;
  height: 70px;
  background: transparent url(../img/progress-3-final-icon.png) top left no-repeat;
  margin: 55px 0px 0px 74px;
  line-height: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  float: left;
}

.progress-final-text1 {
  width: 100%;
  float: left;
  text-transform: uppercase;
  margin: 5px 0px 0px 80px;
}
.progress-final-text2 {
  width: 100%;
  float: left;
  text-transform: none;
  margin: 5px 0px 0px 80px;
}

.hidden {
  display: none;
}

#language-options {
  background: transparent url(../img/languages_divider.png) bottom left no-repeat;
}

#language-options.small-icons .languages-off {
  float: right;
  cursor: pointer;
  background: transparent;
  padding: 3px 2px 2px 2px;  
}

#language-options.small-icons .languages-on {
  float: right;
  cursor: pointer;
  background: transparent url(../img/language_hover_off.png) top left no-repeat;
  padding: 3px 2px 2px 2px;
}

.languages-off {
  float: left;
  cursor: pointer;
  background: transparent;
}

.languages-on {
  float: left;
  cursor: pointer;
  background: transparent url(../img/language_hover_off.png) top left no-repeat;
}

.clear {
  clear: both;
}

.title {
  font-size: 40px;
}

.app-form {
  margin-top: 10px;
}

.input-select {
  width: 252px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
}

.input-input {
  width: 245px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
  height: 18px;
}

.input-select-sex {
  width: 100px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
}

.input-select-bday-month {
  width: 90px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
}

.input-select-bday-day {
  width: 50px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
}

.input-select-bday-year {
  width: 60px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
}

.col-spacer {
  width: 30px !important;
}

.label {
  color: #275981;
  padding: 0px 0px 3px 0px;
  font-weight: bold;
  font-size: 11px;
}

.input-areaphone {
  width: 30px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  height: 18px;
  font-size: 11px;
}

.input-prefixphone {
  width: 30px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  height: 18px;
  font-size: 11px;
}

.input-suffixphone {
  width: 50px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  height: 18px;
  font-size: 11px;
}

.input-zipcode {
  width: 80px;
  color: #275981;
  border: solid 1px #cccccc;
  padding: 0px 0px 0px 5px;
  height: 18px;
  font-size: 11px;
}

.zip-place {
  font-size: 11px;
  font-style: italic;
  width: 150px;
  color: #ff0000;
  height: 18px;
  padding: 0px 0px 0px 5px;
  font-size: 11px;
}

.bottom-content-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #275981;
  line-height: 20px;
  padding: 0px 0px 8px 0px;
  background: transparent url(../img/title_underline.png) bottom left no-repeat;
}

.bottom-content-content {
  float: left;
  line-height: 18px;
  width: 160px;
  padding-top: 10px;
  padding-right: 8px;
}

.testimonial-name {
  color: #275981;
  line-height: 18px;
  font-weight: bold;
  width: 160px;
  padding-top: 5px;
}

.testimonial-course {
  color: #666666;
  line-height: 15px;
  font-weight: bold;
  font-style: italic;
  width: 160px;
}

.testimonial-content {
  line-height: 18px;
  font-style: italic;
  text-align: left;
  width: 160px;
}

.testimonial-content-becas {
  line-height: 18px;
  text-align: left;
  width: 160px;
}

.left-content-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #275981;
  line-height: 14px;
  padding: 0px 0px 4px 0px;
  background: transparent url(../img/title_underline_reverse.png) bottom right no-repeat;
}

.left-content-content {
  line-height: 18px;
  margin: 8px 0px 10px 0px;
}

.funiber-title {
  color: #275981;
  font-weight: bold;
}

.title-education {
  text-transform: uppercase;
  color: #ffffff;
  min-height: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 2px 35px;
  background: #de4747 url(../img/left_title_bg1.png) top left no-repeat;
}

.title-doctorate {
  text-transform: uppercase;
  color: #ffffff;
  min-height: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 2px 35px;
  background: #ffb80e url(../img/left_title_bg2.png) top left no-repeat;
}

.title-management {
  text-transform: uppercase;
  color: #ffffff;
  min-height: 26px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  padding: 4px 0px 2px 35px;
  background: #4d99ff url(../img/left_title_bg3.png) top left no-repeat;
}

.title-health {
  text-transform: uppercase;
  color: #ffffff;
  min-height: 26px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0px 0px 0px 0px;
  padding: 4px 0px 2px 35px;
  background: #6ed555 url(../img/left_title_bg4.png) top left no-repeat;
}

.content-menu-list {
  padding: 4px 2px 2px 35px;
  font-weight: bold;
  background: transparent url(../img/left_content_bg.png) top left repeat-y;
}

.content-menu-list ul li {
  list-style-type: none;
  margin: -5px 10px 10px -40px;
}

.li_spacer_line {
  list-style-type: none;
  margin: -5px 10px 10px -40px;
  border-top: solid 1px #cccccc;
  border-right: solid 0px;
  border-bottom: solid 0px;
  border-left: solid 0px;
}

.form_error {
  width: 100%;
  color: #ff0000;
  background: #ffffcc;
  font-weight: bold;
  border: solid 1px #ffcccc;
  padding: 3px;
  margin: 2px;
  display: none;
}

.required {
  color: #ff0000;
  font-weight: bold;
}

a:active.a-menu-title,
a:link.a-menu-title,
a:visited.a-menu-title {
  color: #fff;
}

a:active.a-menu-items,
a:link.a-menu-items,
a:visited.a-menu-items {
  color: #666666;
}

a:hover.a-menu-items {
  color: #275981;
}

.left-content-education-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 30px;
  padding: 10px 0px 4px 0px;
  background: transparent url(../img/title_underline-red.png) top left no-repeat;
}

.left-content-education-title-pink {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 30px;
  padding: 10px 0px 4px 0px;
  background: transparent url(../img/title_underline-pink.png) top left no-repeat;
}

.left-content-education-title-yellow {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 30px;
  padding: 10px 0px 4px 0px;
  background: transparent url(../img/title_underline.png) top left no-repeat;
}

.left-content-education-title-blue {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  padding: 10px 0px 4px 0px;
  background: transparent url(../img/title_underline-blue.png) top left no-repeat;
}

.left-content-education-title-green {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  line-height: 30px;
  padding: 10px 0px 4px 0px;
  background: transparent url(../img/title_underline-green.png) top left no-repeat;
}

.left-content-education-content {
  border-left: solid 0px #ccc;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 0px;
  float: left;
}

.left-item-page {
  float: left;
  width: 320px;
}

.bar-education-page {
  width: 24px;
  min-height: 100px;
  float: left;
  background: #db0015 url(../img/red_bar_page_bg.png) top left no-repeat;
}

.bar-education-page-nogfx {
  width: 24px;
  min-height: 10px;
  float: left;
}

.bar-education-page-spanish {
  width: 24px;
  min-height: 10px;
  float: left;
  background: #de4747 url(../img/pink_bar_page_bg.png) top left no-repeat;
}

.bar-education-page-doctorate {
  width: 24px;
  min-height: 10px;
  float: left;
  background: #ffb80e url(../img/yellow_bar_page_bg.png) top left no-repeat;
}

.bar-scholarship-page-becas {
  width: 24px;
  min-height: 10px;
  float: left;
  background: #4d99ff url(../img/blue_bar_page_bg.png) top left no-repeat;
}

.bar-salud-page {
  width: 24px;
  min-height: 10px;
  float: left;
  background: #ffb80e url(../img/green_bar_page_bg.png) top left no-repeat;
}

.content-education-page {
  width: 266px;
  float: left;
  padding: 4px 4px 4px 25px;
  border-top: solid 1px #ccc;
}

.main-course-title {
  line-height: 30px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
}

.scholarship-title {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.empresa-title {
  line-height: 20px !important;
  font-size: 16px;
  font-weight: bold;
  float: left;
  padding: 5px 0px 5px 0px;
}

.sub-course-title {
  color: #666666;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: text-bottom;
  text-transform: uppercase;
}

.sub-sub-course-title {
  color: #666666;
  line-height: 18px;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  padding-left: 30px;
}

.tag-course-title {
  width: 100%;
  line-height: 14px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0px 5px 0px 0px;
}

.tag-course-title-page {
  line-height: 16px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 5px 15px 0px;
  float: left;
}

.course-details-title {
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  float: left;
  width: 100%;
}

a.funiber-org-link:visited,
a.funiber-org-link:link,
a.funiber-org-link:active {
  color: #0de0ff;
}

a.funiber-org-link:hover {
  color: #ffffff;
}

.testimonial-video {
  width: 160px;
  height: 122px;
  display: block;
  border: 1px;
}

#video-1, #video-2 {
  border: solid 1px #666;
}

.small-note {
  float: right;
  margin-top: 3px;
  margin-right: 4px;
  
}

#video-1 {
  width: 160px !important;
  height: 122px !important;
  display: block;
}

#video-1_api {
  width: 160px !important;
  height: 122px !important;  
}

#video-2 {
  width: 160px !important;
  height: 122px !important;
  display: block;
}

#video-2_api {
  width: 160px !important;
  height: 122px !important;  
}
