@charset "utf-8";
/* CSS Document */

/* CSS STYLE */

html {
  overflow-y: scroll;
}
body {
  background-color: #ececec;
  font-family: 'Roboto', sans-serif;
  color: #1B335E;
  font-size: 14px;
  font-weight:400;
}

strong {
 color: #164178;
 font-weight: 700;
}

h1, h2, h3, h4, h5, h6, .componentheading {
  font-family: 'Roboto Condensed', sans-serif;
  color: #1D559D;
  font-weight:400;
}

a {
  color: #2976A5;
}

a:hover, a:focus {
  color: #1D559D;
  text-decoration: none;
}

.controls .cancel {
  margin-top:15px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #1D559D;
}

img {
  max-width: 100%;
}

select {
  display: block;
}

.chzn-container {
display: none !important;
}

#top {
  background: none repeat scroll 0 0 #444444;
  color: #ddd;
  font-size: 14px;
  margin-bottom:16px;
  padding-bottom:6px;
  padding-top: 6px;
}

#top .container .separator {
  border-left: 1px solid #CCCCCC;
  display: inline-block;
  height: 10px;
  margin: 0 20px;
  width: 1px;
}

#navigation {

}

#navigation .container {
  background: #fff;
  border-bottom: 3px solid #2976A5;
}


#main .main-box {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 0px solid #E5E5E5;
  margin-bottom: 20px;
  padding: 10px;
}

#breadcrumbs .moduletable {
  border: 0;
  padding: 0;
}

.breadcrumb {
  background-color: #ffffff;
  border-radius: 0px;
  font-size: 11px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  color: #11335E;
}

.breadcrumb a {
  color: #246AC4;
}

#fullwidth{
  overflow: hidden;
}

#fullwidth .moduletable {
  border: 0;
  padding: 0;
}

#content-top {
  padding:0 15px;
}

.carousel-control {
  top:50%;
  width:20px;
  height:30px;
  background: #184885;
  opacity:1;
  background-image: none !important;
  text-shadow: 0 1px 2px rgba(0,0,0,0);
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right  {
  position:static;
  display:block;
  width:auto;
}
.carousel-control .glyphicon-chevron-left:before {
  margin-left:0;
}

.carousel-indicators {
    top: -28px !important;
}

.carousel-indicators li {
    border: 1px solid #285e8e !important;
}

.carousel-indicators .active {
   background-color: #285e8e !important;
}

h2, .h2 {
 font-size: 28px;
}

.black .moduletable {
  background: none repeat scroll 0 0 #222222;
  border-color: #222222;
  color: #AAAAAA;
}
.moduletable {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #2976A5;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 5px;
}

.clear .moduletable, .moduletable.clear {
  border: 0 none;
  margin-bottom: 20px;
  border-radius: 0;
}

.moduletable ul {
  padding: 10px;
  list-style: none;
}

.moduletable ul li {
  margin-bottom:10px;
}

.moduletable h3 {
  margin:0 0 10px 0;
  padding: 10px;
  border-bottom: 1px solid #11335E;
  font-size:12px;
  color:#fff;
  background: #11335E;
  text-transform:uppercase;
}

.moduletable .list-group p {
  color: #224178;
}

#brand {
  float: left;
  padding-top: 5px;
}

.page-header {
  margin: 10px 0 20px;
}
input.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  background-color: #11335E;
}

.item-page h2 {
  margin-top: 0;
}

dl.article-info, p.readmore {
  clear: both;
  display: block;
  width: 100%;
  float: none;
  height: 24px;
}

p.create, dd.published {
  color: #999999;
  padding: 2px 4px 0;

  border: 1px solid #cccccc;
  float: right;
}

p.readmore a {
  color: #ffffff;
  padding: 2px 6px 0;
  background: #184885;
  float: right;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 1px solid #95DBCC;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.btn-info, .btn-info a, span.label a {
  color: #fff !important;
}


.directiva h3 {
  text-transform: none;
  color: #2976A5;
  margin-bottom: 20px;
  display: block;
  clear: both;
  width: 100%;
}

.directiva h3 span {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
  background: #95DBCC;
  color: #ffffff;
}


.directiva p {
  float: left;
  margin-left: 30px;
  margin-bottom: 60px;
  width: 45%;
}

/* Docman */

/* k2 */

/* Galeria */

/* Users */

#profile_tabs {
  margin-bottom: 0px !important;
}

#profile_content .checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 60px;
  margin-bottom: 10px;
  margin-left: 20px;
}

fieldset.fieldset-params{
    display: none !important;
}

.hasTooltip {
  display: inline !important;
}

.noMainbody { display: none !important}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border-radius: 3px;
  color: #555555;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  padding: 4px 6px;
  vertical-align: middle;
}
label {
  margin-bottom: 5px;
}
label, input, select, textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  font-family: arial;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}
input.invalid {
  border-color: #A94442;
}
#pop-print {
  float: right;
  margin: 10px;
}


.btn-default.next-button, .btn-default.prev-button {
color: rgb(255, 255, 255);
background-color: rgb(92, 184, 92);
border-color: rgb(76, 174, 76);

}

#profile_content .btn-primary, #profile_content .btn-primary, .btn.btn-danger #profile_content .btn-default.validate, #profile_content .btn-default.next-button, #profile_content .btn-default.prev-button {
  margin-top: 15px;
  text-transform: uppercase;
}
.next-button.active, .next-button.focus, .next-button:active, .next-button:focus, .next-button:hover,
.prev-button.active, .prev-button.focus, .prev-button:active, .prev-button:focus, .prev-button:hover{
color: rgb(255, 255, 255);
background-color: rgb(68, 157, 68);
border-color: rgb(57, 132, 57);
}

#member-registration {
  padding-bottom: 65px;
}

.btn {
  margin-top: 15px;
  margin-left: 5px;
}

.btn.btn-danger {
  color: #FFF;
  background-color: #C9302C;
  border-color: #AC2925;  
}
#profile_content.well {
  min-height: 20px;
  padding: 0;
  margin-bottom: 20;
  background-color: #F5F5F5;
  border: 0 none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}
.pagination, .pagination-list {
  display: inline-block;
  margin: 20px auto;
  border-radius: 4px;
}

.pagination-list>li>a, .pagination-list>li>span {
color: #224178;
position: relative;
float: left;
padding: 6px 12px;
margin-left: -1px;
line-height: 1.42857143;
color: #428bca;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.pagination-list>.active>a, .pagination-list>.active>span, .pagination-list>.active>a:hover, .pagination-list>.active>span:hover, .pagination-list>.active>a:focus, .pagination-list>.active>span:focus {
z-index: 2;
color: #fff;
cursor: default;
background-color: #428bca;
border-color: #428bca;
}

.pagination>li>a, .pagination>li>span, .pagination-list>li>a, .pagination-list>li>span {
  color: #224178;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus,
.pagination-list>li>a:hover, .pagination-list>li>span:hover, .pagination-list>li>a:focus, .pagination-list>li>span:focus, .pagination-list>.disabled>span, .pagination-list>.disabled>span:hover, .pagination-list>.disabled>span:focus, .pagination-list>.disabled>a, .pagination-list>.disabled>a:hover, .pagination-list>.disabled>a:focus {
  color: #ffffff;
  background-color: #224178;
  border-color: #224178;
}

.pagination-list>li:first-child>a, .pagination-list>li:first-child>span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}


/* Wrapper for page content to push down footer */
#wrap {
  /*min-height: 100%;*/
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;

}

#main-body {
  margin-top:3px;
  padding-top: 20px;
  background:#fff;
}

#buscador-miembros {
  background: url(../images/fondobuscar.jpg)  no-repeat center right;
  padding: 30px;
}

#buscador-miembros label {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform:uppercase;
  font-weight:400;
  font-size:16px;
}

#buscador-miembros input.button {
  margin-top: 20px;
}

@media (min-width: 768px) {
  #buscador-miembros  .form-group {
    display: block !important;
  }
}

@media (max-width: 767px) {
  #buscador-miembros  .form-group {
    margin-bottom: 0;
  }
  #buscador-miembros  .inputbox {
    display:block;
    clear:both;
  }
  #buscador-miembros  input.inputbox {
    margin:18px 0 0;
  }
  #buscador-miembros input.button {
   margin-top: 10px;
 }
}

.profile button a:before {
  font-family: 'FontAwesome';
  content: "\f0e0";
  margin-right: 10px;
}

.profile .label-info.diplomado {
  background: #09A275;
}

.profile .label-info.activo {
  background: #3465AA;
}

.profile .label-info.afiliado {
  background: #7C378A;
}

.profile .label-info.honorifico {
  background: #B10058;
}

.profile .label-info.internacional {
  background: #DC0030;
}

.profile .label-info.jubilado {
  background: #E57D04;
}

.profile .label-info.other {
  background: #F2B701;
}    

#content-bottom .container {
  background: #ffffff;
}

/* Set the fixed height of the footer here */
#bottom .container {
  background: #224178;
  border: 0;
  border-radius:0;
  margin-bottom: 0;
}



#bottom .col-xs-12 {
  padding: 0;
  margin: 0;
}

#bottom .clear .moduletable, #bottom .moduletable.clear {
  margin-bottom: 0;
}

#bottom .well {
  border-radius:0;
  background-color: #224178;
  border: 0 none;
  color: #ffffff;
  font-size: 110%;
  -webkit-box-shadow:inset 0 0 3px 2px rgba(0,0,0,0.1);
  box-shadow:inset 0 0 3px 2px rgba(0,0,0,0.1);
}


#bottom .well h4 {
  color: #ffffff;
  font-size: 28px;
}

#bottom .well strong {
  color: #ddd;
}


#footer .moduletable {
  color: #ddd;
  background: #1B335E;
  border: 0;
  border-radius:0;
  margin-bottom: 0;
  padding: 30px 0;
  font-size:12px;
}

#footer a {
  color: #ffffff;
}

#footer ul.column-count {
  -moz-column-count: 5;
  -webkit-column-count: 5;
  column-count: 5;
}

#footer ul.column-count li {
  text-align:  center;
}

#footer ul.column-count li a {
  margin-bottom:5px;
}

#footer .column-count a {
  color: #ffffff;
  font-size:12px;
}

/* LAYOUT */
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}

/* JOOMLA */

.form-horizontal .control-label {
  text-align: inherit;
}

.cols-1 {
  display: block;
  float: none !important;
  margin: 0 !important;
}
.cols-2 .column-1 {
  float: left;
  width: 46%;
}
.cols-2 .column-2 {
  float: right;
  margin: 0;
  width: 46%;
}
.cols-3 .column-1 {
  float: left;
  margin-right: 4%;
  padding: 0 5px;
  width: 29%;
}
.cols-3 .column-2 {
  float: left;
  margin-left: 0;
  padding: 0 5px;
  width: 29%;
}
.cols-3 .column-3 {
  float: right;
  padding: 0 5px;
  width: 29%;
}
.items-row {
  margin-bottom: 10px !important;
  overflow: hidden;
}
.column-1, .column-2, .column-3 {
  padding: 10px 5px;
}
.column-2 {
  margin-left: 40%;
  width: 55%;
}
.column-3 {
  width: 30%;
}
.blog-more {
  padding: 10px 5px;
}

input[readonly="readonly"] {
   background: #a4bdde;
}

.koowa ul.gallery-thumbnails li {
max-width: 200px;
}

.jsn_profile_right {
  margin-left: 0 !important;
}

/* Alerts */
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}

.alert p {
  font-weight: bold;
}

.alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;  
}

.alert-message {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}

.alert-notice {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}

/* Media Queries */
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {

}
/* Landscape phones and down */
@media (max-width: 480px) {

}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

}
/* Large desktop */
@media (min-width: 1200px) {

}

.koowa ul.gallery-thumbnails li {
    vertical-align: top !important;
}