/* Global
v 1.2018.2 - 25 de Mayo 2018
Artistas varios */
.oculto {
	display: none !important;
}
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: 'Lucida Grande',Verdana,sans-serif;
	font-size: 62.5%;
	background: #f6eaee;
}
h1 {
	font-size:24px;
  font-size:2.4rem;
	cursor: default;
}
h2 {
  font-size:18px;
  font-size:1.8rem;
	font-family: 'Cinzel', Arial;
	cursor: default;
}
h3 {
	font-size:16px;
  font-size:1.6rem;
	cursor: default;
}
p {
	font-size: 1.2rem;
	cursor: default;
	line-height: 1.3em;
	margin-bottom: 1%;
}
a {
	cursor: pointer;
}

/* Estructura */

#wrapper {
	width: 100%;
	overflow: hidden;
  position: relative;
	background: #f6eaee;
}
#main {
	width: 100% ;
}

/* Cabecera */

#header {
  width: 95%;
	max-height: 150px;
	background: #7a1b1f url('../images/header-background-degrade.jpg') 0 0 repeat-x;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	padding: 1.5rem 2.5%;
}
#header h1 {
	color: #fff;
	font-size: 4rem;
}
#header h1 span {
  font-weight: normal;
	text-shadow: 3px 3px 0px #000;
	letter-spacing: .2rem;
	text-transform: uppercase;
}
#header .logo {
	float: none;
}

/* Logos */

.logo {
  float: right;
}
.logo span {
  display: none;
}
.logo.zurbaran {
	width: 11rem;
	height: 5rem;
	background: url(svg/logo_zurbaran_blanco.svg) 0 0 no-repeat;
	background-size: cover;
	float: left;
	margin: 0rem 0 0 2rem;
}
.logo.alvear {
	width: 8.6rem;
  height: 5rem;
  background: url(svg/logo_alvear_blanco.svg) 0 0 no-repeat;
  background-size: cover;
  float: right;
  margin: 0rem 2rem 0 0;
}

/* Navegacion */

#nav {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: inline-block;
	margin: 0 auto 8px auto;
	overflow: hidden;
	border-bottom: 2px #666 solid;
	background: #fff;

}
#nav li {
	list-style-type: none;
  display: inline;
}
#nav li a {
	text-transform: uppercase;
	font-family: 'Cinzel', Arial;
	color: #181718;
	font-size: 12px;
	font-size: .95rem;
	text-decoration: none;
	letter-spacing: 0.01em;
	cursor: pointer;
	display: inline-block;
	padding: .6rem .5rem;
	text-transform: uppercase;
	-webkit-transition: All 0.3s ease-out;
	-moz-transition: All 0.3s ease-out;
	-o-transition: All 0.3s ease-out;
}
#nav li a:hover {
	background: #7a1b1f;
	color: #ffffff;
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
.impar .galeria_obras li span {
  font-size: 1.4em;
  font-family: Helvetica, Arial, Roboto;
  padding: 3%;
  background: #666;
  line-height: 1.36em;
  color: #fff;
  width: 94%;
  float: left;
}

/* Footer */

#footer {
	padding: 2rem 0 2rem;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #666;
  display: inline-block;
  border-top: 1px #666 solid;
	font-size: 11px;
}
#footer ul {
	list-style: none;
  margin: 0 0 1rem 0;
}
#footer li {
	display: inline;
}
#footer a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: .5rem .4rem;
}
#footer p {
	font-size: 12px;
}
#footer p a {
  text-transform: lowercase;
}
#footer p.izquierda {
  text-align: left;
  float: left;
  width: 40%;
  margin: 0 0 0 2rem;
  background: url(svg/logo_zurbaran_azul.svg) left bottom no-repeat;
  background-size: 150px auto;
  padding: 0 0 7rem 0;
}
#footer p.derecha {
  text-align: right;
  float: right;
  width: 40%;
  margin: 0 2rem 0 0;
	background: url(svg/logo_alvear_azul.svg) right bottom no-repeat;
  background-size: 140px auto;
  padding: 0 0 7rem 0;
}

/* Contenido */

#content {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 1rem 25px;
}
#content p {
  padding: .5rem 0;
	font-size: 14px;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.56em;
  color: #666;
}
#content img.izquierda {
  float: left;
  width: 28%;
  margin: 0 .8rem 0 0;
}
#content img.derecha {
  float: right;
  width: 28%;
  margin: 0 0 0 .8rem;
}

/* Contenido Interna */

#content.interna {
  position: relative;
  overflow: hidden;
	max-width: 1100px;
	min-width: 320px;
}
#content.interna a {
  color: #000;
}
#content.interna h2 {
	font-size: 3.0rem;
  font-weight: 200;
  color: #7a1b1f;
  border-bottom: 1px solid #7a1b1f;
  padding: .5rem 0;
  margin: 0 0 1rem 0;
  text-align: left;
	display: flex;
	width: 100%;
}
#content.interna h3 {
  font-size: 2.0rem;
  font-weight: 200;
  color: #666;
  border-bottom: 1px solid #666;
  padding: .5rem 0;
  margin: 2rem 0 0 0;
	float:left;
	width: 100%;
}
#content.interna .destacada {
	float:left;
	margin: 0 2em 0 0;
}

/* Contenido Interna Galerias */

#content.interna .galeria_obras {
  margin: 0 auto;
	width: auto;
	max-width: 950px;
	min-width: 310px;
}
#content.interna .galeria_obras li span {
	font-size: 1.5em;
  padding: 3%;
  line-height: 1.36em;
  color: #666;
  width: 94%;
  float: left;
}
#content.interna .obra {
  display: inline-block;
  width: 24.7%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#content.interna .obra a img {
  width: 100% !important;
  height: auto;
  float: left;
}
#content.interna .obra a {
  display: inline-block;
  opacity: 1;
  background: #fff;
  margin:0;
  padding: 0;
  width: 100%;
  min-height: 158px;
  overflow: hidden;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#content.interna .obra a:hover {
  opacity: 0.5;
  background: #fff;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#content.interna .obra .box_text {
  font-size: .9rem;
  text-align: center;
  font-weight: 700;
  padding: 1rem 0 1em 0;
  overflow: hidden;
  width: 100%;
  background: #ffffff;
  background: rgba(24,129,136,1);
  min-height: 50px;
  color: #fff;
}
#content.interna #submenu {
  display: inline-block;
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: center;
}
#content.interna #submenu ul {
  width:100%;
  margin: 0 !important;
  padding: 0 !important;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
#content.interna #submenu li {
	list-style: none;
	display: inline;;
}
#content.interna #submenu li span {
  padding: 0;
  font-size: 1rem;
  cursor: pointer;
}
#content.interna #submenu li a {
  color: #666;
  padding: 5px 10px;
  font-size: 1rem;
	font-family: 'Cinzel', Arial;
  display: inline-block;
  text-decoration: none;
}
#content.interna #submenu li a:hover {
  background: #7a1b1f;
  color: #ffffff;
}
#content.interna #submenu li a strong {
    margin-right: 5px;
}
#content.interna #submenu li a span {

}
#content.interna #thumb {
  width: 100%;
  padding: 0 0 0 0;
	display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
#content.interna #thumb a {
	width: 28%;
	padding: 0rem 5px 1rem 0;
	margin: 0;
	overflow: hidden;
	font-family: 'Cinzel', Arial;
	color: #666;
}
#content.interna #thumb a:hover {
	color: #7a1b1f;
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#content.interna #thumb a:hover > span {
	color: #7a1b1f;
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#content.interna #thumb a:hover > img {

}
#content.interna #thumb a img {
  float: left;
  clear: both;
  width: 100%;
}
#content.interna #thumb a span {
  float: left;
  width: 100%;
  padding: 15px 0 0 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
}

/* Evento Contenido Biografia */

#content .evento {
	font-size: 14px;
  font-size: 1.2rem;
  text-align: justify;
  line-height: 1.26em;
  color: #666;
  border-bottom: 1px solid #cdcdcd;
  padding: .5rem 1% 1rem 1%;
  cursor: default;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
	float:left;
	width: 98%;
}
#content .evento:last-child {
	border-bottom: 0px solid #cdcdcd;
}
#content .evento .descripcion {
	float:left;
	width: 100%;
}
#content .primero {
	border-bottom: 0px solid #cdcdcd;
	width: 80%;
}
#content .evento:hover {
  background: #78191d;
  color: #fff;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
#content .evento:hover > .fecha {
	color: #fff;
	-webkit-transition:All 0.3s ease-in;
	-moz-transition:All 0.3s ease-in;
	-o-transition:All 0.3s ease-in;
}
#content .evento .fecha {
  float: left;
  font-weight: 700;
  margin: 0 1rem 0 0;
	color: #333;
}

/* Par */

.par {
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 1em 1em;
  clear: both;
  overflow: hidden;
}
.par h2 {
  font-size: 3.0rem;
  font-family: Helvetica;
  font-weight: 200;
  color: #666;
  border-bottom: 1px solid #666;
  padding: .5rem 0 .8rem 0;
  margin: 0 0 1rem 0;
	text-align: center;
}
.par .tapa img {
	width: 500px;
	float: left;
	margin: 70px 2rem 2rem 2rem;
}
.par .informacion h3 {
  border-bottom: 1px #f1f1f1 solid;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 0 .5rem 0;
  margin: 0 0 1rem 0;
  color: #666;
}
.par .informacion p {
  margin: 0 0 .5rem 0;
}
.par .informacion .galeria {
  margin: 1rem 0 0 0;
  padding: 6rem 0 0 0;
  background: transparent url("svg/logo_pilar.svg") no-repeat scroll 0px 0px / 230px auto;
}

/* Actual */

.actual {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 2%;
}
.actual img {
  width: 50%;
	float:left;
	margin-right: 2%;
}

/* Impar */

.impar {
	width: auto;
  height: auto;
  margin: 25px auto 1rem auto;
  padding: 0 1rem;
  clear: both;
  overflow: hidden;
}
.impar h2 {
  font-size: 3.0rem;
  font-family: Helvetica;
  font-weight: 200;
  color: #666;
  border-bottom: 1px solid #bcbcbc;
  padding: .5rem 0 .8rem 0;
  margin: 0 0 1rem 0;
	text-align: center;
}
.impar img.izquierda {
  float: left;
  width: 28%;
  margin: 0 .8rem 0 0;
}
.impar img.derecha {
  float: right;
  width: 285px;
  margin: 0 0 0 .8rem;
}
.impar p {
  color: #666;
}
.impar .galeria_obras {
  margin: 0px auto;
  /*width: auto;*/
	width: auto;
	max-width: 950px;
	min-width: 310px;
	overflow: hidden;
}
.impar .obra {
  height: auto;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 300px;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.impar .obra a img {
  width: 100% !important;
  height: auto;
  float: left;
}
.impar .obra a {
  display: inline-block;
  opacity: 1;
  background: #fff;
  margin:0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
.impar .obra a:hover {
  opacity: 0.5;
  background: #fff;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
.impar .obra .box_text {
  font-size: 0.9rem;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  bottom: 3px;
  right: 0px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
  padding: 1rem 0px 0px;
  min-height: 50px;
}

/* Catalogo */

.catalogo {
  float: left;
  background: #666;
  color: #fff;
  text-decoration: none;
  font-size: 1.3rem;
  padding: 1rem 1rem 1rem 1rem;
  margin: 2rem 0 0 0;
}

/* Videos */

.videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.videos iframe {
	margin: 0 0 2rem;
}

/* Inicio - Sobre Artista */

.sobre_artista {
	width: 100%;
	max-width: 806px;
	height: auto;
  margin: 25px auto 25px auto;
  padding: 0 0;
  clear: both;
  overflow: hidden;
}
.sobre_artista .centrada {
	margin: 0 auto 20px auto;
}
.sobre_artista h2 {
  font-size: 3.0rem;
  font-weight: 200;
  color: #595959;
  border-bottom: 1px solid #bcbcbc;
  padding: .5rem 0 .8rem 0;
  margin: 0 0 1rem 0;
	text-align: center;
}
.sobre_artista img.izquierda {
  float: left;
  width: 28%;
  margin: 0 .8rem 0 0;
}
.sobre_artista img.derecha {
  float: right;
  width: 28%;
  margin: 0 0 0 .8rem;
}
.sobre_artista p {
	text-align: justify;
	color: #666;
	padding: 0 25px;
}
.sobre_artista .galeria_obras {
  margin: 0px auto;
  /*width: auto;*/
	width: auto;
	max-width: 950px;
	min-width: 310px;
	overflow: hidden;
}
.sobre_artista .obra {
  height: auto;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 300px;
  display: inline-block;
  float: left;
  overflow: hidden;
}
.sobre_artista .obra a img {
  width: 100% !important;
  height: auto;
  float: left;
}
.sobre_artista .obra a {
  display: inline-block;
  opacity: 1;
  background: #fff;
  margin:0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
.sobre_artista .obra a:hover {
  opacity: 0.5;
  background: #fff;
  -webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
.sobre_artista .obra .box_text {
  font-size: 0.9rem;
  text-align: center;
  font-weight: 700;
  overflow: hidden;
  position: absolute;
  bottom: 3px;
  right: 0px;
  width: 100%;
  cursor: default;
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0% 0%;
  padding: 1rem 0px 0px;
  min-height: 50px;
}

/* Prensa */
.prensa {}
.prensa ul {
	display: flex;
	flex-wrap: wrap;
}
.prensa ul li {
	margin: 0 34px 0 32px;
	width: 300px;
	list-style: none;
  margin-bottom: 30px;
}
.prensa ul li img {}
.prensa ul li h3 {
	margin: 0.5rem 0 0.5rem 0 !important;
	padding: 0 !important;
	font-size: 1.0rem !important;
	border-bottom: 0px !important;
	font-weight: 400 !important;
}
.prensa ul li h3 span {}
.prensa ul li span {
	font-size: 0.9rem;
	color: #666;
}
.prensa ul li a {
	background: #666;
	color: #fff !important;
	padding: 10px;
	display: table;
	margin: 10px 0 0;
	font-size: .8rem;
	text-decoration: none;
}
.prensa .critica {
	padding: .5rem 32px .5rem 32px !important;
}
.prensa .critica span {
	font-weight: 700;
  font-style: italic;
  font-size: 1rem;
}
