.btn {
  border-radius:0px;
}
.btn:focus {
  border-radius:0px;
  outline:0px;
}

.navbar {
    min-height: 40px;
  }

.navbar-default {
    background-color: #333;
    border-color: #333;
    border-radius:0px;
    margin-bottom:0px;
}

.navbar-default li:hover {
    background-color: #000;
}


.navbar-default a {
    color:#fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: .5px;
    font-size:.9rem;
    text-decoration: none;
}

.nav > li > a {
  padding:14px 5px;
  text-align:center;
  }


.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #000 !important;
    color:#FFF !important;
}

.nav .active {
	text-decoration: none;
	background-color: #000;
}

.navbar-default .navbar-toggle {
    border-color:rgba(255,255,255,.2);
    color: #fff;
}

.navbar-default .navbar-toggle:hover {
    border-color:rgba(255,255,255,.2);
    background-color:#000;
    color: #fff;
}
.navbar-default .navbar-toggle:focus {
    border-color:rgba(255,255,255,.2);
    background-color:#000;
    color: #fff;
}

.dropdown-menu {
    border-radius: 0px !important;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    border-color:rgba(255,255,255,.2);
    background-color:#000;
    color: #fff;
  }
.dropdown-menu > li > a {
  padding:10px 10px;
  font-size:12px;
  }
.dropdown-menu > li > a:hover {
  border-left:solid 3px #8f051b;
  }

/* Carousel Principal Home */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width:100%;
}
#slider-principal-home .carousel-caption {
    right: 0;
    left: 0;
    paddding-right:5%;
    paddding-left:5%;
    padding-bottom: 60px;
    background: rgba(0,0,0,.5);
    margin-bottom: -20px;
}
/* Fin carousel Principal Home */

/* Carousel exposiciones Home */

#slider-exposiciones-home .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slider-exposiciones-home .carousel-control.left {
    width: 5%;
    left:-5%;
    color:#E0E0E0 !important;
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
	background-image: -o-linear-gradient(left,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.5)),to(rgba(255,255,255,.0001)));
	background-image: linear-gradient(to right,rgba(255,255,255,.5) 0,rgba(255,255,255,.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x;
}
#slider-exposiciones-home .carousel-control.right {
    width: 5%;
	right: -5%;
	left: auto;
    color:#E0E0E0 !important;
	background-image: -webkit-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
	background-image: -o-linear-gradient(left,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.0001)),to(rgba(255,255,255,.5)));
	background-image: linear-gradient(to right,rgba(255,255,255,.0001) 0,rgba(255,255,255,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

#slider-exposiciones-home .carousel-indicators {
	bottom: -50px;
}

#slider-exposiciones-home .carousel-indicators .active {
	width: 20px;
	height: 20px;
	margin: 0;
	background-color: #E0E0E0;
}
#slider-exposiciones-home .carousel-indicators li {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	/* background-color: #000 \9; */
	background-color:#f7f7f7;
	border: 1px solid #F7F7F7;
	border-radius: 10px;
}



/* ESTILOS MODALES */

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,.8);
}
.modal-content {
  border-radius:0px;
  }
.modal-header {
  background:#f0f0f0;
}