a {
	color: #A51F4B;
}

a:hover, a:focus {
	color: #A51F4B;
  	opacity: 0.8;
}

h1,
h2,
h3,
h4 {
    color: #A51F4B;
}

/* header top*/
.header-top {
	background-color: #990033;
}

.header-top-nav > li a i {
    color: #FFFFFF;
}

.header-top-nav > li a:hover {
    color: #FFFFFF;
  	opacity: 0.8;
}

/* header */
.header-middle {
    background: rgba(0, 0, 0, 0) url("/media/culturaydeporte/images/mscabecera-u41.jpg.jpg") no-repeat scroll center center;
    background-color: #fff;
}
.header-middle li a {
    color: #A51F4B;
}
.header-middle .slogan h2 { color: #CCC; margin-top: 20px;}

.enlace-busqueda-avanzada { font-size: 11px; display: block; margin-top: 1px;}


/* menu */
.nav > ul > li {
    margin: 0 4px 0 32px;
    font-size: 0.9em;
    list-style-type: square;
    color: #A51F4B;
}

.nav-list > li > a {
    color: #A51F4B;
}

.main-menu .nav-pills > li > a {
    color: #A51F4B;
}

.main-menu .nav-pills > li > a:hover, .main-menu .nav-pills > li > a:focus {
    color: #A51F4B;
  	opacity: 0.8;
  	border-bottom-color: #A51F4B;
}


/*book*/

.book-detail h1.book-title {
    font-weight: bold;
}

.price {
	color: #A51F4B;
}
.btn-primary,
.box-price .btn-primary {
	background-color: #A51F4B;
  	border-color: #A51F4B;
}
.btn-primary:hover,
.box-price .btn-primary:hover {
	background-color: #A51F4B;
  	border-color: #A51F4B;
    opacity: 0.8;
}

/* Búsqueda avanzada */
form label {
	font-weight: 700;
}
form textarea {
	max-width: 100%;
}

/* Resultado de busqueda avanzada */
.advanced-search-result dl > * {
	justify-self: start;
  	align-self: start;
}
.advanced-search-result dl dt:first-child {
  	margin-left: 0;
}
.advanced-search-result dl dt {
    font-size: 16px;
  	float: left;
  	margin-right: 5px;
}
.advanced-search-result dl dd {
	font-size: 16px;
  	margin-left: 0px;
  	margin-bottom: 5px;
}

/* Responsive */

@media(max-width: 767px) {
	.image-logo {
      height: auto;
  	}
  	.header-middle {
  		background: transparent;
  	}
  	header {
      background: rgba(0, 0, 0, 0) url("/media/culturaydeporte/images/mscabecera-u41.jpg.jpg") no-repeat scroll center center;
      background-color: #fff;
  	}
  	.btn_header .menu-bar {
      background-color: #000;
      box-shadow: 0px 0px 7px #fff;
  	}
}


