body,
div,
li,
p,
h1, h2, h3 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
}

a { color: #003366; }

p a { color: #003366; text-decoration: underline; }

.navbar {
  height: 140px;
}

.navbar .navbar-nav {
  text-transform: uppercase;
}

.navbar h2 {
  display: none;
}

.field-name-body h2 {
  color: #C83B49;
  margin-top: 60px;
  margin-bottom: 23px;
  font-size: 19px;
}

.field-name-body h3 {
  font-size: 19px;
  margin-top: 50px;
  margin-bottom: 20px;
}

#menu-lang {
  float: right;
  margin: 20px 5px 0 0;
}

#menu-lang ul {
  list-style: none;
}

#menu-lang li {
  float: left;
  margin-left: 10px;
}

#menu-lang li a {
  color: black;
  padding-bottom: 15px;
}

body.i18n-en #menu-lang li.button-en a {
  font-weight: 500;
  background: transparent url("../images/dll--active.png") no-repeat 1px 26px;
}

body.i18n-es #menu-lang li.button-es a {
  font-weight: 500;
  background: transparent url("../images/dll--active.png") no-repeat 1px 26px;
}

.nav > li > a {
  padding: 15px 10px;
  }

.dropdown-menu {
  width: 200px;
}

.dropdown-menu a{
    font-size: 14px;
    text-transform: none;
    white-space: normal !important;
  }
.dropdown-submenu{ 
  position:relative;
  }
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px}
.dropdown-submenu:hover>.dropdown-menu{display:block}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}
.dropdown-submenu:hover>a:after{border-left-color:#fff}
.dropdown-submenu.pull-left{float:none}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}


.jumbotron {
  /* background: transparent url("../images/slideshow.jpg") no-repeat scroll 0 0; */
  background-size: cover !important;
  min-height: 410px;
  border-radius: 0 !important;
  margin-bottom: 0px;
  padding: 0 !important;
  position: relative;
}

.jumbotron .jumbotron__gradient .jumbotron__left {
  position: absolute;
  width: 475px;
  height: 133px;
  background-color: #003366;
  opacity: .9;
  bottom: 0;
  left: 0;
}

.jumbotron .jumbotron__gradient .jumbotron__left .jumbotron__left__content {
  padding: 30px;
}

.jumbotron .jumbotron__gradient .jumbotron__right {
  position: absolute;
  width: 291px;
  height: auto;
  right: 80px;
  top: 80px;
  background-color: #003366;
}

.jumbotron .jumbotron__gradient .jumbotron__right a {
  color: white;
  clear: both;
  float: none;
  display: block;
  background-color: #003366;
  padding: 0px 10px 2px 10px;
}

.jumbotron h2 {
  font-size: 18px;
  color: white;
  font-weight: normal;
  padding-top: 0;
  margin-top: 0;
}

.jumbotron a {
  color: white;
}

.jumbotron__left__content p {
  color: white;
  font-size: 13px;
  margin-top: 0;
  padding-top: 0;
}

.jumbotron .texto_foto_en,
.jumbotron .texto_foto_es {
  display: block;
  font-style: italic;
  opacity: .6;
}

#page-title {
  background: transparent url("https://iamcr.org/sites/all/themes/madrid/images/dll--active.png") no-repeat left bottom;
  padding-bottom: 20px;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-weight: 500;
  color: #C83B49;
  border-top: 1px solid #003366;
  padding-top: 30px;
}

.hotlinks {
  background-color: #C5D1DE;
  padding: 20px;
  margin-bottom: 35px;
}

.hotlinks .hotlinks__hotlink {
  text-align: center;
}

.hotlinks a.link {
  color: white;
  display: block;
  clear: both;
  float: none;
  text-transform: uppercase;
  margin-top: 10px;
  color: #003366;
}

.news h3, .news .views-field-title {
  margin-bottom: 10px;
}

.news h3 a, .news .views-field-title a {
  text-transform: uppercase;
  color: #C83B49;
  font-weight: 400;
  background: transparent url("../images/dll--active.png") no-repeat left bottom;
  padding-bottom: 10px;
  display: block;
}

.news .views-field-view-node a {
  color: #C83B49;
}

.news a.more {
  color: #C83B49;
}

.news .views-field-title {
  margin-top: 20px;
}

.pagination {
  border-radius: 0;
  border: 1px solid #C5D1DE;
}

.pagination > li > a, .pagination > li > span {
  color: #003366;
  border: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  color: #C83B49;
  background: none;
}

.twitter-area__content {
  border: 1px solid #C5D1DE;
  min-height: 850px;
  padding: 20px;
}

.sponsors {
  margin-top: 30px;
}

.sponsors h2.sponsors__title {
  text-transform: uppercase;
  color: #C83B49;
  font-weight: 400;
  background: transparent url("../images/dll--active.png") no-repeat left bottom;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.sponsors img {
  margin: 0 30px;
}

.colaboradores {
  margin-top: 30px;
}

.colaboradores h2.colaboradores__title {
  text-transform: uppercase;
  color: #C83B49;
  font-weight: 400;
  background: transparent url("../images/dll--active.png") no-repeat left bottom;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.colaboradores__content img {
  height: 70px;
  width: auto;
  margin-right: 30px;
}

.node .link-wrapper a {
  border: 1px solid #C5D1DE;
  padding: 10px;
  border-radius: 2px;
}

.node blockquote {
  padding: 10px;
  margin: 20px;
  font-size: 17.5px;
  border: none;
  display: inline;
  font-weight: 300;
  font-style: italic;
}

.field-name-field-internal-image .caption {
  background-color: #efefef;
}

.field-name-field-internal-image .caption p {
  font-size: 12px;
  padding: 3px;
  font-style: italic;
}

footer {
  background-color: #C5D1DE;
  margin-top: 30px;
  padding-top: 20px;
}

body.page-node-10329 .field-name-body td {

  border: 1px solid #efefef;
  padding: 20px;

}


/*# sourceMappingURL=style.css.map */