/**********************************************************************/
/* Navibar Custom */
/**********************************************************************/
.navbar-custom {
    font-family: 'Raleway', sans-serif !important; 
    min-height:30px !important;

    background-color: #2b68a5;
    border-color: #24578b;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#3881cb), to(#2b68a5));
    background-image: -webkit-linear-gradient(top, #3881cb, 0%, #2b68a5, 100%);
    background-image: -moz-linear-gradient(top, #3881cb 0%, #2b68a5 100%);
    background-image: linear-gradient(to bottom, #3881cb 0%, #2b68a5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3881cb', endColorstr='#ff2b68a5', GradientType=0);

}
.navbar-nav a { 
    font-weight: 500; 
    font-size: 15px; 
}
.navbar-nav > li > a, .navbar-brand {
    padding-top:5px !important; 
    padding-bottom:0 !important;
    height: 30px;
}
.navbar-custom .navbar-brand {
    color: #ffffff;
    font-weight: bolder; 
    font-size: 18px; 
  
}



.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li:last-child > a {
  border-right: 1px solid #0072ab;
}
.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
  border-left: 1px solid #0072ab;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #000000;
  background-color: transparent;
}

.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff; 
}

.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #0070a8;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #000000;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #000000;
}
/**********************************************************************/

.navbar-nav > li > a, .navbar-brand {
    padding-top:5px !important; 
    padding-bottom:0 !important;
    height: 30px;
}
.navbar {min-height:30px !important;}


.carousel-control.left, .carousel-control.right {
    background-image: none
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 5px 1px 2px rgba(0,0,0,0.6);
  border-radius: 9px;
}

.slider-size {
    height: 200px; /* This is your slider height */
    bottom: 0;
    padding-bottom: 0px;
}

.carousel{
    margin: 0 auto;
    max-width: 560px;
    max-height: 900px !important;
    min-height: 220px;
}
     
.carousel-caption {
    max-width: 250px;
    max-height: 70px;
    left: 20px;
    right: 20px;
    bottom: 15px;
    text-align: center;
    margin-top:0px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 80%;
    margin: auto;
}

captionfont {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    margin-top:-10px;
    color:#1B1B1B;
    text-shadow: 0px 0px #000;
}

.caph4{
    font-size: 20px;
    color:#1B1B1B;
    margin-top:-10px;
    text-shadow: 0px 0px #000;
}

.captionBlue{
    background-color:rgba(189, 217, 249, 0.50);
}

.captionYellow{
    background-color:rgba(252, 236, 159, 0.50);
}

 img.no-resize {
    min-height: 120px;
    max-height: 120px;
    min-width: 120px;
    max-width: 120px;
 }

 img.no-resize2 {
    min-height: 200px;
    max-height: 200px;
    min-width: 200px;
    max-width: 200px;
 }

 img.noresize3 {
    max-height:200px;
    min-height:120px;
    border: 1px solid  #eaeaea;
    max-width:200px;
    min-width:120px;
 }

 img.bordergh {
     outline: 5px solid #DCDCDC;
     background: transparent;
 }

 .idioma{
     width:22px; 
     height:auto;
     margin-right: 5px; 
     margin-top:-10px;
 }
 
.logo2{
    float:left;
    margin-right:10px;
    margin-top:-20px;
    margin-left:-20px;
 }

Raleway{
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-variant: normal;
    line-height: 45px;
    font-weight: lighter;
    margin-left: 4px;
}

hRaleway{
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    font-size: 400%;
    line-height:100%;
    
}

NormalRaleway{
    font-family: 'Raleway', sans-serif;
    font-size: 250%;
    line-height:150%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway, sans-serif;
}

p, div, span {
    font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	line-height: 20px;
}

.noresponsive {
  width: 970px;
  max-width: none !important;
}

.borderblue {
    width: 250px;
    max-width: none !important;
    margin-left:70px;
    margin-right:10px;
    margin-bottom:10px;
    border: 1px solid  rgba(189, 217, 249, 0.55);
    background-color:rgba(189, 217, 249, 0.05);
}

.borderyellow{
    width: 250px;
    max-width: none !important;
    margin-left:10px;
    margin-right:10px;
    margin-bottom:10px;
    border: 1px solid rgba(252, 236, 159, 0.95);
    background-color:rgba(252, 236, 159, 0.15);
  
}

.borderred{
    width: 250px;
    max-width: none !important;
    margin-left:10px;
    margin-right:-30px;
    margin-bottom:10px;
    border: 1px solid #FFCCCC; 
    background-color:rgba(255, 204, 204, 0.20);
  
}

/*
.shadow {
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.7);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.7);
box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.7);
}
*/

.shadow{
-webkit-box-shadow: 10px 10px 5px 0px rgba(120,120,120,1);
-moz-box-shadow: 10px 10px 5px 0px rgba(120,120,120,1);
box-shadow: 3px 3px 7px 0px rgba(120,120,120,1);
}

.carouselshadow{
-webkit-box-shadow: 1px 1px 2px 1px #DEDEDE;
box-shadow: 1px 1px 2px 1px #DEDEDE;

/*
-webkit-box-shadow: 2px 2px 15px 2px #BFBFBF;
box-shadow: 2px 2px 15px 2px #BFBFBF;
*/
}


.glyphicon.glyphicon-one-fine-dot:before {
    content: "\25cf";
    font-size: 5px;
    position: relative;
    top: -4.5px;
    right: 2px;
    color: #6C6C6C
}

.top-buffer { margin-top:22px; }