/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e20 #content .header {
  background: url(/web/img/form/work-with-us-head.png) !important;
  width: 1024px;
  height: 206px;
}
body.e20 .right .contact {
  margin-top: 20px;
  padding-right: 31px;
  padding-left: 31px;
  padding-top: 27px;
  padding-bottom: 27px;
  background: #e6e6e6;
}
body.e20 .right .contact .message {
  font-size: 0.68em;
  text-align: center;
}
body.e20 .right .contact .text2 {
  padding-top: 60px;
  font-size: 0.68em;
  color: #666;
}
body.e20 .right .contact .text2 p a {
  text-decoration: none;
}
body.e20 .right .contact .form {
  background: white;
  padding-bottom: 10px;
  padding-top: 10px;
}
body.e20 .right .contact .form form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.e20 .right .contact .form form ul li {
  color: #77797b;
  padding-left: 20px;
  padding-top: 4px;
  float: left;
  width: 320px;
}
body.e20 .right .contact .form form ul li.half {
  width: 150px;
}
body.e20 .right .contact .form form ul li.half input {
  width: 130px;
  background: url(/web/img/form/input_122.png) no-repeat;
}
body.e20 .right .contact .form form ul li.full, body.e20 .right .contact .form form ul li.full input {
  width: 600px;
}
body.e20 .right .contact .form form ul li.full input, body.e20 .right .contact .form form ul li.full input input {
  width: 640px;
}
body.e20 .right .contact .form form ul li.full textarea, body.e20 .right .contact .form form ul li.full input textarea {
  width: 640px;
  height: 110px;
  max-width: 640px;
  max-height: 110px;
}
body.e20 .right .contact .form form ul li .radiochoice {
  font-size: 0.68em;
  color: #77797b;
  text-transform: uppercase;
}
body.e20 .right .contact .form form ul li label {
  display: block;
  color: #147974;
  font-size: 0.68em;
  text-transform: uppercase;
}
body.e20 .right .contact .form form ul li input {
  width: 300px;
  border: 0;
  height: 25px;
}
body.e20 .right .contact .form form ul li input[type="text"] {
  background: url(/web/img/form/input_302.png) no-repeat;
}
body.e20 .right .contact .form form ul li input[type="submit"] {
  background: url(/web/img/form/submit.png) no-repeat;
  width: 214px;
  height: 25px;
  color: white;
  font-size: 0.9em;
}
body.e20 .right .contact .form form ul li input[type="radio"] {
  width: auto !important;
  height: auto !important;
}
body.e20 .right .contact .form form ul li textarea {
  border: 0;
  background: url(/web/img/form/textarea.png) no-repeat;
}
body.e20 .right .contact .form form ul li hr {
  width: 96%;
  align: center;
  border: 0;
  border-bottom: black 1px dotted;
}
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e27 div#content .shadow-content .right {
  padding-right: 0;
}
body.e27 div#content .shadow-content .right .details {
  min-height: 0;
  height: auto;
  _height: auto;
}
body.e27 div#content .shadow-content .right .list {
  padding-top: 40px;
}
body.e27 div#content .shadow-content .right .list .item {
  padding-left: 20px;
  background-color: #eaeaea;
  padding-top: 5px;
  padding-bottom: 5px;
}
body.e27 div#content .shadow-content .right .list .item.odd {
  background-color: white;
}
body.e27 div#content .shadow-content .right .list .item span {
  float: right;
  font-weight: bold;
  padding-right: 20px;
}
body.e27 div#content .shadow-content .right .list .item.selected a {
  color: #147974;
}
body.e27 div#content .shadow-content .right .list .item span {
  float: right;
  font-weight: bold;
  padding-right: 20px;
}
body.e27 div#content .shadow-content .right .list .item a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 21px;
}
body.e27 div#content .shadow-content .right .html {
  margin-top: 20px;
  padding: 26px;
  background: #eaeaea;
}
body.e27 div#content .shadow-content .right .html .content {
  background-color: white;
  display: none;
  font-size: 0.8em;
  color: #333333;
  padding: 10px;
}
body.e27 div#content .shadow-content .right .html .content:first-child {
  display: block;
}
body.e27 div#content .shadow-content .right .html .content h1 {
  font-size: 1.8em;
  text-transform: uppercase;
  color: #147974;
  font-weight: normal;
}
body.e27 div#content .shadow-content .right .html .content strong {
  font-weight: bold;
}
body.e27 div#content .shadow-content .right .html .content p {
  margin-top: 10px;
}
body.e27 div#content .shadow-content .right .html .content a {
  color: #147974;
  font-weight: bold;
  text-decoration: none;
}
body.e27 div#content .shadow-content .right .html .content ul {
  width: 90%;
  margin-left: 20px;
  padding: 0;
  list-style: none;
  border-top: #333 1px dotted;
}
body.e27 div#content .shadow-content .right .html .content ul li {
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: #333 1px dotted;
  color: #147974;
}
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e23 div#content .shadow-content .right {
  padding-right: 0;
}
body.e23 div#content .shadow-content .right .details {
  min-height: 0;
  height: auto;
  _height: auto;
}
body.e23 div#content .shadow-content .right .list {
  padding-top: 40px;
}
body.e23 div#content .shadow-content .right .list .item {
  padding-left: 20px;
  background-color: #eaeaea;
}
body.e23 div#content .shadow-content .right .list .item.odd {
  background-color: white;
}
body.e23 div#content .shadow-content .right .list .item.selected a {
  color: #147974;
}
body.e23 div#content .shadow-content .right .list .item a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 21px;
}
body.e23 div#content .shadow-content .right .html {
  margin-top: 20px;
  padding: 26px;
  background: #eaeaea;
}
body.e23 div#content .shadow-content .right .html .content {
  background-color: white;
  display: none;
  font-size: 0.8em;
  color: #333333;
  padding: 43px;
}
body.e23 div#content .shadow-content .right .html .content:first-child {
  display: block;
}
body.e23 div#content .shadow-content .right .html .content .left_block {
  float: left;
  width: 303px;
}
body.e23 div#content .shadow-content .right .html .content .right_block {
  float: right;
  width: 295px;
}
body.e23 div#content .shadow-content .right .html .content .newslist {
  background: url(/web/img/ideko_news/background.png);
  padding: 10px;
}
body.e23 div#content .shadow-content .right .html .content .newslist .i {
  padding-top: 5px;
  padding-bottom: 5px;
}
body.e23 div#content .shadow-content .right .html .content .newslist.n1 .img {
  width: 170px;
  height: 90px;
  overflow: hidden;
}
body.e23 div#content .shadow-content .right .html .content .newslist.n2 .img {
  width: 52px;
  height: 75px;
  overflow: hidden;
}
body.e23 div#content .shadow-content .right .html .content .newslist.n3 .img {
  display: none;
}
body.e23 div#content .shadow-content .right .html .content .newslist.n4 .img, body.e23 div#content .shadow-content .right .html .content .newslist.n5 .img {
  float: none;
  width: 275px;
  height: 158px;
  overflow: hidden;
}
body.e23 div#content .shadow-content .right .html .content .newslist .img {
  float: left;
  margin-right: 6px;
}
body.e23 div#content .shadow-content .right .html .content .newslist .ti {
  color: #1d3632;
  font-weight: bold;
  font-size: 0.9em;
}
body.e23 div#content .shadow-content .right .html .content .newslist .te {
  color: #686e6f;
  font-size: 0.85em;
}
body.e23 div#content .shadow-content .right .html .content .newslist .te a {
  text-decoration: none;
  color: #3F5C57;
  font-weight: bold;
}
body.e23 div#content .shadow-content .right .html .content .newslist .moar {
  border-top: #CCC 1px dotted;
  border-bottom: #CCC 1px dotted;
  text-align: right;
  padding-top: 3px;
}
body.e23 div#content .shadow-content .right .html .content .newslist .moar a {
  padding-right: 30px;
  padding-left: 20px;
  background: url(/web/img/ideko_news/arrow.png) left center no-repeat;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  color: #3f5c57;
}
body.e23 div#content .shadow-content .right .html .content .head1 {
  width: 605px;
  height: 235px;
  background: url(/web/img/ideko_news/head.png) no-repeat;
}
body.e23 div#content .shadow-content .right .html .content .head1 p {
  color: #FFF;
  padding-top: 208px;
  padding-right: 80px;
  text-transform: uppercase;
  font-size: 1.2em;
}
body.e23 div#content .shadow-content .right .html .content .head1 p span {
  font-size: 0.8em;
}
body.e23 div#content .shadow-content .right .html .content .head2 {
  width: 303px;
  height: 44px;
  background: url(/web/img/ideko_news/head2.png) no-repeat;
}
body.e23 div#content .shadow-content .right .html .content .head2 p {
  color: #FFF;
  padding-top: 16px;
  padding-left: 60px;
  text-transform: uppercase;
  font-size: 1em;
}
body.e23 div#content .shadow-content .right .html .content .head3 {
  width: 295px;
  height: 44px;
  padding-top: 2px;
  background: url(/web/img/ideko_news/head3.png) 0 2px no-repeat;
}
body.e23 div#content .shadow-content .right .html .content .head3 p {
  color: #FFF;
  padding-top: 14px;
  padding-right: 60px;
  text-transform: uppercase;
  font-size: 1em;
}
body.e23 div#content .shadow-content .right .html .content .head4 {
  width: 295px;
  height: 52px;
  background: url(/web/img/ideko_news/head4.png) no-repeat;
}
body.e23 div#content .shadow-content .right .html .content .head4 p {
  color: #FFF;
  padding-top: 21px;
  padding-right: 60px;
  text-transform: uppercase;
  font-size: 1em;
}
body.e23 div#content .shadow-content .right .html .content .head5 {
  width: 295px;
  height: 49px;
  background: url(/web/img/ideko_news/head5.png) no-repeat;
}
body.e23 div#content .shadow-content .right .html .content .head5 p {
  color: #FFF;
  padding-top: 17px;
  padding-right: 60px;
  text-transform: uppercase;
  font-size: 1em;
}
/* NEWS */
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e25 div#content div.header {
  background: url(/web/img/news/header.png) no-repeat;
  width: 1024px;
  height: 206px;
}
body.e25 div#content div.shadow-content.news div.head {
  width: 535px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 209px;
  padding-bottom: 30px;
}
body.e25 div#content div.shadow-content.news div.head .background {
  -webkit-border-top-left-radius: 9px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 9px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 9px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
body.e25 div#content div.shadow-content.news div.head .background div {
  padding-left: 20px;
  padding-top: 10px;
}
body.e25 div#content div.shadow-content.news div.head .background h1 {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  margin-left: 20px;
}
body.e25 div#content div.shadow-content.news div.news_pages ul {
  list-style: none;
  padding: 0;
  padding-right: 20px;
  font-size: 0.8em;
}
body.e25 div#content div.shadow-content.news div.news_pages ul li {
  display: inline;
}
body.e25 div#content div.shadow-content.news div.news_pages ul li a {
  color: black;
  text-decoration: none;
}
body.e25 div#content div.shadow-content.news div.news_pages ul li.selected a {
  color: #09c5ba;
}
body.e25 div#content div.shadow-content.news div.news_pages ul li:before {
  content: ' | ';
}
body.e25 div#content div.shadow-content.news div.news_pages ul li:first-child:before {
  content: '';
}
body.e25 div#content div.shadow-content.news div.newslist {
  padding-top: 0;
  padding-right: 0;
}
body.e25 div#content div.shadow-content.news div.newslist .item {
  position: relative;
  font-size: 0.75em;
  margin-top: -10px;
}
body.e25 div#content div.shadow-content.news div.newslist .item.odd .summary, body.e25 div#content div.shadow-content.news div.newslist .item.odd .full {
  background: #fdfdfd;
}
body.e25 div#content div.shadow-content.news div.newslist .item:first-child {
  margin-top: 0;
}
body.e25 div#content div.shadow-content.news div.newslist .item:first-child .summary {
  padding-top: 0;
}
body.e25 div#content div.shadow-content.news div.newslist .item:first-child .summary img.link {
  top: 0;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.summary {
  color: #2e3136;
  background: #f0f0f1;
  padding-top: 10px;
  height: 127px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 9px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 9px;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.summary img.link {
  position: absolute;
  left: 0;
  top: 10px;
  width: 744px;
  height: 127px;
  z-index: 0;
  cursor: pointer;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.summary div.left {
  z-index: 2;
  width: 535px;
  padding-right: 0;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.summary div.left .date {
  padding-top: 24px;
  padding-left: 20px;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.summary div.left .title {
  color: #009999;
  text-transform: uppercase;
  padding-left: 20px;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.summary div.left .text {
  padding-left: 20px;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.summary div.right {
  float: right;
  width: 209px;
  height: 127px;
  padding: 0;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.full {
  display: none;
  color: #2e3136;
  background: #f0f0f1;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 9px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 9px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 9px;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.full.nohide {
  display: block !important;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.full:first-child {
  padding-top: 0;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.full .date {
  padding-top: 24px;
  padding-left: 20px;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.full .title {
  color: #009999;
  text-transform: uppercase;
  padding-left: 20px;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.full .text {
  padding-left: 20px;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.full .text a {
  color: black;
}
body.e25 div#content div.shadow-content.news div.newslist .item div.full img {
  max-width: 500px;
}
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e24 div#content .shadow-content .right {
  padding-right: 0;
}
body.e24 div#content .shadow-content .right .details {
  min-height: 0;
  height: auto;
  _height: auto;
}
body.e24 div#content .shadow-content .right .list {
  padding-top: 40px;
}
body.e24 div#content .shadow-content .right .list .item {
  padding-left: 20px;
  background-color: #eaeaea;
}
body.e24 div#content .shadow-content .right .list .item.odd {
  background-color: white;
}
body.e24 div#content .shadow-content .right .list .item.selected a {
  color: #147974;
  font-size: 0.75em;
}
body.e24 div#content .shadow-content .right .list .item a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 21px;
}
body.e24 div#content .shadow-content .right .html {
  margin-top: 20px;
  padding: 26px;
  background: #eaeaea;
}
body.e24 div#content .shadow-content .right .html .content {
  background-color: white;
  display: none;
  font-size: 0.8em;
  color: #333333;
  padding: 10px;
}
body.e24 div#content .shadow-content .right .html .content:first-child {
  display: block;
}
body.e24 div#content .shadow-content .right .html .content h1 {
  font-size: 1.8em;
  text-transform: uppercase;
  color: #147974;
  font-weight: normal;
}
body.e24 div#content .shadow-content .right .html .content h2 {
  font-size: 1em;
  color: #147974;
}
body.e24 div#content .shadow-content .right .html .content strong {
  font-weight: bold;
}
body.e24 div#content .shadow-content .right .html .content p {
  margin-top: 10px;
}
body.e24 div#content .shadow-content .right .html .content a {
  color: #147974;
  font-weight: bold;
  text-decoration: none;
}
body.e24 div#content .shadow-content .right .html .content ul {
  width: 90%;
  margin-left: 20px;
  padding: 0;
  list-style: none;
  border-top: #333 1px dotted;
}
body.e24 div#content .shadow-content .right .html .content ul li {
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-bottom: #333 1px dotted;
  color: #147974;
}
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e26 div#content .shadow-content .right {
  padding-right: 0;
}
body.e26 div#content .shadow-content .right .details {
  min-height: 0;
  height: auto;
  _height: auto;
}
body.e26 div#content .shadow-content .right .list {
  padding-top: 40px;
}
body.e26 div#content .shadow-content .right .list .item {
  padding-left: 20px;
  background-color: #eaeaea;
}
body.e26 div#content .shadow-content .right .list .item.odd {
  background-color: white;
}
body.e26 div#content .shadow-content .right .list .item.selected a {
  color: #147974;
}
body.e26 div#content .shadow-content .right .list .item a {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 21px;
}
body.e26 div#content .shadow-content .right .list .item .info {
  float: right;
  border-left: white 2px solid;
  padding-right: 30px;
  padding-left: 10px;
  width: 100px;
}
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e15 #content .shadow-content div.right div.details p, body.e31 #content .shadow-content div.right div.details p, body #content .shadow-content div.right div.details p {
  margin-top: 10px;
}
body.e15 #content .shadow-content div.right div.details p:first-child, body.e31 #content .shadow-content div.right div.details p:first-child, body #content .shadow-content div.right div.details p:first-child {
  font-size: 1.12em;
  color: #2c8782;
}
body.e15 #content .shadow-content div.right div.details p.last, body.e31 #content .shadow-content div.right div.details p.last, body #content .shadow-content div.right div.details p.last {
  color: #2c8782;
  font-size: 1.4em;
}
body.e15 #content .shadow-content div.right div.more div.head, body.e31 #content .shadow-content div.right div.more div.head, body #content .shadow-content div.right div.more div.head {
  cursor: pointer;
  margin-top: 5px;
}
body.e15 #content .shadow-content div.right div.more div.content, body.e31 #content .shadow-content div.right div.more div.content, body #content .shadow-content div.right div.more div.content {
  display: none;
}
body.e15 #content .shadow-content div.right div.more .years_helper, body.e31 #content .shadow-content div.right div.more .years_helper, body #content .shadow-content div.right div.more .years_helper {
  padding-top: 10px;
  text-align: right;
  font-size: 0.65em;
  color: #666;
}
body.e15 #content .shadow-content div.right div.more .years_helper a, body.e31 #content .shadow-content div.right div.more .years_helper a, body #content .shadow-content div.right div.more .years_helper a {
  color: #666;
  text-decoration: none;
  text-transform: uppercase;
}
body.e15 #content .shadow-content div.right div.more div.foot, body.e31 #content .shadow-content div.right div.more div.foot, body #content .shadow-content div.right div.more div.foot {
  font-size: 0.8em;
  color: #6d6d6d;
}
body.e15 #content .shadow-content div.right div.more div.foot h2, body.e31 #content .shadow-content div.right div.more div.foot h2, body #content .shadow-content div.right div.more div.foot h2 {
  color: #2c8782;
}
body.e30 #content .shadow-content .years.projects .level0 {
  color: #2C8782;
  font-size: 1.4em;
  height: auto;
  background: white;
}
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e19 #content .shadow-content .right .map-container {
  background: #f9f9f9;
}
body.e19 #content .shadow-content .right .map-container .l {
  float: left;
  padding-top: 178px;
  padding-left: 15px;
  font-size: 0.8em;
}
body.e19 #content .shadow-content .right .map-container .l .button {
  background: url(/web/img/especializacion/video_button.png) no-repeat;
  width: 214px;
  height: 25px;
  margin: 10px;
  margin-left: -10px;
}
body.e19 #content .shadow-content .right .map-container .l .button span a {
  font-size: 0.75em;
  line-height: 25px;
  color: white;
  padding-left: 20px;
  text-transform: uppercase;
}
body.e19 #content .shadow-content .right .map-container .map {
  float: right;
  padding: 10px 0 6px 10px;
  background: #e5e5e5;
}
body.e19 #content .shadow-content .right .addresses {
  padding-top: 10px;
}
body.e19 #content .shadow-content .right .addresses .add {
  position: relative;
  width: 173px;
  min-height: 282px;
  _height: 282px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  border-top: black 1px dotted;
  border-left: black 1px dotted;
  border-bottom: black 1px dotted;
  padding-left: 6px;
  padding-right: 6px;
}
body.e19 #content .shadow-content .right .addresses .add h3 {
  text-transform: uppercase;
  font-size: 0.68em;
  font-weight: normal;
  color: #24837d;
}
body.e19 #content .shadow-content .right .addresses .add div {
  font-size: 0.68em;
}
body.e19 #content .shadow-content .right .addresses .add:first-child {
  border-left: 0;
}
.work-message {
    position: absolute;
    margin-left: -300px;
    margin-top: -173px;
    width: 600px;
    height: 346px;
    left: 50%;
    top: 50%;
    background: url(/web/img/work-message.png) center center no-repeat;
    font-family: helvetica, sans-serif;
    color: #2e3136;
    z-index: 999;
    text-align: left;
}

.work-message h2 {
    text-transform: uppercase;
    padding-top: 55px;
    padding-left: 30px;
    padding-right: 95px;
    font-size: 1.8em;
}

.work-message .info {
    padding-left: 30px;
    padding-right: 95px;
    font-size: 1.1em;
}

.work-message .close {
    position: absolute;
    right: 40px;
    bottom: 30px;
    font-size: 0.8em;
}

.work-message .close a {
    text-decoration: none;
    color: #666;
}/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e140 #content .header {
  background: url(/web/img/form/work-with-us-head.png) !important;
  width: 1024px;
  height: 206px;
}
body.e140 .right .contact {
  margin-top: 20px;
  padding-right: 31px;
  padding-left: 31px;
  padding-top: 27px;
  padding-bottom: 27px;
  background: #e6e6e6;
}
body.e140 .right .contact .message {
  font-size: 0.68em;
  text-align: center;
}
body.e140 .right .contact .text2 {
  padding-top: 60px;
  font-size: 0.68em;
  color: #666;
}
body.e140 .right .contact .text2 p a {
  text-decoration: none;
}
body.e140 .right .contact .form {
  background: white;
  padding-bottom: 10px;
  padding-top: 10px;
}
body.e140 .right .contact .form form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
body.e140 .right .contact .form form ul li {
  color: #77797b;
  padding-left: 20px;
  padding-top: 4px;
  float: left;
  width: 320px;
}
body.e140 .right .contact .form form ul li.half {
  width: 150px;
}
body.e140 .right .contact .form form ul li.half input {
  width: 130px;
  background: url(/web/img/form/input_122.png) no-repeat;
}
body.e140 .right .contact .form form ul li.full, body.e140 .right .contact .form form ul li.full input {
  width: 600px;
}
body.e140 .right .contact .form form ul li.full input, body.e140 .right .contact .form form ul li.full input input {
  width: 640px;
}
body.e140 .right .contact .form form ul li.full textarea, body.e140 .right .contact .form form ul li.full input textarea {
  width: 640px;
  height: 64px;
}
body.e140 .right .contact .form form ul li .radiochoice {
  font-size: 0.68em;
  color: #77797b;
  text-transform: uppercase;
}
body.e140 .right .contact .form form ul li label {
  display: block;
  color: #147974;
  font-size: 0.68em;
  text-transform: uppercase;
}
body.e140 .right .contact .form form ul li input {
  width: 300px;
  border: 0;
  height: 25px;
}
body.e140 .right .contact .form form ul li input[type="text"] {
  background: url(/web/img/form/input_302.png) no-repeat;
}
body.e140 .right .contact .form form ul li input[type="submit"] {
  background: url(/web/img/form/submit.png) no-repeat;
  width: 214px;
  height: 25px;
  color: white;
  font-size: 0.9em;
}
body.e140 .right .contact .form form ul li input[type="radio"] {
  width: auto !important;
  height: auto !important;
}
body.e140 .right .contact .form form ul li textarea {
  border: 0;
  background: url(/web/img/form/textarea.png) no-repeat;
}
body.e140 .right .contact .form form ul li hr {
  width: 96%;
  align: center;
  border: 0;
  border-bottom: black 1px dotted;
}
.top-bar {
	height: 26px;
}

div.window {
	position: relative;
}

div.banners {
	position: relative;
	overflow: hidden;
}

.logo img{
	position: absolute;
	position: relative;
	z-index: 1;
}body.e3 #content .header, body.p3 #content .header, body.p210 #content .header {
  background: url(/web/img/head/ideko.jpg) no-repeat !important;
}
body.e3 #content .header .header_subtitle, body.p3 #content .header .header_subtitle, body.p210 #content .header .header_subtitle {
  color: #FFF;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 70px;
  margin-right: 60px;
  line-height: 25px;
}
body.e3 #content .header .header_description, body.p3 #content .header .header_description, body.p210 #content .header .header_description {
  color: #FFF;
  font-size: 0.8em;
  margin-top: 5px;
  margin-right: 60px;
  line-height: 14px;
  font-weight: bold;
}
body.e4 #content .header, body.p4 #content .header {
  background: url(/web/img/head/nuestra_especializacion.jpg) no-repeat !important;
}
body.e4 #content .header .header_subtitle, body.p4 #content .header .header_subtitle {
  color: #FFF;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 70px;
  margin-right: 60px;
  line-height: 25px;
}
body.e4 #content .header .header_description, body.p4 #content .header .header_description {
  color: #FFF;
  font-size: 0.8em;
  margin-top: 5px;
  margin-right: 60px;
  line-height: 14px;
  font-weight: bold;
}
body.e5 #content .header,
body.p5 #content .header,
body.p40 #content .header,
body.p223 #content .header {
  background: url(/web/img/head/idi.jpg) no-repeat !important;
}
body.e5 #content .header .header_subtitle,
body.p5 #content .header .header_subtitle,
body.p40 #content .header .header_subtitle,
body.p223 #content .header .header_subtitle {
  color: #FFF;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 70px;
  margin-right: 60px;
  line-height: 25px;
}
body.e5 #content .header .header_description,
body.p5 #content .header .header_description,
body.p40 #content .header .header_description,
body.p223 #content .header .header_description {
  color: #FFF;
  font-size: 0.8em;
  margin-top: 5px;
  margin-right: 60px;
  line-height: 14px;
  font-weight: bold;
}
body.e6 #content .header, body.p6 #content .header {
  background: url(/web/img/head/instalaciones_y_equipamiento.jpg) no-repeat !important;
}
body.e6 #content .header .header_subtitle, body.p6 #content .header .header_subtitle {
  color: #FFF;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 70px;
  margin-right: 60px;
  line-height: 25px;
}
body.e6 #content .header .header_description, body.p6 #content .header .header_description {
  color: #FFF;
  font-size: 0.8em;
  margin-top: 5px;
  margin-right: 60px;
  line-height: 14px;
  font-weight: bold;
}
body.e7 #content .header, body.p7 #content .header {
  background: url(/web/img/head/newspublis.jpg) no-repeat !important;
}
body.e7 #content .header .header_subtitle, body.p7 #content .header .header_subtitle {
  color: #FFF;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 70px;
  margin-right: 60px;
  line-height: 25px;
}
body.e7 #content .header .header_description, body.p7 #content .header .header_description {
  color: #FFF;
  font-size: 0.8em;
  margin-top: 5px;
  margin-right: 60px;
  line-height: 14px;
  font-weight: bold;
}
body.e25 #content .header, body.p25 #content .header {
  background: url(/web/img/head/newspublis.jpg) no-repeat !important;
}
body.e25 #content .header .header_subtitle, body.p25 #content .header .header_subtitle {
  color: #FFF;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 70px;
  margin-right: 60px;
  line-height: 25px;
}
body.e25 #content .header .header_description, body.p25 #content .header .header_description {
  color: #FFF;
  font-size: 0.8em;
  margin-top: 5px;
  margin-right: 60px;
  line-height: 14px;
  font-weight: bold;
}
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e18 #content .shadow-content .right.organization .details {
  min-height: 0;
  _height: auto;
}
body.e18 #content .shadow-content .right.organization .more .head {
  width: 435px;
  height: 36px;
  line-height: 36px;
  background: #f5f5f5;
  color: black;
  font-size: 1.1em;
  margin-top: 50px;
}
body.e18 #content .shadow-content .right.organization .more .list .p {
  width: 435px;
  border-top: black 1px dotted;
  padding-left: 20px;
  padding-top: 6px;
  padding-bottom: 4px;
}
body.e18 #content .shadow-content .right.organization .more .list .p h3 {
  font-size: 1.06em;
  line-height: 1em;
  color: #2c8782;
  margin: 0;
  font-weight: normal;
}
body.e18 #content .shadow-content .right.organization .more .list .p span {
  color: #333333;
  font-size: 0.6em;
}
body.e45 div.details div.description p{display:block;margin-top:8px !important;}body.e45 div.details div.description p.str{font-size:1.1em !important;color:#2c8782;}
body.e45 div.more{padding-right:20px !important;}body.e45 div.more div.graphs div.graph{margin-top:10px;position:relative;height:363px;float:left;}body.e45 div.more div.graphs div.graph img{position:absolute;left:0;top:0;z-index:1;}
body.e45 div.more div.graphs div.graph div.title{position:absolute;left:0;top:0;text-transform:uppercase;color:black;white-space:nowrap;z-index:2;line-height:28px;padding-left:20px;}
body.e45 div.more div.stats1{color:#39807c;}body.e45 div.more div.stats1 div.l{float:left;padding-right:6px;}body.e45 div.more div.stats1 div.l span{font-size:1em;line-height:58px;vertical-align:top;}
body.e45 div.more div.stats1 div.l strong{font-size:3.8em;line-height:55px;}
body.e45 div.more div.stats1 div.r{float:left;font-size:0.9em;}body.e45 div.more div.stats1 div.r div.t{font-weight:bold;}
body.e45 div.more div.stats1 div.r div.m{font-size:0.8em;}
body.e45 div.more div.stats1 div.r div.b{padding-top:3px;color:black;font-weight:bold;}
body.e45 div.more div.stats2 .stat{position:relative;width:130px;display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;padding-left:35px;color:#39807c;font-size:0.75em;}body.e45 div.more div.stats2 .stat span{font-size:0.6em !important;}
body.e45 div.more div.stats2 .stat strong{font-size:2.3em;}
body.e45 div.more div.stats3{margin-right:-20px;padding-bottom:10px;}body.e45 div.more div.stats3 div.title{position:relative;width:230px;display:-moz-inline-stack;display:inline-block;vertical-align:top;zoom:1;*display:inline;padding-left:10px;color:#39807c;text-align:left;line-height:28px;}body.e45 div.more div.stats3 div.title div{padding-left:20px;font-size:0.8em;}
body.e45 div.more div.stats3 div.title div.bg{color:black;background:#ebebeb;text-transform:uppercase;font-size:1em;}
/* HOME */
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e1 div.shadow-content {
  padding-bottom: 10px;
}
body.e1 div.banners {
  width: 1024px;
  height: 206px;
  position: relative;
}
body.e1 div.banners div.window {
  width: 1024px;
  height: 206px;
  text-align: left;
  overflow: hidden;
}
body.e1 div.banners div.slider {
  height: 206px;
  width: 10000px;
}
body.e1 div.banners div.banner {
  position: relative;
  width: 1024px;
  min-height: 206px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  _height: 206px;
  /* IE6 */

  text-align: left;
  color: #333;
  /*
            div.band {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 64px;
                background: url(/web/img/home/band.png);
            }
*/

}
body.e1 div.banners div.banner img {
  z-index: 100;
}
body.e1 div.banners div.banner div.text {
  position: absolute;
  top: 55px;
  right: 60px;
  width: 340px;
  font-size: 0.95em;
  font-weight: bold;
}
body.e1 div.banners div.banner div.text span {
  display: block;
  font-size: 2em;
  width: 300px;
  line-height: 30px;
  font-weight: normal;
}
body.e1 div.banners div.banner div.text a {
  position: absolute;
  text-decoration: none;
  color: #FFF;
  top: 118px;
  left: 140px;
  font-size: 0.7em;
  z-index: 999;
}
body.e1 div.banners div.left_arrow {
  position: absolute;
  left: 10px;
  bottom: 0px;
  z-index: 999;
  font-size: 3em;
  color: #666;
}
body.e1 div.banners div.right_arrow {
  position: absolute;
  right: 10px;
  bottom: 0px;
  z-index: 999;
  font-size: 3em;
  color: #666;
}
div.logos {
  /* background: url(/web/img/home/logos_background.png) repeat-x; */

  height: 206px;
  line-height: 206px;
  width: 1024px;
  text-align: left;
  margin-top: 20px;
  padding-bottom: 10px;
}
div.logos div.logo {
  position: relative;
  /* width: (@width - (@items*3))/@items; */

  width: 248px;
  height: 206px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */
  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  _height: 206px;
  /* IE6 */

  text-align: left;
  padding-right: 10px;
  /* background: url(/web/img/home/logos_separator.png) no-repeat right center; */

  text-align: center;
}
div.logos div.logo.logo1 {
  width: 249px !important;
}
div.logos div.logo.logo4 {
  padding-right: 0 !important;
  width: 249px !important;
}
div.logos div.logo img {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
div.logos div.logo div.text1 {
  position: absolute;
  right: 10px;
  top: 15px;
  z-index: 2;
  font-size: 0.7em;
  height: auto;
  width: auto;
  line-height: 1em !important;
  text-align: right;
  font-weight: normal;
  color: #09c5ba;
  font-size: 0.813em;
}
div.logos div.logo div.text1 .text2 {
  padding-top: 5px;
}
div.logos div.logo div.text1 a {
  color: black;
  font-weight: normal;
}
div.logos div.logo:last-child {
  background: none;
}
div.news {
  text-align: left;
  padding-bottom: 40px;
}
div.news h2 {
  color: #666;
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  padding-left: 50px;
  font-weight: normal;
}
div.news div.view-all {
  float: right;
  line-height: 1.56em;
  padding-right: 20px;
  font-size: 0.75em;
  color: #3b3d42;
  font-weight: bold;
}
div.news div.view-all a {
  color: #3b3d42;
  text-decoration: none;
}
div.news div.view-all a:hover {
  text-decoration: underline;
}
div.news .separator {
  height: 10px;
  width: 100%;
  float: right;
}
div.news .block {
  position: relative;
  width: 486px;
  height: 216px;
}
div.news .block .slider_2 {
  width: 506px;
  height: 216px;
}
div.news .block .ndetails {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/web/img/home/news_block_bottom.jpg);
  width: 486px;
  height: 107px;
  margin-top: 109px;
}
div.news .block .ndetails .title {
  margin-top: 3px;
  padding-left: 50px;
  /*background-color: #e5e5e5;*/
  background: #e5e5e5 url(/web/img/especializacion/arrow.png) 25px center no-repeat;
  font-size: 0.75em;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}
div.news .block .ndetails .title a {
  color: #333333;
  text-decoration: none;
}
div.news .block .ndetails .title span {
  color: #333333;
  font-weight: normal;
}
div.news .block .ndetails .title a {
  color: #333333;
  text-decoration: none;
}
div.news .block .ndetails .summary {
  color: #000;
  padding-left: 25px;
  font-size: 0.75em;
  line-height: 14px;
  padding-top: 15px;
}
div.news .block .ndetails .summary p {
  margin: 0;
}
div.news .block .ndetails .summary a {
  color: #000;
  text-decoration: none;
}
div.news .block .ndetails .more_info {
  padding-left: 25px;
  padding-top: 10px;
  color: #000;
  font-size: 0.75em;
  text-transform: uppercase;
}
div.news .block .ndetails .more_info a {
  color: #000;
  text-decoration: none;
}
div.news .block .ndetails .more_info:hover {
  text-decoration: underline;
}
div.news .block.anniversary {
  /* background: url(/web/img/home/anniversary.png) right center no-repeat; */

  position: relative;
}
div.news .block.anniversary .text {
  position: absolute;
  left: 245px;
  top: 160px;
  height: 24px;
  line-height: 24px;
}
div.news .block.anniversary .text a {
  color: white;
  font-size: 0.75em;
}
div.news .block.jobs {
  background: url(/web/img/home/job_offers.png) right center no-repeat;
}
div.news .block.jobs .text10 {
  padding-top: 60px;
  padding-left: 40px;
  font-size: 1.18em;
  color: black;
  text-transform: uppercase;
  width: 40%;
}
div.news .block.jobs .text11 {
  padding-left: 40px;
  color: #666;
  text-transform: uppercase;
  font-size: 0.68em;
}
div.news .block.jobs .email {
  font-size: 1.31em;
  padding-left: 40px;
}
div.news .block.jobs .email a {
  color: #00cccc;
}
div.news .block.jobs .button {
  background: url(/web/img/home/jobs_button.png) no-repeat;
  position: relative;
  width: 160px;
  min-height: 60px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  _height: 60px;
  /* IE6 */

  text-align: center;
}
div.news .block.jobs .button a {
  color: white;
  line-height: 3em;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
}
div.news .block.jobs .button.margin {
  margin-left: 40px;
}
div.news .block.left {
  float: left;
  margin-left: 20px;
  margin-top: 15px;
}
div.news .block.right {
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}
div.news .block.sleft {
  margin-left: 0;
  width: 506px;
}
div.news .block.sright {
  margin-right: 0;
  width: 506px;
}
/* ESPECIALIZACION */
/* General */
/* Global */
.cboth {
  clear: both;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
img {
  border: 0;
}
a.goback {
  padding-left: 22px;
  background: url(/web/img/general/goback_arrow.png) left center no-repeat;
  text-decoration: none;
  cursor: pointer;
}
.acenter {
  text-align: center;
}
body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}
hr.dotted {
  border: 0;
  border-bottom: #666 1px dotted;
}
/* Header */
div.header {
  width: 1024px;
  text-align: left;
  position: relative;
  height: 30px;
  z-index: 90;
}
div.header .logo {
  position: absolute;
  left: 0;
  top: 65px;
}
div.header .links {
  position: absolute;
  right: 10px;
  top: 0;
}
div.header .links ul {
  padding: 0;
  margin: 0;
  float: right;
  vertical-align: baseline;
}
div.header .links ul li {
  display: inline;
  padding-left: 10px;
  background: url(/web/img/general/header_li_background.png) left center no-repeat;
}
div.header .links ul li .social {
  vertical-align: -4px;
  width: 19px;
  height: 19px;
}
div.header .links ul li .social.facebook {
  background: url(/web/img/general/facebook_bw.png) no-repeat;
}
div.header .links ul li .social.facebook:hover {
  background: url(/web/img/general/facebook.png) no-repeat;
}
div.header .links ul li .social.twitter {
  background: url(/web/img/general/twitter_bw.png) no-repeat;
}
div.header .links ul li .social.twitter:hover {
  background: url(/web/img/general/twitter.png) no-repeat;
}
div.header .links ul li .social.rss {
  background: url(/web/img/general/rss_bw.png) no-repeat;
}
div.header .links ul li .social.rss:hover {
  background: url(/web/img/general/rss.png) no-repeat;
}
div.header .links ul li .social.linkedin {
  background: url(/web/img/general/linkedin_bw.png) no-repeat;
}
div.header .links ul li .social.linkedin:hover {
  background: url(/web/img/general/linkedin.png) no-repeat;
}
div.header .links ul li .social.youtube {
  background: url(/web/img/general/youtube_bw.png) no-repeat;
  width: 41px !important;
}
div.header .links ul li .social.youtube:hover {
  background: url(/web/img/general/youtube.png) no-repeat;
}
div.header .links ul li:first-child {
  background: none;
}
div.header .links ul li a {
  font-family: Arial, Helvetica, SANS-SERIF;
  color: #000;
  text-transform: uppercase;
  font-size: 0.7em;
  text-decoration: none;
}
div.header .links ul li.language_switcher a.selected {
  color: #07726C;
}
div.nav {
  width: 984px;
  text-align: left;
  height: 22px;
  padding-left: 20px;
  padding-right: 20px;
}
div.nav a {
  color: #333333;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}
/* Main menu */
div.main_menu {
  width: 1024px;
  background: url(/web/img/general/main_menu_background.png) no-repeat;
  height: 34px;
  text-align: left;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 100;
}
div.main_menu ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
div.main_menu ul li {
  display: inline;
  line-height: 34px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: arial, helvetica, sans-serif;
  cursor: pointer;
}
div.main_menu ul li.selected a {
  color: #03f4e6;
}
div.main_menu ul li a {
  color: #FFF;
  font-size: 0.7em;
  font-weight: normal;
  text-decoration: none;
}
div.sitenav {
  width: 1024px;
  background: #2e3136;
  text-align: left;
}
div.sitenav .list {
  position: relative;
  width: 203.2px;
  min-height: 182px;
  _height: 182px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

  margin-top: 18px;
  border-left: #666 1px dashed;
}
div.sitenav .list:first-child {
  border-left: 0;
}
div.sitenav .list h4 {
  font-size: 0.6em;
  color: #b3b3b3;
  text-transform: uppercase;
  margin: 0;
  padding-left: 28px;
  background: url(/web/img/especializacion/arrow.png) 10px center no-repeat;
  height: 20px;
  line-height: 20px;
}
div.sitenav .list ul {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.sitenav .list ul li {
  list-style: none;
  padding-left: 28px;
}
div.sitenav .list ul li a {
  color: #CCC;
  font-size: 0.55em;
  text-transform: uppercase;
  text-decoration: none;
}
div.footer {
  width: 1024px;
  padding-top: 15px;
  text-align: right;
  font-size: 0.688em;
  color: #77797b;
}
div.footer a {
  color: #77797b;
  text-decoration: none;
}
div.footer img {
  float: left;
}
div#content div.header {
  z-index: 80;
}
div#content div.shadow-top {
  width: 1024px;
  background: url(/web/img/general/content_shadow_top.png);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content {
  width: 1024px;
  background: url(/web/img/general/content_shadow_background.png);
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 0;
}
div#content div.shadow-content table {
  font-size: 0.8em;
}
div#content div.shadow-content table th {
  background-color: #666666;
  color: #FFF;
  padding-left: 20px !important;
}
div#content div.shadow-content table td {
  padding-left: 20px !important;
  color: #666666;
}
div#content div.shadow-content ul.projects {
  font-size: 0.8em;
}
div#content div.shadow-bottom {
  width: 1024px;
  background: url(/web/img/general/content_shadow_bottom.png) bottom center no-repeat;
  padding-top: 0;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 18px;
}
div#content div.top-bar {
  background: url(/web/img/general/content_top_gray_bar.png) no-repeat;
  line-height: 26px;
  font-size: 0.7em;
  text-transform: uppercase;
  color: black;
}
div#content div.top-bar a.goback {
  margin-left: 30px;
  color: black;
}
div#content div.top-bar ul.options {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-right: 30px;
  float: right;
}
div#content div.top-bar ul.options li {
  display: inline;
  padding-right: 14px;
}
div#content div.top-bar ul.options li a {
  text-decoration: none;
  color: black;
}
.arrow.margin {
  margin-left: 20px;
}
.box_list {
  /*
	.ik4 {
		.text {padding-top: 20px;}
	}
	
	.certifications {
		.text {padding-top: 20px;}
	}
*/

}
.box_list .text {
  border-top: 1px dotted #77797B;
  margin-left: 20px;
  margin-right: 40px;
  margin-top: 60px;
  padding-top: 10px;
}
.box_list .text .title {
  color: #77797B;
  padding-bottom: 5px;
  font-size: 1.2em;
}
.box_list .text .description {
  color: #77797B;
  font-size: 0.75em;
  padding-top: 10px;
}
.box_list .item {
  position: relative;
  width: 185px;
  min-height: 190px;
  _height: 234px;
  display: -moz-inline-stack;
  /* FF2 */

  display: inline-block;
  vertical-align: top;
  /* !BASELINE */

  zoom: 1;
  /* IE7 (hasLayout) */

  *display: inline;
  /* IE */

}
.box_list .item .image {
  line-height: 110px;
  text-align: center;
}
.box_list .item .image img {
  max-width: 185px;
  max-height: 126px;
  vertical-align: middle;
}
.box_list .item .name {
  height: 57px;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  background: url(/web/img/box_list_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-top: none !important;
  font-size: 0.68em;
}
.box_list .item .name span.link {
  display: block;
}
.box_list .item .name span.link a {
  color: #147974;
  text-decoration: none;
}
.box_list .colaborators_map {
  padding-top: 50px;
}
.box_list .colaborators_map img {
  width: 400px;
}
.two-columns {
  text-align: justify;
  color: #77797b;
  font-size: 0.75em;
  padding-bottom: 10px;
}
.two-columns .last {
  padding-left: 30px;
}
.two-columns .column {
  width: 45% !important;
}
.two-columns a {
  text-decoration: none;
}
.two-columns a:hover {
  text-decoration: underline;
}
.e21 .two-columns .first.column {
  padding-left: 0;
}
.e50 .two-columns .first.column {
  padding-left: 0;
}
.gallery .main {
  margin-top: 55px;
}
.arrow_name {
  font-size: 0.8em;
  color: #999999;
  vertical-align: middle;
}
body.e3 div#content div.shadow-content,
body.e4 div#content div.shadow-content,
body.e5 div#content div.shadow-content,
body.e6 div#content div.shadow-content,
body.e7 div#content div.shadow-content {
  padding-top: 55px;
}
body.e4 div#content div.header,
body.p4 div#content div.header,
body.p2 div#content div.header,
body.p3 div#content div.header,
body.p5 div#content div.header,
body.p6 div#content div.header,
body.p7 div#content div.header,
body.e25 div#content div.header,
body.p40 div#content div.header,
body.p210 div#content div.header,
body.p223 div#content div.header {
  background: url(/web/img/especializacion/header_background.jpg) no-repeat;
  width: 1024px;
  height: 206px;
}
body.e4 div#content div.left,
body.p4 div#content div.left,
body.p2 div#content div.left,
body.p3 div#content div.left,
body.p5 div#content div.left,
body.p6 div#content div.left,
body.p7 div#content div.left,
body.e25 div#content div.left,
body.p40 div#content div.left,
body.p210 div#content div.left,
body.p223 div#content div.left {
  float: left;
  width: 240px;
  padding-right: 20px;
}
body.e4 div#content div.left ul.menu,
body.p4 div#content div.left ul.menu,
body.p2 div#content div.left ul.menu,
body.p3 div#content div.left ul.menu,
body.p5 div#content div.left ul.menu,
body.p6 div#content div.left ul.menu,
body.p7 div#content div.left ul.menu,
body.e25 div#content div.left ul.menu,
body.p40 div#content div.left ul.menu,
body.p210 div#content div.left ul.menu,
body.p223 div#content div.left ul.menu {
  margin: 0;
  padding: 0;
  padding-top: 40px;
  list-style: none;
}
body.e4 div#content div.left ul.menu li,
body.p4 div#content div.left ul.menu li,
body.p2 div#content div.left ul.menu li,
body.p3 div#content div.left ul.menu li,
body.p5 div#content div.left ul.menu li,
body.p6 div#content div.left ul.menu li,
body.p7 div#content div.left ul.menu li,
body.e25 div#content div.left ul.menu li,
body.p40 div#content div.left ul.menu li,
body.p210 div#content div.left ul.menu li,
body.p223 div#content div.left ul.menu li {
  border-bottom: #b2b2b2 1px dashed;
  line-height: 14px;
  color: black;
  font-size: 0.7em;
  text-transform: uppercase;
  padding-left: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: left;
  vertical-align: middle;
}
body.e4 div#content div.left ul.menu li a,
body.p4 div#content div.left ul.menu li a,
body.p2 div#content div.left ul.menu li a,
body.p3 div#content div.left ul.menu li a,
body.p5 div#content div.left ul.menu li a,
body.p6 div#content div.left ul.menu li a,
body.p7 div#content div.left ul.menu li a,
body.e25 div#content div.left ul.menu li a,
body.p40 div#content div.left ul.menu li a,
body.p210 div#content div.left ul.menu li a,
body.p223 div#content div.left ul.menu li a {
  color: black;
  text-decoration: none;
}
body.e4 div#content div.left ul.menu li.selected,
body.p4 div#content div.left ul.menu li.selected,
body.p2 div#content div.left ul.menu li.selected,
body.p3 div#content div.left ul.menu li.selected,
body.p5 div#content div.left ul.menu li.selected,
body.p6 div#content div.left ul.menu li.selected,
body.p7 div#content div.left ul.menu li.selected,
body.e25 div#content div.left ul.menu li.selected,
body.p40 div#content div.left ul.menu li.selected,
body.p210 div#content div.left ul.menu li.selected,
body.p223 div#content div.left ul.menu li.selected {
  background: url(/web/img/especializacion/menu_head_middot.png) right center no-repeat;
}
body.e4 div#content div.left ul.menu li.selected a,
body.p4 div#content div.left ul.menu li.selected a,
body.p2 div#content div.left ul.menu li.selected a,
body.p3 div#content div.left ul.menu li.selected a,
body.p5 div#content div.left ul.menu li.selected a,
body.p6 div#content div.left ul.menu li.selected a,
body.p7 div#content div.left ul.menu li.selected a,
body.e25 div#content div.left ul.menu li.selected a,
body.p40 div#content div.left ul.menu li.selected a,
body.p210 div#content div.left ul.menu li.selected a,
body.p223 div#content div.left ul.menu li.selected a {
  color: #07726c;
}
body.e4 div#content div.left ul.menu li.level1,
body.p4 div#content div.left ul.menu li.level1,
body.p2 div#content div.left ul.menu li.level1,
body.p3 div#content div.left ul.menu li.level1,
body.p5 div#content div.left ul.menu li.level1,
body.p6 div#content div.left ul.menu li.level1,
body.p7 div#content div.left ul.menu li.level1,
body.e25 div#content div.left ul.menu li.level1,
body.p40 div#content div.left ul.menu li.level1,
body.p210 div#content div.left ul.menu li.level1,
body.p223 div#content div.left ul.menu li.level1 {
  padding-left: 40px;
  padding-right: 10px;
}
body.e4 div#content div.left ul.menu li.head,
body.p4 div#content div.left ul.menu li.head,
body.p2 div#content div.left ul.menu li.head,
body.p3 div#content div.left ul.menu li.head,
body.p5 div#content div.left ul.menu li.head,
body.p6 div#content div.left ul.menu li.head,
body.p7 div#content div.left ul.menu li.head,
body.e25 div#content div.left ul.menu li.head,
body.p40 div#content div.left ul.menu li.head,
body.p210 div#content div.left ul.menu li.head,
body.p223 div#content div.left ul.menu li.head {
  font-weight: bold;
  font-size: 1.0em;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1em;
  padding-right: 20px;
}
body.e4 div#content div.left ul.menu li.head.selected,
body.p4 div#content div.left ul.menu li.head.selected,
body.p2 div#content div.left ul.menu li.head.selected,
body.p3 div#content div.left ul.menu li.head.selected,
body.p5 div#content div.left ul.menu li.head.selected,
body.p6 div#content div.left ul.menu li.head.selected,
body.p7 div#content div.left ul.menu li.head.selected,
body.e25 div#content div.left ul.menu li.head.selected,
body.p40 div#content div.left ul.menu li.head.selected,
body.p210 div#content div.left ul.menu li.head.selected,
body.p223 div#content div.left ul.menu li.head.selected {
  background: url(/web/img/especializacion/menu_head_middot.png) right 70% no-repeat;
}
body.e4 div#content div.left ul.menu li:last-child,
body.p4 div#content div.left ul.menu li:last-child,
body.p2 div#content div.left ul.menu li:last-child,
body.p3 div#content div.left ul.menu li:last-child,
body.p5 div#content div.left ul.menu li:last-child,
body.p6 div#content div.left ul.menu li:last-child,
body.p7 div#content div.left ul.menu li:last-child,
body.e25 div#content div.left ul.menu li:last-child,
body.p40 div#content div.left ul.menu li:last-child,
body.p210 div#content div.left ul.menu li:last-child,
body.p223 div#content div.left ul.menu li:last-child {
  border-bottom: 0;
}
body.e4 div#content div.right,
body.p4 div#content div.right,
body.p2 div#content div.right,
body.p3 div#content div.right,
body.p5 div#content div.right,
body.p6 div#content div.right,
body.p7 div#content div.right,
body.e25 div#content div.right,
body.p40 div#content div.right,
body.p210 div#content div.right,
body.p223 div#content div.right {
  text-align: left;
  float: right;
  width: 744px;
  padding-right: 20px;
  padding-top: 40px;
}
body.e4 div#content div.right h1,
body.p4 div#content div.right h1,
body.p2 div#content div.right h1,
body.p3 div#content div.right h1,
body.p5 div#content div.right h1,
body.p6 div#content div.right h1,
body.p7 div#content div.right h1,
body.e25 div#content div.right h1,
body.p40 div#content div.right h1,
body.p210 div#content div.right h1,
body.p223 div#content div.right h1 {
  padding-left: 20px;
  color: #666666;
  text-transform: uppercase;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif;
}
body.e4 div#content div.right .visor,
body.p4 div#content div.right .visor,
body.p2 div#content div.right .visor,
body.p3 div#content div.right .visor,
body.p5 div#content div.right .visor,
body.p6 div#content div.right .visor,
body.p7 div#content div.right .visor,
body.e25 div#content div.right .visor,
body.p40 div#content div.right .visor,
body.p210 div#content div.right .visor,
body.p223 div#content div.right .visor {
  padding-top: 15px;
  padding-bottom: 25px;
}
body.e4 div#content div.right div.gdescription,
body.p4 div#content div.right div.gdescription,
body.p2 div#content div.right div.gdescription,
body.p3 div#content div.right div.gdescription,
body.p5 div#content div.right div.gdescription,
body.p6 div#content div.right div.gdescription,
body.p7 div#content div.right div.gdescription,
body.e25 div#content div.right div.gdescription,
body.p40 div#content div.right div.gdescription,
body.p210 div#content div.right div.gdescription,
body.p223 div#content div.right div.gdescription {
  color: #77797b;
  font-size: 0.75em;
  padding-left: 20px;
  padding-bottom: 20px;
}
body.e4 div#content div.right p,
body.p4 div#content div.right p,
body.p2 div#content div.right p,
body.p3 div#content div.right p,
body.p5 div#content div.right p,
body.p6 div#content div.right p,
body.p7 div#content div.right p,
body.e25 div#content div.right p,
body.p40 div#content div.right p,
body.p210 div#content div.right p,
body.p223 div#content div.right p {
  margin: 0;
}
body.e4 div#content div.blocks,
body.p4 div#content div.blocks,
body.p2 div#content div.blocks,
body.p3 div#content div.blocks,
body.p5 div#content div.blocks,
body.p6 div#content div.blocks,
body.p7 div#content div.blocks,
body.e25 div#content div.blocks,
body.p40 div#content div.blocks,
body.p210 div#content div.blocks,
body.p223 div#content div.blocks {
  background: #FFF;
}
body.e4 div#content div.blocks .block,
body.p4 div#content div.blocks .block,
body.p2 div#content div.blocks .block,
body.p3 div#content div.blocks .block,
body.p5 div#content div.blocks .block,
body.p6 div#content div.blocks .block,
body.p7 div#content div.blocks .block,
body.e25 div#content div.blocks .block,
body.p40 div#content div.blocks .block,
body.p210 div#content div.blocks .block,
body.p223 div#content div.blocks .block {
  position: relative;
  float: left;
  width: 254px;
  height: 206px;
  background: #66686d;
  text-align: left;
}
body.e4 div#content div.blocks .block:hover,
body.p4 div#content div.blocks .block:hover,
body.p2 div#content div.blocks .block:hover,
body.p3 div#content div.blocks .block:hover,
body.p5 div#content div.blocks .block:hover,
body.p6 div#content div.blocks .block:hover,
body.p7 div#content div.blocks .block:hover,
body.e25 div#content div.blocks .block:hover,
body.p40 div#content div.blocks .block:hover,
body.p210 div#content div.blocks .block:hover,
body.p223 div#content div.blocks .block:hover {
  background: #2e3136;
}
body.e4 div#content div.blocks .block:hover h2,
body.p4 div#content div.blocks .block:hover h2,
body.p2 div#content div.blocks .block:hover h2,
body.p3 div#content div.blocks .block:hover h2,
body.p5 div#content div.blocks .block:hover h2,
body.p6 div#content div.blocks .block:hover h2,
body.p7 div#content div.blocks .block:hover h2,
body.e25 div#content div.blocks .block:hover h2,
body.p40 div#content div.blocks .block:hover h2,
body.p210 div#content div.blocks .block:hover h2,
body.p223 div#content div.blocks .block:hover h2 {
  color: #1ad6d0;
}
body.e4 div#content div.blocks .block:hover .description a img,
body.p4 div#content div.blocks .block:hover .description a img,
body.p2 div#content div.blocks .block:hover .description a img,
body.p3 div#content div.blocks .block:hover .description a img,
body.p5 div#content div.blocks .block:hover .description a img,
body.p6 div#content div.blocks .block:hover .description a img,
body.p7 div#content div.blocks .block:hover .description a img,
body.e25 div#content div.blocks .block:hover .description a img,
body.p40 div#content div.blocks .block:hover .description a img,
body.p210 div#content div.blocks .block:hover .description a img,
body.p223 div#content div.blocks .block:hover .description a img {
  background-image: url(/web/img/especializacion/block_arrow_hover.png);
}
body.e4 div#content div.blocks .block:hover .more_details a img,
body.p4 div#content div.blocks .block:hover .more_details a img,
body.p2 div#content div.blocks .block:hover .more_details a img,
body.p3 div#content div.blocks .block:hover .more_details a img,
body.p5 div#content div.blocks .block:hover .more_details a img,
body.p6 div#content div.blocks .block:hover .more_details a img,
body.p7 div#content div.blocks .block:hover .more_details a img,
body.e25 div#content div.blocks .block:hover .more_details a img,
body.p40 div#content div.blocks .block:hover .more_details a img,
body.p210 div#content div.blocks .block:hover .more_details a img,
body.p223 div#content div.blocks .block:hover .more_details a img {
  background-image: url(/web/img/especializacion/block_arrow_hover.png);
}
body.e4 div#content div.blocks .block a,
body.p4 div#content div.blocks .block a,
body.p2 div#content div.blocks .block a,
body.p3 div#content div.blocks .block a,
body.p5 div#content div.blocks .block a,
body.p6 div#content div.blocks .block a,
body.p7 div#content div.blocks .block a,
body.e25 div#content div.blocks .block a,
body.p40 div#content div.blocks .block a,
body.p210 div#content div.blocks .block a,
body.p223 div#content div.blocks .block a {
  text-decoration: none;
}
body.e4 div#content div.blocks .block h2,
body.p4 div#content div.blocks .block h2,
body.p2 div#content div.blocks .block h2,
body.p3 div#content div.blocks .block h2,
body.p5 div#content div.blocks .block h2,
body.p6 div#content div.blocks .block h2,
body.p7 div#content div.blocks .block h2,
body.e25 div#content div.blocks .block h2,
body.p40 div#content div.blocks .block h2,
body.p210 div#content div.blocks .block h2,
body.p223 div#content div.blocks .block h2 {
  color: #FFF;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin-left: 15px;
  margin-right: 15px;
  min-height: 38px;
}
body.e4 div#content div.blocks .block.image,
body.p4 div#content div.blocks .block.image,
body.p2 div#content div.blocks .block.image,
body.p3 div#content div.blocks .block.image,
body.p5 div#content div.blocks .block.image,
body.p6 div#content div.blocks .block.image,
body.p7 div#content div.blocks .block.image,
body.e25 div#content div.blocks .block.image,
body.p40 div#content div.blocks .block.image,
body.p210 div#content div.blocks .block.image,
body.p223 div#content div.blocks .block.image {
  background: transparent;
}
body.e4 div#content div.blocks .block .description,
body.p4 div#content div.blocks .block .description,
body.p2 div#content div.blocks .block .description,
body.p3 div#content div.blocks .block .description,
body.p5 div#content div.blocks .block .description,
body.p6 div#content div.blocks .block .description,
body.p7 div#content div.blocks .block .description,
body.e25 div#content div.blocks .block .description,
body.p40 div#content div.blocks .block .description,
body.p210 div#content div.blocks .block .description,
body.p223 div#content div.blocks .block .description {
  color: white;
  font-size: 0.75em;
  padding-left: 15px;
  padding-right: 15px;
}
body.e4 div#content div.blocks .block .description a,
body.p4 div#content div.blocks .block .description a,
body.p2 div#content div.blocks .block .description a,
body.p3 div#content div.blocks .block .description a,
body.p5 div#content div.blocks .block .description a,
body.p6 div#content div.blocks .block .description a,
body.p7 div#content div.blocks .block .description a,
body.e25 div#content div.blocks .block .description a,
body.p40 div#content div.blocks .block .description a,
body.p210 div#content div.blocks .block .description a,
body.p223 div#content div.blocks .block .description a {
  color: white;
  text-decoration: none;
}
body.e4 div#content div.blocks .block .description a img,
body.p4 div#content div.blocks .block .description a img,
body.p2 div#content div.blocks .block .description a img,
body.p3 div#content div.blocks .block .description a img,
body.p5 div#content div.blocks .block .description a img,
body.p6 div#content div.blocks .block .description a img,
body.p7 div#content div.blocks .block .description a img,
body.e25 div#content div.blocks .block .description a img,
body.p40 div#content div.blocks .block .description a img,
body.p210 div#content div.blocks .block .description a img,
body.p223 div#content div.blocks .block .description a img {
  background-image: url(/web/img/especializacion/block_arrow.png);
  border: 0;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
body.e4 div#content div.blocks .block .more_details,
body.p4 div#content div.blocks .block .more_details,
body.p2 div#content div.blocks .block .more_details,
body.p3 div#content div.blocks .block .more_details,
body.p5 div#content div.blocks .block .more_details,
body.p6 div#content div.blocks .block .more_details,
body.p7 div#content div.blocks .block .more_details,
body.e25 div#content div.blocks .block .more_details,
body.p40 div#content div.blocks .block .more_details,
body.p210 div#content div.blocks .block .more_details,
body.p223 div#content div.blocks .block .more_details {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
body.e4 div#content div.blocks .block .more_details img,
body.p4 div#content div.blocks .block .more_details img,
body.p2 div#content div.blocks .block .more_details img,
body.p3 div#content div.blocks .block .more_details img,
body.p5 div#content div.blocks .block .more_details img,
body.p6 div#content div.blocks .block .more_details img,
body.p7 div#content div.blocks .block .more_details img,
body.e25 div#content div.blocks .block .more_details img,
body.p40 div#content div.blocks .block .more_details img,
body.p210 div#content div.blocks .block .more_details img,
body.p223 div#content div.blocks .block .more_details img {
  background-image: url(/web/img/especializacion/block_arrow.png);
  border: 0;
}
body.e4 div#content div.blocks .block.head,
body.p4 div#content div.blocks .block.head,
body.p2 div#content div.blocks .block.head,
body.p3 div#content div.blocks .block.head,
body.p5 div#content div.blocks .block.head,
body.p6 div#content div.blocks .block.head,
body.p7 div#content div.blocks .block.head,
body.e25 div#content div.blocks .block.head,
body.p40 div#content div.blocks .block.head,
body.p210 div#content div.blocks .block.head,
body.p223 div#content div.blocks .block.head {
  background: #ffffff repeat-x;
  width: 262px;
  padding-bottom: 1030px;
}
body.e4 div#content div.blocks .block.head.e3,
body.p4 div#content div.blocks .block.head.e3,
body.p2 div#content div.blocks .block.head.e3,
body.p3 div#content div.blocks .block.head.e3,
body.p5 div#content div.blocks .block.head.e3,
body.p6 div#content div.blocks .block.head.e3,
body.p7 div#content div.blocks .block.head.e3,
body.e25 div#content div.blocks .block.head.e3,
body.p40 div#content div.blocks .block.head.e3,
body.p210 div#content div.blocks .block.head.e3,
body.p223 div#content div.blocks .block.head.e3 {
  padding-bottom: 824px;
}
body.e4 div#content div.blocks .block.head.e5,
body.p4 div#content div.blocks .block.head.e5,
body.p2 div#content div.blocks .block.head.e5,
body.p3 div#content div.blocks .block.head.e5,
body.p5 div#content div.blocks .block.head.e5,
body.p6 div#content div.blocks .block.head.e5,
body.p7 div#content div.blocks .block.head.e5,
body.e25 div#content div.blocks .block.head.e5,
body.p40 div#content div.blocks .block.head.e5,
body.p210 div#content div.blocks .block.head.e5,
body.p223 div#content div.blocks .block.head.e5 {
  padding-bottom: 412px;
}
body.e4 div#content div.blocks .block.head.e6,
body.p4 div#content div.blocks .block.head.e6,
body.p2 div#content div.blocks .block.head.e6,
body.p3 div#content div.blocks .block.head.e6,
body.p5 div#content div.blocks .block.head.e6,
body.p6 div#content div.blocks .block.head.e6,
body.p7 div#content div.blocks .block.head.e6,
body.e25 div#content div.blocks .block.head.e6,
body.p40 div#content div.blocks .block.head.e6,
body.p210 div#content div.blocks .block.head.e6,
body.p223 div#content div.blocks .block.head.e6 {
  padding-bottom: 824px;
}
body.e4 div#content div.blocks .block.head.e7,
body.p4 div#content div.blocks .block.head.e7,
body.p2 div#content div.blocks .block.head.e7,
body.p3 div#content div.blocks .block.head.e7,
body.p5 div#content div.blocks .block.head.e7,
body.p6 div#content div.blocks .block.head.e7,
body.p7 div#content div.blocks .block.head.e7,
body.e25 div#content div.blocks .block.head.e7,
body.p40 div#content div.blocks .block.head.e7,
body.p210 div#content div.blocks .block.head.e7,
body.p223 div#content div.blocks .block.head.e7 {
  padding-bottom: 618px;
}
body.e4 div#content div.blocks .block.head img,
body.p4 div#content div.blocks .block.head img,
body.p2 div#content div.blocks .block.head img,
body.p3 div#content div.blocks .block.head img,
body.p5 div#content div.blocks .block.head img,
body.p6 div#content div.blocks .block.head img,
body.p7 div#content div.blocks .block.head img,
body.e25 div#content div.blocks .block.head img,
body.p40 div#content div.blocks .block.head img,
body.p210 div#content div.blocks .block.head img,
body.p223 div#content div.blocks .block.head img {
  padding-left: 30px;
}
body.e4 div#content div.blocks .block.head h1,
body.p4 div#content div.blocks .block.head h1,
body.p2 div#content div.blocks .block.head h1,
body.p3 div#content div.blocks .block.head h1,
body.p5 div#content div.blocks .block.head h1,
body.p6 div#content div.blocks .block.head h1,
body.p7 div#content div.blocks .block.head h1,
body.e25 div#content div.blocks .block.head h1,
body.p40 div#content div.blocks .block.head h1,
body.p210 div#content div.blocks .block.head h1,
body.p223 div#content div.blocks .block.head h1 {
  margin: 0;
  padding-top: 20px;
  padding-right: 10px;
  color: #000;
  font-size: 1.4em;
  text-align: left;
  font-weight: normal;
  padding-left: 30px;
  padding-right: 30px;
}
body.e4 div#content div.blocks .block.head p.subtitle,
body.p4 div#content div.blocks .block.head p.subtitle,
body.p2 div#content div.blocks .block.head p.subtitle,
body.p3 div#content div.blocks .block.head p.subtitle,
body.p5 div#content div.blocks .block.head p.subtitle,
body.p6 div#content div.blocks .block.head p.subtitle,
body.p7 div#content div.blocks .block.head p.subtitle,
body.e25 div#content div.blocks .block.head p.subtitle,
body.p40 div#content div.blocks .block.head p.subtitle,
body.p210 div#content div.blocks .block.head p.subtitle,
body.p223 div#content div.blocks .block.head p.subtitle {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1em;
  line-height: 18px;
}
body.e4 div#content div.blocks .block.head p.description,
body.p4 div#content div.blocks .block.head p.description,
body.p2 div#content div.blocks .block.head p.description,
body.p3 div#content div.blocks .block.head p.description,
body.p5 div#content div.blocks .block.head p.description,
body.p6 div#content div.blocks .block.head p.description,
body.p7 div#content div.blocks .block.head p.description,
body.e25 div#content div.blocks .block.head p.description,
body.p40 div#content div.blocks .block.head p.description,
body.p210 div#content div.blocks .block.head p.description,
body.p223 div#content div.blocks .block.head p.description {
  color: #000;
  padding: 0;
  margin: 0;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 15px;
}
body.e4 div#content div.blocks .block.fright,
body.p4 div#content div.blocks .block.fright,
body.p2 div#content div.blocks .block.fright,
body.p3 div#content div.blocks .block.fright,
body.p5 div#content div.blocks .block.fright,
body.p6 div#content div.blocks .block.fright,
body.p7 div#content div.blocks .block.fright,
body.e25 div#content div.blocks .block.fright,
body.p40 div#content div.blocks .block.fright,
body.p210 div#content div.blocks .block.fright,
body.p223 div#content div.blocks .block.fright {
  float: right;
}
body.e4 div#content div.blocks .block.arrow2 .arrow,
body.p4 div#content div.blocks .block.arrow2 .arrow,
body.p2 div#content div.blocks .block.arrow2 .arrow,
body.p3 div#content div.blocks .block.arrow2 .arrow,
body.p5 div#content div.blocks .block.arrow2 .arrow,
body.p6 div#content div.blocks .block.arrow2 .arrow,
body.p7 div#content div.blocks .block.arrow2 .arrow,
body.e25 div#content div.blocks .block.arrow2 .arrow,
body.p40 div#content div.blocks .block.arrow2 .arrow,
body.p210 div#content div.blocks .block.arrow2 .arrow,
body.p223 div#content div.blocks .block.arrow2 .arrow {
  background: url(/web/img/especializacion/arrow2.png);
  width: 13px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
body.e4 div#content div.blocks .block.arrow4 .arrow,
body.p4 div#content div.blocks .block.arrow4 .arrow,
body.p2 div#content div.blocks .block.arrow4 .arrow,
body.p3 div#content div.blocks .block.arrow4 .arrow,
body.p5 div#content div.blocks .block.arrow4 .arrow,
body.p6 div#content div.blocks .block.arrow4 .arrow,
body.p7 div#content div.blocks .block.arrow4 .arrow,
body.e25 div#content div.blocks .block.arrow4 .arrow,
body.p40 div#content div.blocks .block.arrow4 .arrow,
body.p210 div#content div.blocks .block.arrow4 .arrow,
body.p223 div#content div.blocks .block.arrow4 .arrow {
  background: url(/web/img/especializacion/arrow4.png);
  width: 23px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
}
body.e4 div#content div.blocks .block.arrow6 .arrow,
body.p4 div#content div.blocks .block.arrow6 .arrow,
body.p2 div#content div.blocks .block.arrow6 .arrow,
body.p3 div#content div.blocks .block.arrow6 .arrow,
body.p5 div#content div.blocks .block.arrow6 .arrow,
body.p6 div#content div.blocks .block.arrow6 .arrow,
body.p7 div#content div.blocks .block.arrow6 .arrow,
body.e25 div#content div.blocks .block.arrow6 .arrow,
body.p40 div#content div.blocks .block.arrow6 .arrow,
body.p210 div#content div.blocks .block.arrow6 .arrow,
body.p223 div#content div.blocks .block.arrow6 .arrow {
  background: url(/web/img/especializacion/arrow6.png);
  width: 11px;
  height: 23px;
  position: absolute;
  top: 0;
  right: 0;
}
body.p4 div#content div.right,
body.p5 div#content div.right,
body.p6 div#content div.right,
body.p7 div#content div.right,
body.p3 div#content div.right,
body.e211 div#content div.right,
body.e212 div#content div.right,
body.e49 div#content div.right,
body.p223 div#content div.right {
  position: relative;
  padding-right: 0;
}
body.p4 div#content div.right div.details,
body.p5 div#content div.right div.details,
body.p6 div#content div.right div.details,
body.p7 div#content div.right div.details,
body.p3 div#content div.right div.details,
body.e211 div#content div.right div.details,
body.e212 div#content div.right div.details,
body.e49 div#content div.right div.details,
body.p223 div#content div.right div.details {
  position: relative;
  z-index: 4;
  width: 450px;
  min-height: 365px;
  _height: 408px;
  color: #666;
}
body.p4 div#content div.right div.details img.arrow,
body.p5 div#content div.right div.details img.arrow,
body.p6 div#content div.right div.details img.arrow,
body.p7 div#content div.right div.details img.arrow,
body.p3 div#content div.right div.details img.arrow,
body.e211 div#content div.right div.details img.arrow,
body.e212 div#content div.right div.details img.arrow,
body.e49 div#content div.right div.details img.arrow,
body.p223 div#content div.right div.details img.arrow {
  margin-left: 20px;
  margin-top: 20px;
}
body.p4 div#content div.right div.details h1,
body.p5 div#content div.right div.details h1,
body.p6 div#content div.right div.details h1,
body.p7 div#content div.right div.details h1,
body.p3 div#content div.right div.details h1,
body.e211 div#content div.right div.details h1,
body.e212 div#content div.right div.details h1,
body.e49 div#content div.right div.details h1,
body.p223 div#content div.right div.details h1 {
  margin: 0;
  padding: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 40px;
  padding-bottom: 10px;
  font-size: 1.25em;
  color: black;
}
body.p4 div#content div.right div.details p,
body.p5 div#content div.right div.details p,
body.p6 div#content div.right div.details p,
body.p7 div#content div.right div.details p,
body.p3 div#content div.right div.details p,
body.e211 div#content div.right div.details p,
body.e212 div#content div.right div.details p,
body.e49 div#content div.right div.details p,
body.p223 div#content div.right div.details p {
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 10px;
  font-size: 0.8em;
}
body.p4 div#content div.right div.details p:first-child,
body.p5 div#content div.right div.details p:first-child,
body.p6 div#content div.right div.details p:first-child,
body.p7 div#content div.right div.details p:first-child,
body.p3 div#content div.right div.details p:first-child,
body.e211 div#content div.right div.details p:first-child,
body.e212 div#content div.right div.details p:first-child,
body.e49 div#content div.right div.details p:first-child,
body.p223 div#content div.right div.details p:first-child {
  color: #227873;
  font-size: 1.125em;
}
body.p4 div#content div.right div.details .description p a,
body.p5 div#content div.right div.details .description p a,
body.p6 div#content div.right div.details .description p a,
body.p7 div#content div.right div.details .description p a,
body.p3 div#content div.right div.details .description p a,
body.e211 div#content div.right div.details .description p a,
body.e212 div#content div.right div.details .description p a,
body.e49 div#content div.right div.details .description p a,
body.p223 div#content div.right div.details .description p a {
  text-decoration: none;
  color: #227873;
}
body.p4 div#content div.right div.details .description p a img,
body.p5 div#content div.right div.details .description p a img,
body.p6 div#content div.right div.details .description p a img,
body.p7 div#content div.right div.details .description p a img,
body.p3 div#content div.right div.details .description p a img,
body.e211 div#content div.right div.details .description p a img,
body.e212 div#content div.right div.details .description p a img,
body.e49 div#content div.right div.details .description p a img,
body.p223 div#content div.right div.details .description p a img {
  vertical-align: middle;
  margin-left: 40px;
}
body.p4 div#content div.right div.details .description p a:hover,
body.p5 div#content div.right div.details .description p a:hover,
body.p6 div#content div.right div.details .description p a:hover,
body.p7 div#content div.right div.details .description p a:hover,
body.p3 div#content div.right div.details .description p a:hover,
body.e211 div#content div.right div.details .description p a:hover,
body.e212 div#content div.right div.details .description p a:hover,
body.e49 div#content div.right div.details .description p a:hover,
body.p223 div#content div.right div.details .description p a:hover {
  text-decoration: underline;
}
body.p4 div#content div.right div.details .description table,
body.p5 div#content div.right div.details .description table,
body.p6 div#content div.right div.details .description table,
body.p7 div#content div.right div.details .description table,
body.p3 div#content div.right div.details .description table,
body.e211 div#content div.right div.details .description table,
body.e212 div#content div.right div.details .description table,
body.e49 div#content div.right div.details .description table,
body.p223 div#content div.right div.details .description table {
  width: 710px !important;
}
body.p4 div#content div.right div.details .social_media,
body.p5 div#content div.right div.details .social_media,
body.p6 div#content div.right div.details .social_media,
body.p7 div#content div.right div.details .social_media,
body.p3 div#content div.right div.details .social_media,
body.e211 div#content div.right div.details .social_media,
body.e212 div#content div.right div.details .social_media,
body.e49 div#content div.right div.details .social_media,
body.p223 div#content div.right div.details .social_media {
  padding-top: 30px;
  padding-left: 85px;
  height: 86px;
}
body.p4 div#content div.right div.details .social_media a,
body.p5 div#content div.right div.details .social_media a,
body.p6 div#content div.right div.details .social_media a,
body.p7 div#content div.right div.details .social_media a,
body.p3 div#content div.right div.details .social_media a,
body.e211 div#content div.right div.details .social_media a,
body.e212 div#content div.right div.details .social_media a,
body.e49 div#content div.right div.details .social_media a,
body.p223 div#content div.right div.details .social_media a {
  padding-right: 3px;
}
body.p4 div#content div.right div.details div.video_button,
body.p5 div#content div.right div.details div.video_button,
body.p6 div#content div.right div.details div.video_button,
body.p7 div#content div.right div.details div.video_button,
body.p3 div#content div.right div.details div.video_button,
body.e211 div#content div.right div.details div.video_button,
body.e212 div#content div.right div.details div.video_button,
body.e49 div#content div.right div.details div.video_button,
body.p223 div#content div.right div.details div.video_button {
  background: url(/web/img/especializacion/video_button.png) no-repeat;
  width: 214px;
  height: 25px;
  margin: 20px;
}
body.p4 div#content div.right div.details div.video_button span a,
body.p5 div#content div.right div.details div.video_button span a,
body.p6 div#content div.right div.details div.video_button span a,
body.p7 div#content div.right div.details div.video_button span a,
body.p3 div#content div.right div.details div.video_button span a,
body.e211 div#content div.right div.details div.video_button span a,
body.e212 div#content div.right div.details div.video_button span a,
body.e49 div#content div.right div.details div.video_button span a,
body.p223 div#content div.right div.details div.video_button span a {
  font-size: 0.75em;
  line-height: 25px;
  color: black;
  padding-left: 20px;
  text-transform: uppercase;
}
body.p4 div#content div.right div.gallery,
body.p5 div#content div.right div.gallery,
body.p6 div#content div.right div.gallery,
body.p7 div#content div.right div.gallery,
body.p3 div#content div.right div.gallery,
body.e211 div#content div.right div.gallery,
body.e212 div#content div.right div.gallery,
body.e49 div#content div.right div.gallery,
body.p223 div#content div.right div.gallery {
  position: relative;
  float: right;
  width: 270px;
  height: 408px;
  z-index: 1;
}
body.p4 div#content div.right div.gallery img.main,
body.p5 div#content div.right div.gallery img.main,
body.p6 div#content div.right div.gallery img.main,
body.p7 div#content div.right div.gallery img.main,
body.p3 div#content div.right div.gallery img.main,
body.e211 div#content div.right div.gallery img.main,
body.e212 div#content div.right div.gallery img.main,
body.e49 div#content div.right div.gallery img.main,
body.p223 div#content div.right div.gallery img.main {
  /*max-height: 358px;*/

  /*max-width: 356px;*/

  /**height: 358px;*/

  /**width: 356px;*/

}
body.p4 div#content div.right div.gallery div.list,
body.p5 div#content div.right div.gallery div.list,
body.p6 div#content div.right div.gallery div.list,
body.p7 div#content div.right div.gallery div.list,
body.p3 div#content div.right div.gallery div.list,
body.e211 div#content div.right div.gallery div.list,
body.e212 div#content div.right div.gallery div.list,
body.e49 div#content div.right div.gallery div.list,
body.p223 div#content div.right div.gallery div.list {
  position: absolute;
  right: 0;
  width: 270px;
  height: 45px;
  overflow: hidden;
  white-space: nowrap;
}
body.p4 div#content div.right div.gallery div.list div.item,
body.p5 div#content div.right div.gallery div.list div.item,
body.p6 div#content div.right div.gallery div.list div.item,
body.p7 div#content div.right div.gallery div.list div.item,
body.p3 div#content div.right div.gallery div.list div.item,
body.e211 div#content div.right div.gallery div.list div.item,
body.e212 div#content div.right div.gallery div.list div.item,
body.e49 div#content div.right div.gallery div.list div.item,
body.p223 div#content div.right div.gallery div.list div.item {
  display: inline;
}
body.p4 div#content div.right div.gallery div.list div.item.selected img,
body.p5 div#content div.right div.gallery div.list div.item.selected img,
body.p6 div#content div.right div.gallery div.list div.item.selected img,
body.p7 div#content div.right div.gallery div.list div.item.selected img,
body.p3 div#content div.right div.gallery div.list div.item.selected img,
body.e211 div#content div.right div.gallery div.list div.item.selected img,
body.e212 div#content div.right div.gallery div.list div.item.selected img,
body.e49 div#content div.right div.gallery div.list div.item.selected img,
body.p223 div#content div.right div.gallery div.list div.item.selected img {
  border: black 1px solid;
}
body.p4 div#content div.right div.gallery div.list div.item a,
body.p5 div#content div.right div.gallery div.list div.item a,
body.p6 div#content div.right div.gallery div.list div.item a,
body.p7 div#content div.right div.gallery div.list div.item a,
body.p3 div#content div.right div.gallery div.list div.item a,
body.e211 div#content div.right div.gallery div.list div.item a,
body.e212 div#content div.right div.gallery div.list div.item a,
body.e49 div#content div.right div.gallery div.list div.item a,
body.p223 div#content div.right div.gallery div.list div.item a {
  text-decoration: none;
}
body.p4 div#content div.right div.more,
body.p5 div#content div.right div.more,
body.p6 div#content div.right div.more,
body.p7 div#content div.right div.more,
body.p3 div#content div.right div.more,
body.e211 div#content div.right div.more,
body.e212 div#content div.right div.more,
body.e49 div#content div.right div.more,
body.p223 div#content div.right div.more {
  padding-right: 275px;
}
body.p4 div#content div.right div.more div.head,
body.p5 div#content div.right div.more div.head,
body.p6 div#content div.right div.more div.head,
body.p7 div#content div.right div.more div.head,
body.p3 div#content div.right div.more div.head,
body.e211 div#content div.right div.more div.head,
body.e212 div#content div.right div.more div.head,
body.e49 div#content div.right div.more div.head,
body.p223 div#content div.right div.more div.head {
  background-color: #2e3136;
  color: #CCC;
  min-height: 24px;
  font-size: 0.87em;
  line-height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  text-transform: uppercase;
}
body.p4 div#content div.right div.more ul,
body.p5 div#content div.right div.more ul,
body.p6 div#content div.right div.more ul,
body.p7 div#content div.right div.more ul,
body.p3 div#content div.right div.more ul,
body.e211 div#content div.right div.more ul,
body.e212 div#content div.right div.more ul,
body.e49 div#content div.right div.more ul,
body.p223 div#content div.right div.more ul {
  padding: 0;
  margin: 0;
  padding-left: 20px;
}
body.p4 div#content div.right div.more ul li,
body.p5 div#content div.right div.more ul li,
body.p6 div#content div.right div.more ul li,
body.p7 div#content div.right div.more ul li,
body.p3 div#content div.right div.more ul li,
body.e211 div#content div.right div.more ul li,
body.e212 div#content div.right div.more ul li,
body.e49 div#content div.right div.more ul li,
body.p223 div#content div.right div.more ul li {
  font-size: 0.75em;
  color: #666666;
  line-height: 22px;
  list-style-image: url(/web/img/especializacion/middot.png);
  background: url(/web/img/especializacion/li_background.png) bottom -20px no-repeat;
}
body.p4 div#content div.right div.more ul li.pdf,
body.p5 div#content div.right div.more ul li.pdf,
body.p6 div#content div.right div.more ul li.pdf,
body.p7 div#content div.right div.more ul li.pdf,
body.p3 div#content div.right div.more ul li.pdf,
body.e211 div#content div.right div.more ul li.pdf,
body.e212 div#content div.right div.more ul li.pdf,
body.e49 div#content div.right div.more ul li.pdf,
body.p223 div#content div.right div.more ul li.pdf {
  list-style: none;
  padding-top: 10px;
}
body.p4 div#content div.right div.more ul li.pdf a,
body.p5 div#content div.right div.more ul li.pdf a,
body.p6 div#content div.right div.more ul li.pdf a,
body.p7 div#content div.right div.more ul li.pdf a,
body.p3 div#content div.right div.more ul li.pdf a,
body.e211 div#content div.right div.more ul li.pdf a,
body.e212 div#content div.right div.more ul li.pdf a,
body.e49 div#content div.right div.more ul li.pdf a,
body.p223 div#content div.right div.more ul li.pdf a {
  font-weight: bold;
  text-decoration: none;
  color: #666666;
}
body.p4 div#content div.right div.more ul li.pdf a:hover,
body.p5 div#content div.right div.more ul li.pdf a:hover,
body.p6 div#content div.right div.more ul li.pdf a:hover,
body.p7 div#content div.right div.more ul li.pdf a:hover,
body.p3 div#content div.right div.more ul li.pdf a:hover,
body.e211 div#content div.right div.more ul li.pdf a:hover,
body.e212 div#content div.right div.more ul li.pdf a:hover,
body.e49 div#content div.right div.more ul li.pdf a:hover,
body.p223 div#content div.right div.more ul li.pdf a:hover {
  text-decoration: underline;
}
body.p4 div#content div.right div.more ul li.pdf a img,
body.p5 div#content div.right div.more ul li.pdf a img,
body.p6 div#content div.right div.more ul li.pdf a img,
body.p7 div#content div.right div.more ul li.pdf a img,
body.p3 div#content div.right div.more ul li.pdf a img,
body.e211 div#content div.right div.more ul li.pdf a img,
body.e212 div#content div.right div.more ul li.pdf a img,
body.e49 div#content div.right div.more ul li.pdf a img,
body.p223 div#content div.right div.more ul li.pdf a img {
  vertical-align: bottom;
  padding-left: 6px;
  padding-right: 6px;
}
body.p4 div#content div.right div.more ul li a.turq,
body.p5 div#content div.right div.more ul li a.turq,
body.p6 div#content div.right div.more ul li a.turq,
body.p7 div#content div.right div.more ul li a.turq,
body.p3 div#content div.right div.more ul li a.turq,
body.e211 div#content div.right div.more ul li a.turq,
body.e212 div#content div.right div.more ul li a.turq,
body.e49 div#content div.right div.more ul li a.turq,
body.p223 div#content div.right div.more ul li a.turq {
  color: #066;
  text-decoration: none;
  font-weight: bold;
}
body.p4 div#content div.right div.more ul li a.turq:hover,
body.p5 div#content div.right div.more ul li a.turq:hover,
body.p6 div#content div.right div.more ul li a.turq:hover,
body.p7 div#content div.right div.more ul li a.turq:hover,
body.p3 div#content div.right div.more ul li a.turq:hover,
body.e211 div#content div.right div.more ul li a.turq:hover,
body.e212 div#content div.right div.more ul li a.turq:hover,
body.e49 div#content div.right div.more ul li a.turq:hover,
body.p223 div#content div.right div.more ul li a.turq:hover {
  text-decoration: underline;
}

