@import url( http://fonts.googleapis.com/css?family=Open+Sans );

*{
	font-family: "open sans",​sans-serif,Arial,​Helvetica;
}
body {
    margin: 0;
}
#header {
    background-color: rgba(255, 255, 255, 0.01);
    background-image: url("../img/ironpatern.png");
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
    width: 100%;
}
#header_content {
	max-width: 865px;
	margin: auto;
	padding-top: 10px;
    height: 280px;
}
#header_content > div {
    overflow: hidden;
}
#header_buscador_logo > div {
	float: left;
}
#header_logo div{
	float: left;
}

#header_logo img {
	float: left;
	border:0;
}
#header_logo_separador{
	min-height: 45px;
    min-width: 0px;
    margin-top: 26px;
    margin-left: 21px;
    margin-right: 11px;
    border-left: 3px solid rgba(51, 51, 51, 0.69);
}
#header_logo_letras h1{
	font-weight: 400;
	margin-bottom: 0;
    margin-top: 5px;
    font:  22px/1.1em "open sans",sans-serif;
    text-decoration: none;
    color: #000000;
}
#header_logo_letras{
	width: 143px;
}
#header_buscador > img  {
    float: right;
    margin-top: 25px;
}
#header_buscador #avanzada {
    background-image: url("../img/icono_flecha.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 8px auto;
    float: left;
    line-height: 30px;
    padding-left: 17px;
}
#header_buscador span a{
	color: #3586AA;
	text-decoration: none; 
}
#menu{
    float: left;
    margin-left: 30px;
    width: 947px;
}
.menu_item{
    border-top: 1px solid rgb(0, 0, 0);
    box-sizing: initial;
    box-sizing: unset;
    float: left;
    margin-right: 48px;
    padding: 9px;
    width: 153px;
}
.menu_item:HOVER{
	border-top: solid 5px #000000;
}
.menu_item.active{
	border-top: solid 5px #3586AA;
}
.menu_item.active span{
	position: relative;
	top:-4px;
	color: #3586AA;
}
.menu_item span{
	text-decoration: none;
	color: #000000;
}
.menu_item:HOVER span{
	position: relative;
	top:-4px;
}
/**************  Colecciones  ************************/
.colecciones {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}
.colecciones  div  div  h3 {
    border: 0 none;
    color: #000000;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
}
.colecciones  div  .headline {
    border-bottom: 0px;
    margin: 14px 0 6px;
}

.colecciones  div  .coleccion-texto
{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
/*.cabecera-pagina .headline h3{
    border-bottom: #3586AA;
    color: #000000;
}*/
.colecciones a:hover
{
   text-decoration: none;
}
#header_buscador_logo {
  overflow: visible !important;
}

/*************** cambios de visualización rocio *******************/
#header_logo_separador {
    border-left: 3px solid #555;
    margin-left: 21px;
    margin-right: 11px;
    margin-top: 22px;
    min-height: 33px;
    min-width: 0;
}
div#header_links {
float: right;
padding-bottom: 6px;
line-height: 14px;
}
div#header_buscador {
	padding-top: 8px;
	float: right;
	position:relative;
	margin-right:15px;
}
#header_buscador a {
color: #000;
text-decoration: none;
}
#header_buscador a:hover, #header_buscador a:active {
color: #0790C2;
}
img.header_links_separator {
  height: 10px;
  vertical-align: middle;
  width: 2px;
}
#header_logo {
	width: 250px;
	margin-top: 12px;
	margin-left:15px;
}
div#eslogan {
  clear: both;
  float: right;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
#header_logo img {
width: 71px;
}
div#eslogan h2 {
font-size: 14px;
font-style: normal;
}
div#header_links a {
font-size: 9px;
}
#header #language {
font-size: 12px !important;
padding: 0 0 5px !important;
text-align: right;
line-height: 12px;
width:100%;
}

#header_buscador span {
	margin-right: 131px;
	clear:both;
	width:150px;
	float:right;
}
#cajon_busqueda {
	width: 310px;
}
#select_falso > span {
  z-index: 999;
}
#menu a:last-of-type .menu_item {
    margin-right: 0;
}
div#puntero_6 {
z-index: 6;
}
.bibliotecas {
  border-top: 4px solid #ddd;
  display: block;
  margin: auto;
  width: 80%;
}
  .navbar-toggle {
  border-radius: 4px !important;
}