@font-face {
    font-family: 'amaranthregular';
    src: url('../fonts/amaranth-bold-webfont.eot');
    src: url('../fonts/amaranth-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amaranth-bold-webfont.woff2') format('woff2'),
         url('../fonts/amaranth-bold-webfont.woff') format('woff'),
         url('../fonts/amaranth-bold-webfont.ttf') format('truetype'),
         url('../fonts/amaranth-bold-webfont.svg#amaranthregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fira_sansbold';
    src: url('../fonts/firasans-bold-webfont.eot');
    src: url('../fonts/firasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/firasans-bold-webfont.woff2') format('woff2'),
         url('../fonts/firasans-bold-webfont.woff') format('woff'),
         url('../fonts/firasans-bold-webfont.ttf') format('truetype'),
         url('../fonts/firasans-bold-webfont.svg#fira_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'andika_basicregular';
    src: url('../fonts/andbasr-webfont.eot');
    src: url('../fonts/andbasr-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/andbasr-webfont.woff2') format('woff2'),
         url('../fonts/andbasr-webfont.woff') format('woff'),
         url('../fonts/andbasr-webfont.ttf') format('truetype'),
         url('../fonts/andbasr-webfont.svg#andika_basicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #f1e8dc;
	font-family:'andika_basicregular',Arial,Helvetica,sans-serif;
	font-size:18px;
}

.header {
	z-index: 10;
}

.clearbloque:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.texto_cursiva {
	font-style:oblique;
}

/********************
 * clases generales
 ***********/
.e-visible {
	display: block;
}

.subrayado {
	text-decoration: underline;
	font-weight:bold;
}

.transparencia,
.mallaTools,
.mallaTooltip {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(241, 231, 219, 0.93);
	z-index: 9;
}

.transparencia {
	z-index: 6;
}

.mallaTooltip {
	background-color:rgba(0, 0, 0, 0);
}

.mallaSmall {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color:rgba(0, 0, 0, 0);
	z-index: 15;
}

.mallaSmall.Up {
	top: 0px;
	height: 56px;
}

.mallaSmall.Down {
	bottom: 0px;
	top: auto;
	height: 87px;
}

.fases img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height:100%;
}

h2{
	color: #5b8383;
	font-family: "amaranthregular",Arial,Helvetica,sans-serif;
    font-size: 28px;
}

h3 {
	font-family:'amaranthregular',Arial,Helvetica,sans-serif;
	font-size:25px;
	color: #aa5d09;
	text-align: center;
	display: block;
}

.txt_instruccion {
	display: block;
	font-family:'amaranthregular',Arial,Helvetica,sans-serif;
	font-size:20px;
	color: #a83685;
	text-align:left;
	margin-left:50px;
}

.dialogos {
	color: #a83685;
    display: block;
    font-family: "amaranthregular",Arial,Helvetica,sans-serif;
    font-size: 20px;
    margin-left: 50px;
    margin-top: 10%;
    text-align: center;
}

/*********************
 * todos los botones
 * de close
 ***********/
.btn_close {
	position: absolute;
	background-color: #03a5a7;
    color: #ffffff;
    font-family:'fira_sansbold',Arial,Helvetica,sans-serif;
    font-size: 24px;
    top: 0px;
    right: -47px;
    width: 44px;
    height: 44px;
	border-right: 3px solid #e0cdaf;
	border-bottom: 3px solid #e0cdaf;
	border-radius: 0px 5px 5px 0;
	text-align: center;
}

.vntn_docs .btn_close {
	background-color: #b78f5b;
}

.vntn_gal .btn_close,
.vntn_pers .btn_close {
	background-color: #b78f5b;
	right: 97px;
    top: 15px;
}

.vntn_pistasPersons .btn_close {
	background-color: #b78f5b;	
	right: 30px;
    top: 70px;
    z-index: 70;
}
    
.vntn_tooltip .btn_close {
	background-color: #f27549;
}

.vntn_bitacora .vntn_tooltip .btn_close {
	background-color: #f27549;
    top: 0px;
    right: -47px;
}

.vntn_bitacora .btn_close {
	background-color: #9e005d;
	right: -46px;
	top: 20px;	
}

.vntn_bitacora .vntn_realim .btn_close {
	background-color: #03a5a7;
	top: 0px;
}

.vntn_glosario .btn_close {
	background-color: #f27549;
}

.vntn_instrucMapa >.btn_close {
    display: none;
}

/************************
 * todos los botones de
 * ir a una seccion
 ***********/
.btn_buscar {
	background-color: #f1e8dc;
	border: solid 2pt #f27549;
	font-family:'amaranthregular',Arial,Helvetica,sans-serif;
	font-size:20px;
	color: #f25a57;
	width: auto;
	height: auto;
	border-radius: 5px 5px 0px 0px;
	display: block;
	margin: 30px auto auto;
}

.btn_ver {
	position: absolute;
	background-color: #f1e8dc;
    border: 2pt solid #03a5a7;
    border-radius: 5px 5px 0 0;
    color: #03a5a7;
    font-family: "amaranthregular",Arial,Helvetica,sans-serif;
    font-size: 20px;
    height: auto;
    width: auto;
   	bottom: 20px;
   	right: 70px;
}

.vntn_pers.Zuloaga .btn_ver {
	bottom: 60px;
	right: 160px;
}
	
.vntn_gal.aguador .btn_ver {
	bottom: 50px;
	right: 215px;
}

.vntn_gal.Alameda .btn_ver {
	bottom: 170px;
	right: 155px;
}

.vntn_gal.sereno .btn_ver {
	bottom: 120px;
}

.vntn_gal.zapatero .btn_ver {
	bottom: 80px;
	right: 150px;
}

.vntn_gal.pulquero .btn_ver {
	bottom: 150px;
	right: 250px;
}

.nota3 .jsShowPer.btn_ver {
	width: 66%;
	margin-top: 70px;
}

.nota5 .jsShowPer.Maxim.btn_ver {
    margin-top: 60px;
}

.nota5 .jsShowPer.Benito.btn_ver {
    margin-top: 5px;
}

.periodicos .btn_ver {
    bottom: -22px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 125px;
}

.vntn_bitacora .btn_ver {
	position: relative;
    margin: 30px auto 15px auto;
    left: 25%;
}

.vntn_bitacora .nota5 .btn_ver {
	display: block;
	left: 0px;
}

/*************************
 * botones instrucciones
 * y creditos
 ***********/
.btn-icono.btn-instruccion {
	font-family:'amaranthregular',Arial,Helvetica,sans-serif;
	font-size:20px;
	width: 187px;
	height: 49px;
	padding-right: 22px;
	border-color:transparent;
	background: url("../img/instrucciones.png") no-repeat left bottom rgba(241, 232, 220, 0.9);
	text-align:right;
	float: left;
}

.btn-icono.btn-creditos {
	width: 54px;
	height: 49px;
	border-color:transparent;
	background: url("../img/creditos.png") no-repeat center bottom rgba(241, 232, 220, 0.9);
	margin-left: 10px;
	float: left;
 }
 
 /*********************
 * PANTALLA DEL MAPA
 ***********/ 
.mapa {
	position: absolute;
    min-height: 623px;
    padding-top: 1px;
    display: block;
    width: 100%;
    height: 100%;
}

.planoNombre {
	position: absolute;
	margin-top: 8%;
	left: 800px;
}	

.container_map {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom:0px;
    left:0px;
    right:0px;
    margin: auto;
    overflow: hidden;
    z-index: 5;
}

.elements_map {
    position: relative;
    width: 5062px;
    height: 2517px;
    top:0px;
    transition: all 500ms linear;
    left:0px;
}

.elements_map .map {
    position: absolute;
    width: 5062px;
    height: 2517px;
    top: 0px;
    left: 0px;
    background: url("../img/mapa.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.elements_map .carruaje {
	position: absolute;
	background: url("../img/carruaje.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 60px;
	height: 60px;
	cursor: pointer;
	left: 1300px;
	top: 289px;
}

.elements_map .huellas {
	position: absolute;
	background: url("../img/huellas.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 60px;
	height: 60px;
	cursor: pointer;
	left: 4157px;
	top: 1105px;
}

.elements_map span {
	position: absolute;
    background-color: #fff;
    border: 8px solid #4ab7b2;
    border-radius: 25px 0 0 25px;
    font-family:'amaranthregular',Arial,Helvetica,sans-serif;
    max-width: 350px;
    text-align: center;
    width: auto;
	padding:5px;
}

.elements_map .etiq {
	display: none;
}

.elements_map span::after {
	position: absolute;
    border-left: 4px dashed #4ab7b2;
    bottom: -71px;
    content: "";
    display: block;
    height: 64px;
    left: 69px;
    width: 0;
}

.elements_map span::before {
	content: "";
	width: 46px;
	height: 46px;
	background: url("../img/marcamapazul.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: -98px;
	left: 52px;
	position:absolute;
	-webkit-filter: blur(2px); -moz-filter: blur(2px); -o-filter: blur(2px); -ms-filter: blur(2px); filter: blur(2px);	
}

.elements_map .palacio {
	left: 4101px;
	top: 1029px;
}
.elements_map .zocalo {
	left: 3992px;
	top: 1008px;
}
.elements_map .hotel-1 {
	left: 3509px;
	top: 934px;
}
.elements_map .fuente {
	left: 3387px;
	top: 1431px;
}
.elements_map .plaza {
	left: 3888px;
	top: 588px;
}
.elements_map .museo {
	left: 4179px;
	top: 981px;
}
.elements_map .paseo {
	left: 2728px;
	top: 1118px;
}
.elements_map .castillo {
	left: 614px;
	top: 1864px;
}
.elements_map .alamedaSereno {
	left: 3166px;
	top: 796px;
}
.elements_map .alamedaSereno2 {
	left: 3166px;
	top: 796px;
	cursor: pointer;
}
.elements_map .hotel-2 {
	left: 3509px;
	top: 934px;
}
.elements_map .alamedaZapatero {
	left: 3324px;
	top: 819px;
}
.elements_map .pulqueria {
	left: 4313px;
	top: 1524px;
}

/*************************
 * menu notas y glosario
 ***********/
.container_tools {
	position: absolute;
	background-color: rgba(241, 232, 220, 0.8);
	width: 217px;
	height: 40px;
	list-style-type: none;
	padding: 14px 6px 0px 6px;
	margin: 0px;
	font-family:'amaranthregular',Arial,Helvetica,sans-serif;
	font-size:20px;
	z-index: 10;
}

.container_tools li {
	display: inline-block;
	width: 100px;
	height: 40px;
	border-radius: 5px 5px 0px 0px;
	cursor: default;
}

.container_tools .btn_notas {
	text-align:left;
	padding-left:5px;
	background: url("../img/btn_notas.png") no-repeat right rgb(153, 134, 117);
}

.container_tools .btn_glosario {
	background-color: #aa9585;
	text-align: center;
}

.container_tools .btn_notas.activo {
	background-color: #03a5a7;
	background: url("../img/btn_notas.png") no-repeat right rgba(3, 165, 167, 10);
	cursor: pointer;
}

.container_tools .btn_glosario.activo {
	background-color: #f27549;
	cursor: pointer;
}

.container_tools span {
	display: block;
	color: #f4edd3;
	height: auto;
	margin: 7px;
}

/********************
 * ventana bitacora
 ***********/
.vntn_bitacora {
	position:absolute;
	background: url("../img/costurapttrn.png") repeat-y center center,
	url("../img/bitacorapttrn.png") repeat;
	padding: 10px 5px 0 0;
	border-radius: 20px;
	border:solid 2px;
	border-color: rgba(143, 109, 79, 0.4);
	left: 0;
	right: 0;
	width: 60%;
	height:67%;
    text-align:left;
	margin:auto;
	top: 105px;
	display: none;
	z-index: 50;
}

.vntn_bitacora .container_etiquetas {
	position: absolute;
	width: 50px;
	height: 250px;
	list-style-type: none;
	padding: 0px;
	top: 10px;
	left: -52px;
}

.vntn_bitacora .container_etiquetas li {
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-family: 'amaranthregular',Arial,Helvetica,sans-serif;
    font-size: 19px;
	line-height: 20px;
    height: 44px;
    width: 50px;
	text-align:center;
	cursor: default;
	display: none;
}

.vntn_bitacora .container_etiquetas .nota1 {
    background-color: #af8358;
	margin-bottom: 8px;
}
.vntn_bitacora .container_etiquetas .nota2 {
    background-color: #76989b;
	margin-bottom: 8px;
}
.vntn_bitacora .container_etiquetas .nota3 {
    background-color: #7a3d64;
	margin-bottom: 8px;
}
.vntn_bitacora .container_etiquetas .nota4 {
    background-color: #d88852;
	margin-bottom: 8px;
}
.vntn_bitacora .container_etiquetas .nota5 {
    background-color: #51979e;
	margin-bottom: 8px;
}

.vntn_bitacora .container_etiquetas .jsnota.activo {
	display: block;
	cursor: pointer;
}

.vntn_bitacora .bloque {
	width: 95%;
	height: 97%;
	margin: auto;
	display: none;
}

.vntn_bitacora .columna {
	float: left;
}

.vntn_bitacora .colizq {
	width: 50%;
}

.vntn_bitacora .colder {
	width: 47%;
	margin-left: 10px;
}

.vntn_bitacora p {
	padding: 7px;
	margin: 0px;
}

.vntn_bitacora .vntn_realim {
	position: absolute;
	background-color: #03a5a7;
	color: #d8fbfb;
	width: 42%;
	height: auto;
	min-height: 110px;
	max-height: 95%;
	top: 0px;
	right: 50px;
	border-right: 3px solid #e0cdaf;
	border-bottom: 3px solid #e0cdaf;
}

.vntn_bitacora .vntn_realim p {
	display: table-cell;
	padding: 18px;
}

.vntn_bitacora .blockHide {
	color: #9e005d;
	margin-left: 10px;
}

.vntn_bitacora .ejercicios.resuelto {
	color: #9e005d;
}

/********************
 * ventana glosario
 ***********/
.vntn_glosario {
 	background-color: #f27549;
    border-bottom: 3px solid #e0cdaf;
    border-right: 3px solid #e0cdaf;
    color: #d8fbfb;
    display: none;
    height: auto;
    left: 170px;
    max-height: 71%;
    position: absolute;
    top: 65px;
    width: 65%;
    z-index: 50;
}

.vntn_glosario .infoGlos {
	width: 100%;
	height: 96%;
	margin-top: 6px;
}

.vntn_glosario p {
	width: 94%;
	margin-left: auto;
    margin-right: auto;
}

/******************
 * menu de pistas
 ***********/
.container_pistas {
	position: absolute;
	background-color: #e5c076;
	width: 468px;
	height: 86px;
	bottom: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

.container_pistas ul {
	position: absolute;
	list-style-type: none;
	left: 31px;
	margin: 0px;
	padding: 0px;
	top: 6px;
}

.container_pistas li {
	display: inline-block;
	color: #7bc4c0;
	background-color: #ede1d3;
	border: solid 1px #c2a074;
	border-right: 2px solid #c2a074;
	border-bottom: 2px solid  #c2a074;
	border-radius: 4px;
	text-align: center;
	line-height: 70px;
	font-family:'fira_sansbold',Arial,Helvetica,sans-serif;
    font-size: 64px;	
	width: 80px;
	height: 72px;
	cursor: default;
	vertical-align: middle;
	margin: 0 0 0 -1px;
}

.container_pistas .titPistas {
	background-color: #03a5a7;
    color: #eceadd;
    font-family: "amaranthregular",Arial,Helvetica,sans-serif;
    font-size: 19px;
    height: 28px;
    left: -29px;
    position: absolute;
    text-align: center;
    top: 29px;
	width: 86px;
    transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.container_pistas .txtPista{
    display: none;
}

.container_pistas .duda {
    display: inline;
}

.container_pistas .jspista.pista1 {
    margin-left: 2px;
}

.container_pistas .activo .txtPista {
    display: block;
	margin-top: 43px;
	font-family:'amaranthregular',Arial,Helvetica,sans-serif;
	font-size:13px;
	color: #a83685;
	line-height: 12px;
}

.container_pistas .activo .duda {
    display: none;
}

.container_pistas .pista1.activo {
	background: url("../img/pista1.png") no-repeat top left rgba(237, 225, 211, 10);
}

.container_pistas .pista2.activo {
	background: url("../img/pista2.png") no-repeat top center rgba(237, 225, 211, 10);
}

.container_pistas .pista3.activo {
	background: url("../img/pista3.png") no-repeat top right rgba(237, 225, 211, 10);
	font-size:12px;
}

.container_pistas .pista4.activo {
	background: url("../img/pista4.png") no-repeat top right rgba(237, 225, 211, 10);
}

.container_pistas .pista5.activo {
	background: url("../img/pista5.png") no-repeat top right rgba(237, 225, 211, 10);
	font-size:10px;
}

.container_pistas .jspista.activo {
	cursor: pointer;
}

/**********************
 * menu de personajes
 ***********/
.container_personajes {
	position: absolute;
	background-color: #e5c076;
	width: 556px;
	height: 86px;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

.container_personajes ul {
	position: absolute;
	list-style-type: none;
	left: 31px;
	margin: 0px;
	padding: 0px;
	top: 6px;
}

.container_personajes li {
	display: inline-block;
	color: #c180aa;
	background-color: #f1e7db;
	border: solid 1px #c2a074;
	border-right: 2px solid #c2a074;
	border-bottom: 2px solid  #c2a074;
	border-radius: 4px;
	text-align: center;
	line-height: 70px;
	font-family:'fira_sansbold',Arial,Helvetica,sans-serif;
    font-size: 64px;
	width: 80px;
	height: 72px;
	cursor: default;
	vertical-align: middle;
	margin: 0 0 0 -2px
}

.container_personajes .titPistas {
	position: absolute;
	color: #f4edd3;
	background-color: #d34aaf;
	text-align: center;
	font-family:'amaranthregular',Arial,Helvetica,sans-serif;
	font-size:18px;	
	width: 86px;
	height: 31px;
	left: -27px;
	top: 27px;
	-webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.container_personajes .jspista.person1 {
    margin-left: 7px;
}

.container_personajes .txtPersonaje{
    display: none;
}

.container_personajes .duda {
    display: inline;
}

.container_personajes .activo .txtPersonaje {
    background: #03a5a7 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-family: "amaranthregular",Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 15px;
    line-height: 12px;
    margin-top: 52px;
    padding-top: 5px;
}

.container_personajes .activo .duda {
    display: none;
}

.container_personajes .person1.activo {
	background: url("../img/personaje1.png") no-repeat top left rgba(241, 232, 220, 10);
}

.container_personajes .person2.activo {
	background: url("../img/personaje2.png") no-repeat top center rgba(241, 232, 220, 10);
}

.container_personajes .person3.activo {
	background: url("../img/personaje3.png") no-repeat top right rgba(241, 232, 220, 10);
}

.container_personajes .person4.activo {
	background: url("../img/personaje4.png") no-repeat top right rgba(241, 232, 220, 10);
	font-size: 14px;
}

.container_personajes .person5.activo {
	background: url("../img/personaje5.png") no-repeat top right rgba(241, 232, 220, 10);
}

.container_personajes .person6.activo {
	background: url("../img/personaje6.png") no-repeat top right rgba(241, 232, 220, 10);
}

.container_personajes .jspista.activo {
	cursor: pointer;
}

/***********************
 * vntn de instruccion
 ***********/
.vntn_instruc {
	position: absolute;
	background-color: #03a5a7;
	color: #d8fbfb;
	top: 60px;
	left: -450px;
	max-height: 160px;
    max-width: 400px;
	border-right: 3px solid #e0cdaf;
	border-bottom: 3px solid #e0cdaf;
	display: block;
	z-index: 10; 
}

.vntn_instruc p {
	padding: 0 20px 0 20px;
}

/********************************
 * vntn de instruccion del mapa
 ***********/
.vntn_instrucMapa {
	position: absolute;
	background-color: #03a5a7;
	color: #d8fbfb;
	top: 14%;
	right:15%;
	max-height: 160px;
    max-width: 400px;
	border-right: 3px solid #e0cdaf;
	border-bottom: 3px solid #e0cdaf;
	z-index: 10;	 
}

.vntn_instrucMapa::before {
	position: absolute;
    border-color: #03a5a7 transparent;
    border-style: solid;
    border-width: 18px 11px 0;
    bottom: -17px;
    content: "";
    display: block;
    left: 34px;
    width: 0;
    height: 0;
}

.vntn_instrucMapa p {
	display: table-cell;
	padding: 20px;
}

.ruta6 .vntn_instrucMapa p {
	margin-top: 0px;
	padding-top: 10px;
}

.ruta6 .vntn_instrucMapa {
	top: 5%;
}

.ruta9 .vntn_instrucMapa,
.ruta13 .vntn_instrucMapa {
	top: 9%;
}

/**********************
 * vntn de los globos
 ***********/
.vntn_globo {
	position: absolute;
	background-color: #d34aaf;
	color: #fff;
	top: 23%;
	left: 40%;
	width: 200px;
	max-height: 200px;
	border-right: 3px solid #e0cdaf;
	border-bottom: 3px solid #e0cdaf;
	z-index: 10;
}
.vntn_globo::before {
    border-color: #d34aaf transparent;
    border-style: solid;
    border-width: 18px 11px 0;
    bottom: -17px;
    content: "";
    display: block;
    height: 0;
    left: 42%;
    position: absolute;
    width: 0;
}

.vntn_globo p {
	padding: 10px;
	text-align:center;
}

/****************
 * vntn tooltip
 ***********/
.tooltip {
    color: #ee6e3d;
    position: relative;
    text-decoration: underline;
	font-weight:bold;
}

.txtNormal {
	color: black;
	text-decoration: none;
	cursor: default;
}

.tooltip .vntn_tooltip {
	position: absolute;
	background-color: #f27549;
	color: #fff;
	top: 100%;
	width: 300px;
	max-height: 350px;
	padding:5px 10px;
	font-family:'andika_basicregular',Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size: 18px;
	border-right: 3px solid #e0cdaf;
	border-bottom: 3px solid #e0cdaf;
	text-align:left;
	z-index: 50;	
}

.ruta6 .vntn_instrucMapa .tooltip {
    color:#FFF;
}

/*********************
 * ventana clonacion
 ***********/
.vntn_pistasPersons {
	position: absolute;
	background-color: rgba(241, 231, 219, 0.93);
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 60;
}

.vntn_pistasPersons .vntn_pers.Almonte,
.vntn_pistasPersons .vntn_pers.ManuelO {
	height: 74%;
}

.vntn_pistasPersons .vntn_gal.finalMax,
.vntn_pistasPersons .vntn_gal.finalBenito {
	height: 80%;
    padding: 0;	
}

.vntn_pistasPersons .vntn_gal.finalMax .container_info,
.vntn_pistasPersons .vntn_gal.finalBenito .container_info {
	width: 82%;
}

.vntn_pistasPersons .vntn_gal.finalMax .container_info img,
.vntn_pistasPersons .vntn_gal.finalBenito .container_info img {
    float: left;
}

.vntn_pistasPersons .vntn_gal.finalMax .container_info p,
.vntn_pistasPersons .vntn_gal.finalBenito .container_info p {
	float: right;
    width: 42%;
    margin: 0px;
}
    
/*******************
 * ventana galeria
 ***********/
.vntn_gal {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 68%;
	text-align: center;
	padding: 0px;
	border-top: 1px solid #b2915c;
	border-bottom: 1px solid #b2915c;
	padding-top: 30px;
	background-color: #f1e7db;
	z-index: 6;
}

.vntn_gal .container_info {
	position: relative;
	margin: auto;
	width: 75%;
	height: 75%;
}

.vntn_gal .container_info img {
	float: left;
}

.vntn_gal .container_fotos {
    width: 100%;
	height: 90%;
}

.vntn_gal.sereno .container_fotos {
	height: 80%;
}

.vntn_gal.sereno h3,
.vntn_gal.zapatero h3 {
	margin-bottom: 10px;
    margin-top: 6px;
}

.vntn_gal.zapatero .segundoH3 {
	position: absolute;
    bottom: 40px;
    right: 0;
    width: 50%;
}

.vntn_gal ul {
	position: absolute;
	bottom: 25px;
    left: 0;
    margin: auto;
    right: 0;
    width: 30%;
}

.vntn_gal .imageArea span {
	position: absolute;
	background: transparent;
	cursor: pointer;
	width: 48px;
	height: 48px;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border: 4px solid #03a5a7;
	text-indent: -300em;
	border: 4px solid rgba(188, 117, 170, 0.6);
}

.vntn_gal.fotografias .txtAbsoluto {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 10px;	
}

.vntn_gal.telegrama p {
    display: inline-block;
    margin-left: -15%;
    margin-top: 11%;
}

.vntn_gal.aguador p {
    display: inline-block;
    margin-top: 5%;
}

/**********************
 * ventana personajes
 ***********/
.vntn_pers {
	position: absolute;
	top: 70px;
	width: 100%;
	height: 70%;
	text-align: center;
	border-top: 1px solid #b2915c;
	border-bottom: 1px solid #b2915c;
	background-color: #f1e7db;
	z-index: 6;
}

.vntn_pers h3 {
	width: 90%;
    text-align: right;
}

.vntn_pers.Almonte.e-oculto,
.vntn_pers.ManuelO.e-oculto,
.vntn_gal.finalMax.e-oculto,
.vntn_gal.finalBenito.e-oculto {
    z-index: 55;
}

.vntn_pers .container_info {
	position: relative;
	margin: auto;
	width: 75%;
}

.vntn_pers .container_imgpers {
	float: left;
	width: 30%;
    height: auto;
    margin: -40px 0 0 -60px;
}

.container_imgpers > img {
	max-width:85%;
	border: solid 8px #11a596;
}

.vntn_pers p {
	float: left;
	width: 70%;
	text-align:justify;
	margin: 18px 0px 30px 40px;
}

.vntn_pers.Guillermo,
.vntn_pers.Ignacio {
	height: 74%;
}

/*************************
 * ventana de documentos
 ***********/
.vntn_docs {
	position: absolute;
	top: 70px;
	width: 85%;
	height: 71%;
	left: 0px;
	right: 0px;
	margin: auto;
	text-align: center;
	border: 1px solid #b2915c;
	background-color: #f1e7dc;
	z-index: 6;
}

.vntn_docs .container_info {
	position: relative;
	background: url("../img/esquina.png") left -80px top -80px no-repeat,
				url("../img/esquina.png") right -80px top -80px no-repeat,
				url("../img/esquina.png") right -80px bottom -80px no-repeat,
				url("../img/esquina.png") left -80px bottom -80px no-repeat;
	width: 95%;
	height: 90%;
	margin: 10px;
	padding: 10px;
}

.vntn_docs img {
	float: left;
	width: 26%;
	margin-left: 4%;
	margin-top: -2%;
}

.vntn_docs p, 
.vntn_docs ol,
.vntn_docs ul {
	float: left;
	width: 60%;
	text-align:justify;
	margin-left: 40px;
}

.vntn_docs p {
	max-height: 70%;
}

/*	FASE PORTADA	*/
/*******************
 * vntn de entrada
 ***********/
.vntn_entrada {
	position: absolute;
	background-color: #e5e1ca;
	border: solid 8px #72a523;
	border-radius: 11px;
	width: 60%;
	height: 60%;
	top: -60px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 6;
}

.vntn_entrada p {
	color: #906036;
	width: 90%;
	margin: auto;
}

.vntn_entrada .linea {
	background: url("../img/decoEmergente.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 347px;
	height: 50px;
	display: block;
	margin: 3% auto;
}

.vntn_entrada .img_benito {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.vntn_entrada .img_carruaje {
	position: absolute;
	width: 40%;
	height: 55%;
	right: 0px;
	bottom: -48px;
}

.vntn_entrada .img_carruaje img {
	position: absolute;
	bottom: 0px;
}

/*	FASE RUTA 1	*/
/*************************
 * oficina Benito Juarez
 ***********/
.oficinaBJ {
	position: relative;
}

.oficinaBJ .imageArea {
	position: relative;
    display: inline-block;
   	width: 602px;
    height: 400px;
    margin-top: 20px;
}

.oficinaBJ .imageArea .fotografia {
	background: rgba(168, 54, 133, 0.7) url("../img/flechas.png") no-repeat scroll 6px center;
    border:thin solid #f96;
    left: 32%;
    top: 45%;
	text-indent: -300em;
	width:43px;
	height:43px;
}

.oficinaBJ .imageArea .librero {
	background: rgba(168, 54, 133, 0.7) url("../img/flechas.png") no-repeat scroll 6px center;
    border:thin solid #f96;
    left: 60%;
    top: 72%;
	text-indent: -300em;
	width:43px;
	height:43px;
}

.oficinaBJ .imageArea .escritorio {
	background: rgba(168, 54, 133, 0.7) url("../img/flechas.png") no-repeat scroll 6px center;
    border:thin solid #f96;
    left: 14%;
    top: 62%;
	text-indent: -300em;
	width:43px;
	height:43px;
}

.oficinaBJ .imageArea .maleta {
	background: rgba(168, 54, 133, 0.7) url("../img/flechas.png") no-repeat scroll 6px center;
    border:thin solid #f96;
    left: 73%;
    top: 41%;
	text-indent: -300em;
	width:43px;
	height:43px;
}

/*	FASE RUTA 2	*/
/**********************
 * vntn busca Zuloaga
 ***********/
.vntn_buscaZuloaga {
	position: absolute;
	background-color: #e5e1ca;
	border: solid 8px #72a523;
	border-radius: 11px;
	width: 60%;
	height: 60%;
	top: -60px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 6;
}

.vntn_buscaZuloaga .titZuloaga {
	float: right;
	width: 200px;
	height: 40px;
	text-align: center;
	color: white;
	background-color: #72a523;
	margin-right: -18px;
	padding-top: 13px;
	font-family:'amaranthregular',Arial,Helvetica,sans-serif;
	font-size:20px;
}

.vntn_buscaZuloaga h3 {
	display: inline-block;
	font-size: 21px;
}

.vntn_buscaZuloaga p {
	color: #906036;
	width: 70%;
	margin-left: 18px;
}

.vntn_buscaZuloaga .linea {
	background: url("../img/decoEmergente.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 347px;
	height: 50px;
	margin: 3% auto;
	display: block;
}

.vntn_buscaZuloaga img {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/************************
 * ventana imagenZocalo
 ***********/
.imagenZocalo {
	position: relative;
}

.imagenZocalo .imageArea {
	position: relative;
    display: inline-block;
   	width: 1090px;
    height: 400px;
    margin-top: 20px;
}

img.imgZocalo {
	position: relative;
	left: 35%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}

.imagenZocalo .imageArea .florera {
    left: 66px;
    top: 140px;
}

.imagenZocalo .imageArea .petatero {
	left: 712px;
    top: 160px;
}

.imagenZocalo .imageArea .jicarero {
    left: 668px;
    top: 204px;
}

.imagenZocalo .imageArea .panadero {
    left: 375px;
    top: 148px;
}

.imagenZocalo .imageArea .carbonero {
    left: 25px;
    top: 200px;
}

.imagenZocalo .imageArea .cafetero {
    left: 199px;
    top: 124px;
}

.imagenZocalo .imageArea .alfajorera {
    left: 446px;
    top: 128px;
}

.imagenZocalo .imageArea .personaje {
    left: 488px;
    top: 120px;
}

/**********************
 * ventana periodicos
 ***********/
.periodicos .vntn_sencilla {
	background-color: #f1e7db;
    border: 3px solid #b2915c;
    height: 106%;
    padding: 0 10px 10px 17px;
    position: absolute;
    text-align: justify;
    top: 0;
    width: 100%;
    z-index: 6;
}

.periodicos .vntn_sencilla > .mCustomScrollbar {
	height:85%;
	margin-top: 2%;
}

.periodicos .container_fotos div {
	border: 5px solid #f27549;
    border-radius: 10px;
    float: left;
    margin-bottom: 5px;
    margin-left: 15px;
}

.periodicos .container_fotos p {
  	margin: 0px;
}

.periodicos img {
	cursor: pointer;
}

.periodicos .vntn_sencilla.perLiberal {
	left: 0px;
}

.periodicos .vntn_sencilla.perConservador {
	right: 0px;
}

.periodicos .vntn_sencilla p {
	width: 70%;
	text-align:justify;
	margin-left:40px;
	margin-bottom: 50px;
}

.periodicos h3 {
	margin-bottom: 10px;
    margin-top: 6px;
}

/*	FASE RUTA 13	*/
/**********************
 * ventana dos personajes
 ***********/
.dosPersonajes .container_fotos {
	margin-top: 20px;
}

.dosPersonajes img {
	cursor: pointer;
	margin-top: 10%;
	margin-left: 13%;
}

.dosPersonajes .jspersonaje1 {
	margin-top: -25px;
}

.dosPersonajes .jspersonaje2 {
	margin-top: 30px;
}

/*	FASE FIN	*/
/**************
 * vntn final
 ***********/
.vntn_final {
	position: absolute;
	background-color: #e5e1ca;
	border: solid 8px #72a523;
	border-radius: 11px;
	width: 60%;
	height: 60%;
	top: -60px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 6;
}

.vntn_final p {
	color: #906036;
	width: 90%;
	margin: auto;
}

.vntn_final .linea {
	background: url("../img/decoEmergente.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 347px;
	height: 50px;
	display: block;
	margin: 3% auto;
}

.vntn_final .img_benito {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.vntn_final .img_carruaje {
	position: absolute;
	width: 40%;
	height: 55%;
	right: 0px;
	bottom: -48px;
}

.vntn_final .img_carruaje img {
	position: absolute;
	bottom: 0px;
}

/* --------------------------
 *   Responsive 
 * ------------------------- */

/* estilos aplican en width < 1280px  (Android 10" landscape) */
@media screen and (min-width: 1910px) {
	
	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiaran. 
	 * -------------------------------- */
	.elements_map .carruaje {
	    top: 589px;
	}	
}

/* estilos aplican en width < 1280px  (Android 10" landscape) */
@media screen and (max-width: 1280px) {
	
	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiaran. 
	 * -------------------------------- */

}

/* estilos menús < 1032px  (portraite) */
@media screen and (max-width: 1032px) {

	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiaran. 
	 * -------------------------------- */

}

/* estilos aplican en width < 1024px  (iPad landscape) */
@media screen and (max-width: 1024px) {

	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiaran. 
	 * -------------------------------- */
	.vntn_gal.fotografias .container_info img {
		width: 33%;
	}
	
	.planoNombre {
	    left: 930px;
	}	
	
	.elements_map .carruaje {
	    top: 589px;
	}
	
	.vntn_gal.aguador .btn_ver {
		bottom: 80px;
		right: 160px;
	}
	
	.vntn_gal.Alameda .btn_ver {
	    right: 65px;
	}
	
	.vntn_gal.oficinaBJ,
	.vntn_gal.imagenZocalo {
	    height: 70%;
	    padding-top: 13px;
	}
	
	.vntn_gal.oficinaBJ .imageArea,
	.vntn_gal.imagenZocalo .imageArea {
	    margin-top: 8px;
	}
	
	.vntn_glosario .infoGlos {
	    font-size: 16px;
	}
	
	.ruta10 .vntn_instrucMapa {
		top: 10%;
	}
	
	.ruta13 .vntn_instrucMapa {
		top: 4%;
	}	
}

/* estilos palican width < 768px (iPad, Android portrait)*/
@media screen and (max-width: 768px) {

	/* --------------------------------
	 * Incluir aqui los estilos
	 * a los elementos que cambiaran. 
	 * -------------------------------- */
	 .container_pistas {
		 bottom: 86px;
		 right:0px;
	}
		
	.vntn_gal.fotografias .container_info img {
		width: 47%;
	}
	
	.vntn_buscaZuloaga .btn_buscar {
		margin-left: 100px;
	}
	
	.nota2 .jsShowPer.btn_ver {
		left: 20%;
	}
	
	.vntn_gal.aguador .btn_ver {
		bottom: 85px;
		right: 64px;
	}
	
	.vntn_gal.Alameda .btn_ver {
	    bottom: 120px;
	}
	
	.vntn_gal.sereno .container_fotos {
	    height: 80%;
	}
	
	.vntn_gal.sereno .container_fotos {
	    height: 75%;
	}
	
	.vntn_gal.zapatero  .container_info {
	    height: 64%;
	}	
	
	.vntn_gal.zapatero .segundoH3 {
	    bottom: -99px;
	    width: 100%;
	}
	
	.vntn_gal.aguador .container_info {
		width: 85%;
	}
	
	.vntn_gal.dosPersonajes img {
	    margin-left: 4%;
	}
	
	.vntn_glosario .infoGlos {
	    font-size: 18px;
	}
	
	.vntn_gal.periodicos {
		height: 73%;
		padding-top: 16px;
	}
	
	.vntn_gal.periodicos .container_info {
		height: 100%;
	}
	
	.vntn_gal.periodicos .container_fotos div {
		height: 47%;
	}
	
	.vntn_gal.periodicos .container_fotos p {
		line-height: 1.3em;
	}
	
	.vntn_gal.periodicos .vntn_sencilla {
    	height: 70%;
    }
    
    .vntn_gal.dosPersonajes .container_fotos {
    	margin-top: 80px;
    }
	
	.ruta10 .vntn_instrucMapa,
	.ruta13 .vntn_instrucMapa {
		top: 14%;
	}
	
	.vntn_pistasPersons .vntn_gal.finalMax,
	.vntn_pistasPersons .vntn_gal.finalBenito {
		height: 96%;
		top: 20px;
	}	
	
	.vntn_pistasPersons .vntn_gal.finalMax .container_info p,
	.vntn_pistasPersons .vntn_gal.finalBenito .container_info p {
	    width: 100%;
	}		
}

/* --------------------------
 *   area de creditos 
 * ------------------------- */
.vntn.vntn-creditos {
    background-color: #f1e8dc;
    bottom: 2%;
    box-shadow: 2px 2px 3px #603913;
    color: #333;
    bottom: 2%;
    box-shadow: 2px 2px 3px #603913;
    color: #333;
    max-width: 1212px;
    min-height: 575px;
    min-width: 700px;
    top: 14px;
    width: 90%;
	font-family:'andika_basicregular',Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size: 18px;
	border:solid 2px #b68f5b;
	padding: 20px 10px 45px;
}

.vntn-creditos .vntn--contenido {
    height: 100%;
}

.vntn-creditos .vntn--btn-cerrar{
	background-color: #5b8383;
    border: medium none;
    border-radius: 8px;
    margin-right: 49px;
    margin-top: -8px;
}

.tabsCred.ui-widget-content {
    background: none repeat scroll 0 0 #fff;
    height: 60%;
}

.left, .right {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 49%;
}

.creditos--entidad {
    font-size: 1.1em;
    text-transform: uppercase;
    line-height: 1.1em;
	font-family:'andika_basicregular',Arial,Helvetica,sans-serif;
	color: #5b8383;
}

.creditos--lista > li {
    margin: 15px 0;
}

.logos > ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.ui-tabs {
    border: medium solid #6CC;
    overflow: hidden;
    padding: 0;
	width: auto;
}

.ui-tabs .ui-tabs-nav {
    margin: 0 2% 0 auto;
    width: auto;
}

.ui-widget-header {
    background: none;
    border: none;
}

.ui-tabs .ui-tabs-panel {
    border: 2px solid #754c24;
    height: 74%;
    margin: auto;
    padding: 0 0 8px;
    position: relative;
    width: 94%;
}

.logos li {
    background: url("../img/general/logos.png") no-repeat 0 center;
    display: inline-block;
    height: 70px;
    list-style: none;
    margin: auto;
    overflow: hidden;
    text-align: center;
    text-indent: -999px;
    width: 181px;
}

.logos li.sep {
    background-position: -186px center;
    margin-left: 5%;
    margin-right: 5%;
    width: 246px;
}

.logos li.unam {
    background-position: -462px center;
    margin-right: 5%;
    width: 59px;
}

.logos li.dgtic {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #5b5b5b;
    font-size: 30px;
    font-weight: bold;
    line-height: 70px;
    text-indent: 0;
    width: 110px;
}

.copy {
   font-size: 0.7em;
    height: auto;
    margin-top: 18px;
    padding: 0 2em;
    position: relative;
}

.copy > p {
    line-height: 1em;
    margin-bottom: 0.5em;
    margin-top: 0;
	color: #346674;
}

.js-tabsCred.tabsCred.ui-tabs.ui-widget.ui-widget-content.ui-corner-all {
    background: transparent none repeat scroll 0 0;
    height: 57%;
}

.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #000; background-color: rgba(0,0,0,0.4);
    filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background-color: #9EEA44; background-color: rgba(117, 76, 36, 0.75);
    filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #9EEA44; background-color: rgba(117, 76, 36, 0.75);
    filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #9EEA44; background-color: rgba(117, 76, 36, 0.75);
    filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
}

.vntn--contenido > h2 {
    margin: 47px auto 31px;
    text-align: center;
}

.creditos--cargo, .creditos--credito {
    display: block;
    font-weight: bold;
	color: #5b8383;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background-color: #c7a584;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    background-color: #87c1bf;
    color: white;
    text-decoration: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
    color: white;
}
