/* CSS reset by Eric Meyer
////////////////////////// */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  display: block;
}

h1 {
	font-size: 36px;
	clear: both;
	margin-top	: 20px;
	line-height: 1.2;
	color: #EFD64F;
	padding-top: 10px;
}
p {
	margin-bottom: 10px;
}

/* Helpers
////////// */
.clear:before,
.clear:after { 
  content: "\0020"; 
  display: block; 
  height: 0; 
  visibility: hidden; 
} 
.clear:after { 
  clear: both;
}
.clear { 
  zoom: 1;
}
.hide {
  position: absolute;
  top: -999em;
  left: -999em;
}
img {
  max-width: 100%;
}
.img {
  display: block;
  text-indent: -999em; 
  overflow: hidden; 
  background: no-repeat;
}
.fixO {
  overflow: hidden;
}


/* Project CSS
////////////// */
body {
font-family: 'Open Sans Condensed', sans-serif;
  font: 14px/1.666 'Open Sans Condensed', sans-serif;
  color: #d9d9d9;
  background: #000;
  //width: 980px;//
  margin: 0 auto 30px;
}

.article {
	width: 980px;
	margin: 0 auto;
}

header.site {
	background: url('images/cabecera_antonio_el_demiurgo.jpg');
	position: relative;
	background-size: contain;
	width: 980px;
	height: 600px;
	margin: 0 auto;
	margin-top: 10px;
}

a {
	color: #ECAF09;
	text-decoration: none;
}
header * {
  font-size: 21px;
}
header h1, h2.site {
  font: 36px/1 'Open Sans Condensed', inherit;
}
header, h1, h2, h3, h4, dt {
	color: #B7A280;
}

hr {
  width: 100%;
  height: 0;
  padding: 30px 0 0;
  margin: 0 0 30px;
  border: dashed #494949;
  border-width: 0 0 1px;
}
dl {
  margin-top: -10px;
}
dt {
  margin-top: 10px;
}
img {
  display: block;
  padding: 5px;
}
img.preventDefault {
  padding: 0;
  background: transparent;
  float: left;
  padding-left: 50px;
  margin-top: 40px;
  padding-bottom: 40px;
}
img.figureLeft {
  margin-right: 25px;
}

h1.site {
	margin-top: 0px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 0em;
}

.img-description {
	width: 380px;
	float: right;
}

.img-description h2 {
	font-size: 24px;
	color: #bb9143;
}

.intro img {
	float: right;
	padding-left: 15px;
	margin-left: 10px;
	position: relative;
	top: 4px;
}

.logos {
	margin-left: 230px;
	margin-top: 20px;
}

.image-select {
	margin-bottom: 20px;
	width: 555px;
	float: left;
	margin-right: 10px;
}

.images-personajes {
	clear: both;
}
aside.photos {
  margin-bottom: 30px;
}
aside.photos img {
  float: left;
  margin: 4px;
  margin-right: 0;
  margin-top: 0;
}

aside.photos img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /*For IE8 and earlier */
}

.intro {
	text-align: center;
	background: rgba(0,0,0,0.2);
	border-radius:#EDD749;
	padding: 10px 35px;
	margin-bottom: 0px;
}

.intro h1 {
	font-size: 28px;
	clear: both;
	color: #B7A280;
	margin-bottom: 20px;
}

.intro p {
	font-style: italic;
	width: 780px;
	margin: 0 auto;
	line-height: 1.3;
	font-size: 18px;
	color: #A78E58;
} 

.sinopsis {
	width: 980px;
}

.sinopsis .description {
	width: 560px;
	float: left;
	margin-bottom: 20px;
	font-size: 18px;
	color: #F1E8DF;
	line-height: 1.6em;
}

.sinopsis .production {
	width: 390px;
	float: right;
	margin-top: 0px;
}

.sinopsis .production ul {
	width: 366px;
	float: right;
	background: rgba(255,255,255,.1);
	padding: 7px;
	border-radius: 8px;
	border: 1px dashed #292929;
}


.personajes {
	clear: both;
}

.note {
	font-size: 18px;
	font-style: italic;
	color: #958970;
}

.director {
	column-count: 3;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	margin-top: 10px;
}

.director span {
	font-style: italic;
	margin-bottom: 10px;
}

.director img {
	max-width: 300px;
	margin-bottom: 5px;
}

.director p.firm {
	font-size: 20px;
	color: #ccc;
	text-align: right;
	margin-top: 10px;
}

.bio img {
	float: left;
	margin-right: 10px;
}

.bio h2 {
	font-size: 24px;
}

.producers {
	width: 980px;
}

.producers img {
	background: none;
}

.credits {
	position: relative;
	width: 980px;
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 40px;
}

.support {
	width: 980px;
}

.support h1 {
	font-size: 36px;
	text-align: center;
}

.half, .sixth {
   float: left;
 }
 .half {
   width: 440px;
   margin-right: 35px;
 }
 .half.last {
   width: 460px;
   margin: 0;
   margin-right: 30px;
   margin-bottom: 20px;
 }
 
 .half.last h2 {
	color: #B7A280;
	;
	font-size: 24px;
 }
 .sixth {
   width: 200px;
   padding-bottom: 40px;
 }
 
.sixth:first-child {
	margin-left: 103px;
 }
 .sixth p {
   margin-top: 20px;
 }
 .sixth dd {
   color: #e9e9e9;
}

.backstage img {
	float: left;
	width: 23.98%;
}

.backstage img:hover {
	opacity: 0.8;
	filter: alpha(opacity=80); /*For IE8 and earlier */;	
}

.figureLeft.credits {
	float: left;
}

.bio img {
	max-width: 350px;
}
.article .intro h2 {
	color: #958970;
	margin-bottom: 20px;
	margin-top: 10px;
}
.article .credits h2 {
	text-align: center;
}
.no_margin {
	margin-top: -20px;
}
.article .support h1 {
	font-size: 24px;
}
