/*
 * Start Bootstrap - Full Slider (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

html,
body {
    height: 100%;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.carousel-indicators li {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #999999 \9;
  border: 1px solid #222222;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #222222;
}

/*HEADER*/

.navbar.navbar-default {
  font-size: 2.4em;
  color:#000000;
  height: 100%;
  background-color: #111419;
  border:none;
  border-radius: 0;
  -webkit--radius: 0;
  -moz--radius: 0;
  -ms--radius: 0;
  -o--radius: 0;
  padding: 0 2em 0em 0em;
  width: 100%;
  height: 3.5em;
}

.navbar.navbar-default ul li a.enlaces_menu{
    font-family: Lato-Black, Arial, Helvetica;
    font-weight: bolder;
    color: #FFFFFF;
     -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
		white-space: pre;
}
.navbar.navbar-default ul li a#logotipo_menu{
    background-color: transparent;
}
.navbar.navbar-default ul li a#logotipo_menu img{
   height: 2.5em;;
}
.navbar.navbar-default ul li a.activo, .navbar.navbar-default ul li a.enlaces_menu:hover{
    border-bottom: 4px solid #FCA40E;
    padding-bottom: 0.6em;
    text-decoration: none;
}

.navbar.navbar-default ul li a.enlaces_menu.menu_idioma{
    font-family: Lato-Italic;
}
.navbar.navbar-default ul li a.enlaces_menu.menu_idioma.menu_idioma_activo{
    text-decoration: none;
    background-color: #FCA40E;
    font-family: Lato-Italic;
}

.navbar.navbar-default ul li img{
    margin-top: 0.8em;
    display: inline;
    vertical-align: middle;
    padding-bottom: 1em;
    left: 50%;
    top: 50%;    
}

/*Footer*/
/*PIE DE PAGINA*/
footer {
    position: fixed;
    bottom: 0px; 
    font-family: Lato-Italic, Arial, Helvetica;
    font-size: 2em;
    width: 100%;
    padding: 0 0 2em 2em;
    color:#FFFFFF;
    display: block;
}
footer a{
    color:#FFFFFF;
    text-decoration: none;
}
footer span.idioma_activo, a:hover{
    color:#FCA40E;
}

footer span a{
    display:inline;
}

/*BOTONES DESPLAZAMIENTO LATERAL*/
.carousel-control{width: 10%}
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    height: 300px;
    top:40%;
    opacity: 1;
  }
.carousel-indicators{list-style: square}
.carousel-indicators li {
  width: 1.7em;
  height: 1.7em;
    border-radius:0;
      background-color: #111419;
    opacity: 0.5;
 }
.carousel-indicators .active{
  width: 1.8em;
  height: 1.8em;
  background-color: #111419;
  opacity: 1;}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 0.5em 0.5em 0.5em 1em;
  width: auto;
}
