/*!
* adm v3.0.0
*
* Copyright 2013 www.animar.org
*
*/

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

body {
	padding-top: 10px;
}

a small {
	display: block;
	float: left;
	padding: 2px 0px;
	border-bottom: 1px dotted #000;
	color: #000;
	text-decoration: none;
	letter-spacing: -.09em;
}

a:hover small {
	border-bottom: 1px solid #999999;
	color: #999999;
}

#right_column {
	background:#FFF;
	border-left: 5px solid #CCC;
	margin-top:2px;
	margin-bottom: 2px;
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#right_column .item {
	font-size: 1.025em;
	line-height: 1.3em;
	margin-bottom: 20px;
}	

#left_column {
	background:#EEE;
	border-left: 5px solid #999;
	padding: 5px 10px 10px 10px;
	margin-top:10px;
	margin-bottom: 2px;
	color: #333;
}

#left_column .item {
	font-size: 1.025em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.barra_menu{
	
}

.col_menu{
		padding: 0;
}


header {
	height:90px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

/*  Tablet  */
@media (min-width:767px){
.barra_menu{	
	/*background-color: #333; */
}
}
/*  Medium Desktop  */
@media (min-width:992px){
.barra_menu{
	/*background-color: #333; */
}
}
/*  Large Desktop  */
@media (min-width:1200px){
.barra_menu{	
	/*background-color: #333; */
}
}

/* MENU */
@media (max-width:767px){
#menu {
	padding: 0px 30px;
}
}

#menu li {
	display: inline;
}
#menu li a {
	font-size:14px;
	text-decoration: none;
	border-bottom: none;
	/*float:left;*/
	padding: 5px 10px 5px 10px;
	background-color: #333;
	color: #fff;
}
#menu li a:hover {
	background-color: #F3B024;
}

/* FOOTER */
#footer {
	color: #fff;
}
#footer a {
	font-size:12px;
	color: #fff;
	border-bottom: none;
}
#footer a:hover {

}

/* LINEAS COLORES TITULOS */
#linea_verde{border-bottom: 5px solid #ADD805;}

#linea_roja{border-bottom: 5px solid #EB4642;}

#linea_azul{border-bottom: 5px solid #539ADA;}

#linea_naranja{border-bottom: 5px solid #F3B024;}

/*COLORES TEXTO */
.naranja-txt { color: #F3B024; }
.verde-txt { color: #ADD805; }
.azul-txt { color: #539ADA; }
.rojo-txt { color: #EB4642; }
.oscuro-txt { color: #333333; }
.claro-txt { color: #F5F5F5; }

/*EXPOSICIONES PORTADA */

.expoportada {
    position:relative;
}
.tituloexpoportada {
    position:absolute;
	background: rgba(0, 0, 0, 0.6);
    top:0px; /* in conjunction with left property, decides the text position */
    left:0px;
    width:100%; /* optional, though better have one */
	padding:5px;
	color:#FFF;
}

.info_expo{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}

.tituloexpoportada p strong a {color:#FFF; border-bottom: none;}

.tituloexpoportada strong a:hover {color:#ADD805;}

/* hr secciones */
.hrnoticias {
	margin-top: 2px;
	margin-bottom: 2px;}
.hrmuseos {
	margin-top: 2px;
	margin-bottom: 2px;}
.hrgalerias {
	margin-top: 2px;
	margin-bottom: 2px;}
	
	
/*  news/cgblog summary pagination */
#pagenav {
   font-family: arial;
   clear:both;
   font-size: .85em;
   margin: 0 0 2em;
   padding: 0;
   list-style: none;
   position: relative;
   left: -2px;
}
#pagenav li {
   display: inline-block;
   background: #ddd;
   margin: 0 2px;
   line-height: 1;
}
#pagenav li a {
   display: block;
   padding: 5px;
   text-decoration: none;
   border-bottom: none;
}
#pagenav li a:hover {
   background: #333;
   color: #fff;
}
#pagenav span {
   font-weight: 700;
   background: #000;
   color: #fff;
   display: block;
   padding: 5px;
}
#pagenav li.continue {
   padding: 0;
   background: none;
   font-size: 1.5em;
}
/*using an html class and modernizer, set according to your set up, IE 6 hacks or fixes not included*/
.lt-ie8 #pagenav li {
   zoom: 1;
   display: inline;
}
/* did not test anything in IE so fix accordingly */
h1 a, h2 a, h3 a, h4 a, h5 a{ border-bottom: none;}


.breadcrumb {
        margin-bottom: 0px;
}

/* COLORES LABEL */
.label-naranja {
background-color: #F3B024;
}
.label-verde {
background-color: #A9C61C;
}
.label-rojo {
background-color: #E74845;
}
.label-azul {
background-color: #5798CE;
}

/* ACORDEON */
.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}


/*  Column clear fix   */
/*  Tablet  */
@media (min-width:767px){
  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }

  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left;
  }
}
/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left;
  }
}

/* REDES LUGARES */
#fb_gris:hover {
    content: url('http://www.andaluciademuseos.es/uploads/adm_bs3/img/facebook_20.jpg');
}
#tw_gris:hover {
    content: url('http://www.andaluciademuseos.es/uploads/adm_bs3/img/twitter_20.jpg');
}

/* QUIERES MÁS */
.mh-menu{
	position: relative;
    list-style-type: none;
    margin: 0px;
	padding: 0px;
}
.mh-menu div{
	/* width: 100px; */
    margin: 0px;
	padding: 0px;
    float: right;
}
.mh-menu div a{
	display: block;
	/* width: 280px; */
	padding: 0px 10px;
	text-align: right;
	position: relative;
	z-index: 10;
	background: #fff;
	/* height: 97px; */
	border-right: 1px solid #ddd;
	background-color: rgba(255,255,255, 0.8);
}
.mh-menu div:nth-child(1):hover a{
	background-color: #333;
}
.mh-menu div:nth-child(2):hover a{
	background-color: rgba(174,54,55,0.9);
}
.mh-menu div:nth-child(3):hover a{
	background-color: rgba(195, 210, 67, 0.9);
}
.mh-menu div:nth-child(4):hover a{
	background-color: rgba(211, 132, 57, 0.9);
}
.mh-menu div:nth-child(5):hover a{
	background-color: rgba(65, 129, 187, 0.9);
}
.mh-menu div a span{
	display:block;
}
.mh-menu div a span:first-child{
	/*font-weight: 700;*/
	font-size: 14px;
	color: #ccc;
	padding-top: 10px;
}
.mh-menu div a span:nth-child(2){
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	transition: color 0.2s linear;
}
.mh-menu div:hover span:nth-child(1){
	color: #000;
}
.mh-menu div:hover span:nth-child(2){
	color: #fff;
}
.Entrevistas{
	color: rgba(174,54,55,0.9);
}
.pinceladas{
	color: rgba(195, 210, 67, 0.9);
}
.Criticas{
	color: rgba(211, 132, 57, 0.9);
}
.Art-daluz{
	color: rgba(65, 129, 187, 0.9);
}

/* VIDEO RESPONSIVE */
.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 60px; overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* TIMELINE EN PRENSA*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 5px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  padding: 5px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 31px;
  left: 50%;
  margin-left: -10px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}





/*  Tablet  */
@media (min-width:767px){
.timeline > li.timeline-inverted > .timeline-panel {
  float: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 15;
  border-right-width: 0px;
  right: -15px;
  left: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 14;
  border-right-width: 0px;
  right: -14px;
  left: auto;
}
}
/*  Medium Desktop  */
@media (min-width:992px){
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
}
/*  Large Desktop  */
@media (min-width:1200px){
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
}




.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}



/* HOVER STYLES LISTA1 */
.lista1 {
    position: relative;
    width: 100%;
    cursor: pointer;
	/*border: #000 groove;*/
}
.lista1 > a img {

}
.lista1:hover > a img {

}

.lista1 > a .nombre {
	/*font-size:10px;*/
    display: block;
    color: #fff;
    background-color: #000;
	opacity: 1;
    filter: alpha(opacity=1); /* For IE8 and earlier */
    top: 50%;
    /*line-height: 14px;*/
    padding: 5px 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*padding: 10px;*/
}

.lista1:hover > a .nombre {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

.lista1 > a .provincia {
    background: #5798CE;
    bottom: 0px;
	right: 0px;
    padding: 5px 5px;
    position: absolute;
    text-align: right;
	font-size:10px;
    line-height: 14px;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lista1:hover > a .provincia {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}


@media (min-width:767px){
.lista1 > a .nombre {
	font-size:24px;
	line-height: 26px;
}
}
/*  Medium Desktop  */
@media (min-width:992px){
.lista1 > a .nombre {
	font-size:20px;
	line-height: 22px;
}

}
/*  Large Desktop  */
@media (min-width:1200px){
.lista1 > a .nombre {
	font-size:20px;
	line-height: 22px;
}
}

/* HOVER STYLES MUSEOS2 */
.animation-wrapper {
    position: relative;
    width: 100%;
    cursor: pointer;
	border: #000 groove;
}
.animation-wrapper > a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.animation-wrapper:hover > a img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}
.animation-wrapper > a div strong {
	font-size:10px;
    display: block;
    color: #000;
    padding-top: 5px;
	font-weight: normal;
}
.animation-wrapper > a div p {
    color: #fff;
}
.animation-wrapper > a div {
    background: #F3B024;
    top: 10px;
    line-height: 14px;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*padding: 10px;*/
}
.animation-wrapper:hover > a div {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}


/* HOVER STYLES LISTA2 */
.lista2 {
    position: relative;
    width: 100%;
    cursor: pointer;
	/*border: #000 groove;*/
}
.lista2 > a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
.lista2:hover > a img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.lista2 > a .nombre {
	/*font-size:10px;*/
    display: block;
    color: #000;
    background: #F3B024;
    top: 10px;
    /*line-height: 14px;*/
    padding: 5px 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    /*padding: 10px;*/
}

.lista2:hover > a .nombre {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.lista2 > a .provincia {
    background: #5798CE;
    bottom: 0px;
	right: 0px;
    padding: 5px 5px;
    position: absolute;
    text-align: right;
	font-size:10px;
    line-height: 14px;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lista2:hover > a .provincia {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}

@media (min-width:767px){
.lista2 > a .nombre {
	font-size:16px;
	line-height: 18px;
}
}
/*  Medium Desktop  */
@media (min-width:992px){
.lista2 > a .nombre {
	font-size:10px;
	line-height: 12px;
}

}
/*  Large Desktop  */
@media (min-width:1200px){
.lista2 > a .nombre {
	font-size:10px;
	line-height: 12px;
}
}







/* ISOTOPE MASONRY & FIXED================================================== */
.isotope-item {
	z-index:2
}
.isotope-hidden.isotope-item {
	pointer-events:none;
	z-index:1;
}
.isotope,.isotope .isotope-item {
	/* change duration value to whatever you like */ -webkit-transition-duration:0.8s;
	-moz-transition-duration:0.8s;
	transition-duration:0.8s;
}
.isotope {
	-webkit-transition-property:height,width;
	-moz-transition-property:height,width;
	transition-property:height,width;
}
.isotope .isotope-item {
	-webkit-transition-property:-webkit-transform,opacity;
	-moz-transition-property:-moz-transform,opacity;
	transition-property:transform,opacity;
}
#content {
	width:100%;
	margin-top:10px;
	z-index:0;
}
#filter ul {
	margin-left:0px;
}
#filter {
}
#filter ul li {
	list-style:none;
	float:left;
	margin-right:15px;
	padding:6px 10px;
	margin-bottom:20px;
	background:#eee;
	display:initial;
}
#filter ul li a {
	color:#333;
	margin-bottom:20px;
}
#filter ul li .selected {
	color: #ff6666 !Important;
}
/* MASONRY */

.boxcontainer {
	border:1px solid #ccc;
	background:#fff;
	font-size:13px;
  	text-align:center;
	transition:border 500ms ease-out;
	-webkit-transition:border 500ms ease-out;
	-moz-transition:border 500ms ease-out;
	-o-transition:border 500ms ease-out;
/*	border-bottom:medium double #ddd;*/
	position:relative;
	overflow:hidden;
        margin-bottom: 10px;
}

.boxcontainer .info {
	margin-bottom:10px;
	/*color:#666;*/
}

.boxcontainer .info p {
	margin-bottom:10px;
	/*color:#666;*/
}
.boxcontainer .info strong {
	font-size:13px;
	line-height:1;
	font-weight:bold;
	padding-left:10px;
	padding-right:10px;
}
.boxcontainer .info strong a {
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	display:block;
	color:#666;
	line-height:20px;
}
.boxcontainer img {
	/*position:relative;*/
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    font-weight:bold;
    }

.nav > li > a{
    padding: 10px 3px;
}

@media (min-width: 768px) and (max-width: 991px) { .navbar-collapse.collapse { display: none !important; } .navbar-collapse.collapse.in { display: block !important; } .navbar-header .collapse, .navbar-toggle { display:block !important; } .navbar-header { float:none; } } 
/* Stylesheet: adm_bs3 Modified On 2016-01-12 17:44:00 */
