/* CSS Document */
@charset "utf-8"/>
@font-face { 
	font-family: "AmerTypeMdBT"; 
	src: url("amertypewriteritcbybt-bold-webfont.ttf") format("truetype");
}

@font-face { 
	font-family: "AmericanTypewriterStdMed";
	src: url("../css-cronicas/amertypewriteritcbybt-medium-webfont.ttf") format("truetype");
}

@font-face {
	font-family: BebasNeueRegular;
	src: url('../css-cronicas/bebasneue-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.fixed{
	position: fixed;
	display: flex;
	flex-flow: column;
	top:0;
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #FFF;
	overflow:visible;
	z-index: 10000;
}
.containerFoto {
    max-height: calc(100vh - 140px); /* Resta la altura de la div fija */
    overflow: visible;
	display: flex;
	position: relative;
	z-index: 0;
	margin:10px;
}
.content {
    padding: 0px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	
}
.boton_generar{
	display: inline-block;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 1.8vh;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: thin solid #333;
	color: #666;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #ffffff80;
	text-align: center;
	text-decoration: none;

}
.boton_generar:hover{
	border: thin solid #333;
	color: #FFF;
	background-color: #999;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.botonTop{
	display: flex;
	background-color: #CC0000;
	text-decoration: none;
	width: 50px;
	height: 50px;
	border-color: #999;
	color: #C00;
	font-family: bebasneue;
	font-size: 15px;
	border-radius: 50px;
	opacity: 1;
	z-index: 25000;
	opacity: .5;
	align-content: center;
	justify-content: center;
	align-items: center;
	padding: 5px;
	font-weight:bold; 
 }
.botonTop:hover{
	background-color: #CC0000;
	border-color: #333;
	color: #FF0000;
	opacity: 1;
}
.botonTop:visited{
	color: #FFFFFF;
}
.logo{
	max-width: 144px;
	min-width: 50px;
	width: 20vh;
}

.titulo{
	display: flex;
	flex-flow: column;
	position: static;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 3vh;
	margin-left: 20px;
	list-style-type: none;
	text-decoration: none;
	width: 100%;
}
.titulo2{
	display: flex;
	flex-flow: nowrap;
	align-content: center;
	justify-content: flex-start;
	align-items: center;
	margin-left: 20px;
	font-size: 2vh;
	text-align: left;
	font-family: "AmericanTypewriterStdMed", 'Arial Narrow', Arial, sans-serif;
	list-style-type: none;
	text-decoration: none;
}
.cerrar{
	position: absolute;
	display:block;
	top: 0px;
	right: 0px;
	width: 2vw;
	padding:2px;
	font-family: BebasNeueRegular, "Arial Narrow", Arial, sans-serif;
	font-size: 2vw;
	text-decoration:none;
	text-align:center;
	vertical-align: middle;
	line-height: 20px;
	color: #FFF;
	background-color: #F00;
	opacity: 1;
	z-index:100;
}

.pieImagen {
    display: flex;
	flex-flow: row nowrap;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    line-height: 3vh;
    font-size: 3vh;
    list-style-type: none;
    text-decoration: none;
    text-align: center;
	max-height: 100vh;
	max-width: 100vw;
    object-fit: contain;
  }

.pieImagen > img
{
	display: flex;
	box-sizing: border-box;
	max-width: 90vw;
  	max-height: 100vh;	
	object-fit: contain;
}
embed{
	display: flex;
	box-sizing: border-box;
	max-width: 90vw;
  	max-height: 100vh;	
	object-fit: contain;
	height: 100vh;
  	width: 100vw;
	}
.formPrev, .formNext
{
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 5vw;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	line-height: 3vh;
	font-size: 7vh;
	border: none;
	text-decoration: none;
	background-color: transparent;
	color: #CCCCCC;
	opacity: 75%;
	border-radius: 3px;
	height: 100vh;
	flex-shrink: 0;
}
.formPrev{
	text-align: left;
/*	left: 10vw;*/
}
.formNext{
	text-align: right;
/*	right: 10vw;*/
}
.formPrev:hover, .formNext:hover{
	background-color: #999;
	opacity: 75%;
	color: #000000;
}

.prev, .next{
	display: flex;
	box-sizing: border-box;
/*	position: absolute;*/
	width: 5vw;
	height: 100%;
	vertical-align: middle;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	line-height: 3vh;
	font-size: 7vh;
	border: none;
	text-decoration: none;
	background-color: transparent;
	color: #000000;
	opacity: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	flex-shrink: 0;
}
.prev{
	justify-content: left;
}
.next{
	justify-content: right;
}
.prev:hover, .next:hover{
	background-color: #FFFFFF;
	opacity: 75%;
	color: #000000;
}
.MarcaLogo{
	display:block;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 17%;
}
.NumDiapo{
	display:block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 100%;
	color: #999;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 14px;
	text-align:left;
}

[id^="fotoThmb-"], input[type=image]
{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	max-width: 170px;
	max-height: 170px;
	visibility: visible;
	margin: auto;
	border-style: solid;
	border-width: .2vh;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #666;
	border-top-color: #666;
}
ul{
	margin: 20px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
[id^="form-"] {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	width: 200px;
	height: 200px;
	color: rgba(27,54,81,0.8);
	overflow:hidden;
	opacity: 1;
	text-decoration: none;
}
.lb-album{
	justify-content: center;
	align-content: center;
	display:flex;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album li{
	display: flex;
	position: relative;
	justify-content: center;
	align-content: center;
	width: 200px;
	height: 200px;
	text-align: center;
	text-decoration: none;
	list-style: none;
	background-color: #F2F2F2;
	border: 1px #CCCCCC solid;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px #999,1px 1px 2px rgba(158,111,86,0.3) inset;
	margin: 4px;
}

@media (orientation: portrait) {
.NumDiapo{
	display:block;
	position: absolute;
	top: 0px;
	left: 5px;
	width: 100%;*/
	color: #999;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 11px;
	text-align:left;
}

[id^="fotoThmb-"], input[type=image]
{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	max-width: 125px;
	max-height: 125px;
	visibility: visible;
	margin: auto;
	border-style: solid;
	border-width: .2vh;
	border-bottom-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #666;
	border-top-color: #666;
}
ul{
	margin: 20px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
[id^="form-"] {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	width: 150px;
	height: 150px;
	color: rgba(27,54,81,0.8);
	overflow:hidden;
	opacity: 1;
	text-decoration: none;
}
.lb-album{
	justify-content: center;
	align-content: center;
	display:flex;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album li{
	display: flex;
	position: relative;
	justify-content: center;
	align-content: center;
	width: 150px;
	height: 150px;
	text-align: center;
	text-decoration: none;
	list-style: none;
	background-color: #F2F2F2;
	border: 1px #CCCCCC solid;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px #999,1px 1px 2px rgba(158,111,86,0.3) inset;
	margin: 4px;
}


}


.lb-album li:hover {
	text-decoration: none;
	opacity: 0.5;
}
.lb-album li > a {
	display: flex;
	justify-content: center;
	align-content: center;
	text-align: center;
	width: 200px;
	height: 200px;
	color: rgba(27,54,81,0.8);
	overflow:hidden;
	opacity: 1;
	text-decoration: none;
}
.lb-album li > a:hover {
	text-decoration: none;
	opacity: 0.5;
}
.marcoResaltado{
	border-style:solid;
	border-color: #3333FF;
	border-radius: 4px 4px 4px 4px;
}
.nFoto {
	display: block;
	clear:both;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size:24px;
	
}

label{
	width: 200px;
	height: 31px;
	margin-left: 20px;
	color: #069;
	line-height:30px;
	display: block;
	font-weight: bold;
	padding-left:10px;
	padding-right:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #069;
	font-family:Verdana, Geneva, sans-serif;
}
input[type=file]{
	font-size: 16px;
	width:500px;
	height: 36px;
	line-height:36px;
	display: block;
	line-height: 31px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style:none;
	margin-left: 10px;
	font-family:Verdana, Geneva, sans-serif;
	
}
input[type=text]{
	font-size: 16px;
	width:500px;
	height: 31px;
	display: inline-block;
	line-height: 31px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	border-color:#999;
	padding-left:10px;
	margin-left: 10px;
	font-family:Verdana, Geneva, sans-serif;
}
input[type=text]:hover{
	border-color: #069;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:10px;
	font-family:Verdana, Geneva, sans-serif;
}
input[type=text]:focus{
	border-color: #069;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding-left:10px;
	font-family: Verdana, Geneva, sans-serif;
}
#formUsuarioExist select{
	box-sizing: border-box;
	width: 215px;
	height: 37px;
	display: inline-block;
	line-height: 37px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border-style: solid;
	border-width: 5px;
	border-color:#999;
	padding-left:10px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	border-width: 2px;
	border-color:#C7C5C5;
	border-style:solid;
}
#formUsuarioExist select:hover
{
	border-color: #069;
	border-style: solid;
}
#formUsuarioExist select:focus
{
	border-color: #069;
	border-style: solid;
}

.boton_opciones{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	margin-left: 20px;
	border-radius: 5px;
	line-height: 30px;
	height: 42px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	width: 225px;
	border: thin solid #369;
	color: #FFF;
	background-color: #39F;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boton_opciones:hover{
	border: thin solid #FFF;
	color: #FFF;
	background-color: #3CF;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.boton_enviar{
	display: inline-block;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 2vh;
	line-height: 3vh;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	width: 6vw;
	min-width: 100px;
	border: thin solid #333;
	color: #666;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: middle;

	text-align: center;
	text-decoration: none;

}
.boton_enviar:hover{
	border: thin solid #333;
	color: #FFF;
	background-color: #999;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.boton_descargar{
	display: flex;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: max(1.25vh,1.25vw);
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border: thin solid #333;
	color: #666;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	vertical-align: middle;
	opacity: 50%;
	text-align: center;
	text-decoration: none;

}
.boton_descargar:hover{
	border: thin solid #333;
	color: #FFF;
	opacity: 100%;
	background-color: #999;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.boton_irGaleria{
	font-family: Verdana, Geneva, sans-serif;
	margin-left: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: flex;
	min-width: 5%;
	border: thin solid #369;
	color: #FFF;
	background-color: #39F;
	text-decoration: none;
	text-align: center;
	margin-right: 10px;
	-webkit-border-radius: 3px;
	justify-content: center;
	align-content: center;
}
.boton_irGaleria:hover{
	border: thin solid #FFF;
	color: #FFF;
	background-color: #3CF;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

.marcoFijo{
	position:absolute;
	width:100%;
	height:962px;
}
.lista1{
	margin-left: 20px;
	font-size: 1vw;
	text-align:left;
	font-family: "AmericanTypewriterStdMed", 'Arial Narrow', Arial, sans-serif;
	list-style-type: none;
	text-decoration: none;
}
