@import url('demo.css');

.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	/*border: 1px solid #ddd;*/
}

.fc-calendar .fc-row {
	width: 100%;
	/*border-bottom: 1px solid #ddd;*/
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(100%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	/*border-right: 1px solid #ddd;*/
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 0.7em;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}

.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}






/* Custom calendar elements */

.custom-calendar-wrap {
	/*margin: 10px auto;*/
	position: relative;
	overflow: hidden;
	height: 100%;
}

.custom-inner {
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
	height: 100%;
}

.custom-inner:before,
.custom-inner:after  {
	content: '';
	width: 99%;
	height: 50%;
	position: absolute;
	background: #f6f6f6;
	bottom: -4px;
	left: 0.5%;
	z-index: -1;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.custom-inner:after {
	content: '';
	width: 98%;
	bottom: -7px;
	left: 1%;
	z-index: -2;
}

.custom-header {
	background: #fff;
	padding: 5px 10px 10px 10px;
	height: 50px;
	position: relative;
}

.custom-header h2,
.custom-header h3 {
	text-align: center;
	text-transform: uppercase;
}

.custom-header h2 {
	color: #495468;
	font-weight: 300;
	font-size: 18px;
	margin-top: 10px;
}

.custom-header h3 {
	font-size: 10px;
	font-weight: 700;
	color: #b7bbc2;
}

.custom-header nav span {
	position: absolute;
	top: 17px;
	width: 30px;
	height: 30px;
	color: transparent;
	cursor: pointer;
	margin: 0 1px;
	font-size: 20px;
	line-height: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span:first-child {
	left: 5px;
}

.custom-header nav span:last-child {
	right: 5px;
}

.custom-header nav span:before {
	font-family: 'fontawesome-selected';
	color: #00513B;
	position: absolute;
	text-align: center;
	width: 100%;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:hover:before {
	color: #495468;
}

.custom-content-reveal {
	background: #f6f6f6;
	background: rgba(246, 246, 246, 0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 100%;
	left: 0px;
	text-align: center;
	z-index: 0;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.custom-content-reveal span.custom-content-close {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #00513B;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
	line-height: 13px;
	padding: 0;
}

.custom-content-reveal span.custom-content-close:after {
	content: 'x';
	font-size: 18px;
	color: #fff;
}

.custom-content-reveal a,
.custom-content-reveal span {
	font-size: 22px;
	padding: 10px 30px;
	display: block;
}

.custom-content-reveal h4 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 3px;
	color: #777;
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	/*border-top: 5px solid #ef4f69;*/
	box-shadow: 0 1px rgba(255,255,255,0.9);
	margin-bottom: 30px;
}

.custom-content-reveal span {
	color: #888;
}

.custom-content-reveal a {
	color: #00513B;
}

.custom-content-reveal a:hover {
	color: #333;
}

/* Modifications */

.fc-calendar-container {
	height: 220px;
	width: auto;
	padding: 10px;
	box-shadow: inset 0 1px rgba(255,255,255,0.8);
	z-index: 0;
}

.fc-calendar .fc-head {
	background: transparent;
	color: #00513B;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.fc-calendar .fc-row > div {
	background: #fff;
	cursor: pointer;
}

.fc-calendar .fc-row > div:empty {
	background: transparent;
}

.fc-calendar .fc-row > div > span.fc-date {
	top: 50%;
	left: 50%;
	text-align: center;
	margin: -10px 0 0 -15px;
	color: #686a6e;
	font-weight: 700;
	pointer-events: none;
	z-index: 1;
}

.fc-calendar .fc-row > div.fc-today {
	background: #E4E4E4;
	box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-today > span.fc-date {
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-row > div.fc-content:after {
	content: '\00B7';
	text-align: center;
	width: 20px;
	margin-left: -25px;
	position: absolute;
	color: #004F3A;
	font-size: 200px;
	line-height: 38px;
	left: 47%;
	bottom: 3px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after {
	color: #00513B;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
	color: #00513B;
}

.fc-calendar .fc-row > div.fc-today.fc-content:hover:after{
	color: #fff;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	display: none;
	font-size: 22px;
}

@media screen and (max-width: 400px) {
	.fc-calendar-container {
		height: 300px;
	}
	.fc-calendar .fc-row > div > span.fc-date {
		font-size: 15px;
	}
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body,
.cf {
  *zoom: 1;
}
body:before,
.cf:before,
body:after,
.cf:after {
  content: '';
  display: table;
}
body:after,
.cf:after {
  clear: both;
}
*,
*:before,
*:after,
*::before,
*::after {
  *behavior: url("js/vendor/boxsizing.htc");
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  width: 100%;
}
img,
video,
audio,
embed,
object,
input,
iframe {
  max-width: 100%;
}
.browsehappy {
  width: 100%;
  padding: 15px;
  background: #222;
  color: #fff;
}
.browsehappy p {
  text-align: center;
}
.browsehappy a {
  color: #fff;
  font-weight: bold;
}

.Gris {
  background: #eee;
}
.navBusquedaAnos {
  float: left;
  width: 13%;
  padding-left: 5%;
  position: fixed;
}
@media only screen and (max-width: 400px) {
  .navBusquedaAnos {
    float: none;
    width: 100%;
    padding-left: 0;
    position: relative;
    text-align: center;
  }
}
.navBusquedaAnos p {
  color: #00513b;
  font-family: 'Open Sans' sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 0.9em;
  margin-bottom: 20px;
}
.navBusquedaAnos ul li {
  list-style: none;
  font-weight: 400;
  font-size: 0.9em;
  color: #454545;
  margin: 10px 0;
}
@media only screen and (max-width: 400px) {
  .navBusquedaAnos ul li {
    display: inline-block;
    margin: 0 1.5%;
  }
}
.contHistorias {
  float: right;
  width: 75%;
  margin-right: 60px;
}
.contHistorias .contInfoHistoria:nth-child(odd) {
  overflow: hidden;
  clear: both;
}
.contHistorias .contInfoHistoria:nth-child(odd) .anoTitulo {
  width: 50%;
  text-align: left;
  float: right;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  color: #00513b;
  font-size: 2em;
  margin: 20px 0;
  position: relative;
}
.contHistorias .contInfoHistoria:nth-child(odd) .anoTitulo:before {
  content: '';
  background: url("../img/img-triasmallgreen.png") no-repeat;
  position: absolute;
  width: 10px;
  height: 18px;
  left: -14px;
  top: 6px;
}
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado {
  *zoom: 1;
  clear: right;
  position: relative;
  height: 277px;
}
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado:before,
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado:after {
  content: '';
  display: table;
}
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado:after {
  clear: both;
}
@media only screen and (max-width: 400px) {
  .contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado {
    height: auto;
  }
}
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado .imgHistoria,
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado .infoHistoria {
  width: 50%;
  height: 100%;
  float: left;
}
@media only screen and (max-width: 400px) {
  .contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado .imgHistoria,
  .contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado .infoHistoria {
    width: 100%;
    height: auto;
  }
}
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado .imgHistoria img {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: #808080;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado .infoHistoria {
  padding: 40px;
  position: relative;
  font-family: 'Open Sans' sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  height: 100%;
  background: #fff;
  overflow: auto;
}
.contHistorias .contInfoHistoria:nth-child(odd) .historiaApartado .btnDetalle {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #003929;
  padding: 0px 5px;
  line-height: 1;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  display: block;
}
.contHistorias .btnVerde {
  left: 50%;
  margin-left: -73px;
}
.contHistorias .contInfoHistoria:nth-child(even) {
  overflow: hidden;
  clear: both;
}
.contHistorias .contInfoHistoria:nth-child(even) .anoTitulo {
  width: 50%;
  text-align: left;
  float: right;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  color: #00513b;
  font-size: 2em;
  margin: 20px 0;
  position: relative;
}
.contHistorias .contInfoHistoria:nth-child(even) .anoTitulo:before {
  content: '';
  background: url("../img/img-triasmallgreen.png") no-repeat;
  position: absolute;
  width: 10px;
  height: 18px;
  left: -14px;
  top: 6px;
}
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado {
  *zoom: 1;
  clear: right;
  position: relative;
  height: 277px;
}
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado:before,
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado:after {
  content: '';
  display: table;
}
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado:after {
  clear: both;
}
@media only screen and (max-width: 400px) {
  .contHistorias .contInfoHistoria:nth-child(even) .historiaApartado {
    height: auto;
  }
}
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado .imgHistoria,
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado .infoHistoria {
  width: 50%;
  height: 100%;
  float: right;
}
@media only screen and (max-width: 400px) {
  .contHistorias .contInfoHistoria:nth-child(even) .historiaApartado .imgHistoria,
  .contHistorias .contInfoHistoria:nth-child(even) .historiaApartado .infoHistoria {
    width: 100%;
    height: auto;
  }
}
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado .imgHistoria img {
  width: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: #808080;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado:hover img {
  filter: none;
  -webkit-filter: grayscale(0);
}
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado .infoHistoria {
  padding: 40px;
  position: relative;
  font-family: 'Open Sans' sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
.contHistorias .contInfoHistoria:nth-child(even) .historiaApartado .btnDetalle {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #003929;
  padding: 0px 5px;
  line-height: 1;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  display: block;
}
.contHistorias .btnVerde {
  left: 50%;
  margin-left: -73px;
}
.contImgHistoriaDetalle {
  height: 436px;
  padding: 0 45px;
}
.contImgHistoriaDetalle .contImgBig {
  float: left;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 65.6666666666667%;
  margin-left: 0%;
  margin-right: 3%;
}
.contImgHistoriaDetalle .contImgBig:before,
.contImgHistoriaDetalle .contImgBig:after {
  content: '';
  display: table;
}
.contImgHistoriaDetalle .contImgBig:after {
  clear: both;
}
.contImgHistoriaDetalle .contImgBig:last-child {
  margin-right: 0%;
}
.contImgHistoriaDetalle .contImgBig .imgBig {
  margin: 0;
}
.contImgHistoriaDetalle .contImgSmall {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 31.3333333333333%;
  margin-left: 0%;
  margin-right: 3%;
  float: left;
  height: 100%;
  position: relative;
}
.contImgHistoriaDetalle .contImgSmall:before,
.contImgHistoriaDetalle .contImgSmall:after {
  content: '';
  display: table;
}
.contImgHistoriaDetalle .contImgSmall:after {
  clear: both;
}
.contImgHistoriaDetalle .contImgSmall:last-child {
  margin-right: 0%;
}
.contImgHistoriaDetalle .contImgSmall .imgSmall {
  margin: 0;
}
.contImgHistoriaDetalle .contImgSmall .imgSmall:last-child {
  position: absolute;
  bottom: 0;
}
.contDetalleHistoria .infoDetalleHistoria {
  padding: 0 45px;
}
.contDetalleHistoria .infoDetalleHistoria h2 {
  text-align: left;
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-weight: 700;
  color: #00513b;
  font-size: 2.5em;
  margin: 20px 0;
}
.contDetalleHistoria .infoDetalleHistoria p {
  margin-bottom: 20px;
  font-family: 'Open Sans' sans-serif;
  color: #000;
  font-size: 0.9em;
  font-weight: 400;
  text-align: justify;
}
.contDetalleHistoria .btnVerde {
  margin: 40px auto;
}
