.jumbotron{
    margin-bottom: 0;
}
.navbar{
    border-radius: 0;
}
.navbar.affix{
    top: 0px; /* Set the top position of pinned element */
    z-index: 9999;
    width: 100%;
}
/*menu*/
.navbar-default {
  background-color: #f8f8f8;
  border-color: #711b1b;
  box-shadow: 0px 10px 14px -11px rgba(113,27,70,1);
  font-family: Verdana, serif; font-size:14pt; font-style:italic
}


p{
   text-align: justify; 
   color: #320c1f;
}
h2{
	color: #711b71;
  margin-top: 20px;
  margin-bottom: 20px;
}

ul.circulo li{
  color: #320c1f;
  list-style-type: disc;
  margin-left: 25px;
}

ul.dropdown-menu li a:hover{
  background-color: #E7E7E7; 
  color: #484747;
}
footer{
  margin-top: 20px;
}

hr {
  clear: both;
  border: 3px solid   #711c1b; 
  border-radius: 300px/10px; 
  height: 0px; 
  text-align: center;
  margin-top: 20px;
}

.gal{
  margin-right: -4px;
  margin-bottom: 0px;
  height: 100px;
  width: 100px;
  opacity: 0.9;

  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  z-index: 1;
  position: relative;
}
.gal:hover {
    border-color: yellow;
    border-radius: 5px;
    opacity: 1.0;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    z-index: 10;
  }
.col-title {
    padding: 0 0 20px 20px;
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 24px;
    border-bottom: 1px solid #E7E7E7;
    border-left: 1px solid #E7E7E7;
    display: block;
}
.index{
  opacity: .6;
}

.index:hover{
  opacity: 1;
}

.cartel{
  cursor: pointer;
  margin-bottom: 15px;
}

.restricciones{
  border-right-style: groove; height: 100%; border-color: #C39FB1
}
#icono > center > a > img {
  height: 70px;
}

div.opciones ul li{
  list-style-type: none;
  margin-left: -30px;
  margin-top: 1px;
}

div.valores ul li{
  list-style-type: none;
  margin-left: -30px;
  margin-top: -5px;
}

.opciones ul li:hover{
  cursor:pointer;
  text-decoration: underline;
}

h3{
  color: #762e31
}