@charset "iso-8859-1" ;

@font-face{
	font-family: "Matura MT Script Capitals";
	src: url("MATURASC.TTF") format("truetype");
}
@font-face{
	font-family: windings;
	src: url("wingding_1.ttf") format("truetype");
	
}
@font-face{
	font-family: "Antique Olive Std Compact";
	font-language-override: "ESP";
	src: url("AntiqueOliveStd-Compact.otf") format("opentype");
}

@font-face{
	font-family: "Antique Olive Std Roman";
	font-language-override: "ESP";
	src: url("AntiqueOliveStd-Roman.otf") format("opentype");
}

@font-face{
	font-family: "AmerType Md BT";
	src: url("amertypewriteritcbybt-medium-webfont.ttf") format("truetype");
}

@font-face{
	font-family: "AmerType Md BT Bold";
	src: url("amertypewriteritcbybt-bold-webfont.ttf") format("truetype");
}

@font-face{
	font-family: "EngrvrsOldEng Bd BT";
	src: url("EngraversOldEnglishBT-Bold.ttf") format("truetype");
}

@font-face{
	font-family: "Matura MT Script Capitals";
	src: url("maturasc.ttf") format("truetype");
}

@font-face{
	font-family: "Monotype Corsiva";
	src: url("mtcorsva.ttf") format("truetype");
}
@font-face{
	font-family: "Monotype Corsiva";
	src: url("MTCORSVA.TTF") format("truetype");
}


@font-face{
	font-family: "EngrvrsOldEng BT";
	src: url("engraversoldenglishbt-regular.ttf") format("truetype");
}

@font-face{
	font-family: "EngrvrsOldEng Bd BT";
	src: url("engraversoldenglishbt-bold.ttf") format("truetype");
}

@font-face{ 
	font-family: "Wingdings 2";
	src:url("WINGDNG2.TTF") format("truetype");
}

body{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	height: 100vh;
	width: 100vw;
	margin: 0;
	padding: 0;
	
}
tr{
	max-width: 800px;
	display: block;
}
p{
	font-family: "AmerType Md BT";
	font-size: 16px;
	text-align: left;
}
a{
	text-decoration: none;
}
input[type=image].imagen_cronica{
	display: flex;
	width: 800px;
	max-width: 800px;
	padding: 0px;
	margin:0px;
	margin-bottom: 20px;

}
video{
	max-height: 100vh;
	max-width: 90vw; 
}
.bodyDisplayImg {
	display: flex;
	background-color: #666;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	align-items: center;
	flex-flow: row nowrap;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}
.cabecera{
	display: flex;
	justify-content: center;
	flex-flow: wrap;
	align-items: center;
	vertical-align: middle;
	background-size: auto;
	background-repeat: no-repeat;
	width: 800px;
	height: 146px;
}
.cabeceraCalatravos{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	align-items: center;
	vertical-align: middle;
	background-size: auto;
	background-repeat: no-repeat;
	width: 800px;
	align-content: space-between;
}
.div_cronica{
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 800px;
	margin-bottom: 5px;
}
.titulo_lista_cronicas{
	font-family: 'Antique Olive Std Compact';
	text-decoration: none;
	display: flex;
	flex-direction: column;
	max-width: 800px;
	font-size: 22px;
	text-align: left;
	color: #0099FF;
	text-shadow: 1px 1px black;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imagen_cronica{
	height: 140px;
	width: 800px; 
	margin-bottom: 5px;
}
.columna_fotos video{
	max-width: 345px; 
}

table tr td{
	border: none;
	border-style: none;
}
.tablamin{
	position:relative;
	top: -14px;
	max-height: 4px;
	text-align:right;
	max-width: 800px;
}
.indice{
	margin-top: 20px;
	top: 0px;
	text-decoration: none;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.indice:hover{
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}
.indice a:link{
	text-decoration: none;
	color: #000;
}
.indice a:visited{
	color: #000;
}
.indice a:hover{
	color:#C00;
}
.lista_titulo{
	text-decoration: none;
	display: inline-block;
	font-family: "AmerType Md BT Bold";
	width: 100%;
	font-size: 17px;
	margin: 0px;
	margin-bottom: 0.20em;
	margin-left: 10px;
	color: #000000;
	word-wrap: normal;
}
.lista_titulo:hover{	
	color: #CC0000;
}
.blason{
	display: block;
	width: 25%;
	padding-right: 2%;
	float: left;
}

.centro{
	display: block;
	margin: auto;
	text-align: center;
}
.ingles{
	font-family: 'EngrvrsOldEng Bd BT';
	text-decoration: none;
	box-sizing: border-box;
	color: #C00;
	font-size: 30px;
}

.inglesito{
	font-family: 'EngrvrsOldEng Bd BT';
	text-decoration: none;
	color: #C00;
	font-size: 17px;
}
.inglesito > a{
	font-family: 'EngrvrsOldEng Bd BT';
	text-decoration: none;
	color: #0099FF;
	font-size: 17px;
}
.inglesito > a:hover{
	color: #C00;
}
.titulo{
	font-family: 'Antique Olive Std Compact';
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	vertical-align:bottom;
	color: #0099FF;
	max-width: 800px
}
.titulo a{
	font-family: 'Antique Olive Std Compact';
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	color: #0099FF;
	vertical-align:bottom;
	max-width: 800px
}
.titulo a:visited{
	text-decoration: none;
	color: #0099FF;
}
.titulo a:hover{
	font-family: 'Antique Olive Std Compact';
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	color:#C00;
}
.moderno{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	font-family: 'Antique Olive Std Compact';
	text-decoration: none;
	font-size: 58px;
	text-align: center;
	color: #FFFAF0;
	text-shadow: 2px 2px black;
	line-height: .95em;
}
.stars{
	font-family: windings ;
	font-size:20px;
	color:#FFCC00;
	
}
.linkAmigo{
	font-family: "AmerType Md BT Bold";
	font-size: 16px;
	text-decoration: none;
	color:#3366FF;
	
}
.linkAmigo:hover {
	font-family: "AmerType Md BT Bold";
	font-size: 16px;
	text-decoration: none;
	color: #CC6600;
	
}
.subtitulo{
	font-family: "EngrvrsOldEng BT";
	text-align: left;
	font-size: 28px;
	color: #C00;
	clear: both;
}
.subtitulo_centro{
	font-family: "AmerType Md BT Bold";
	width: 100%;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #00C;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.subtitulo_centro_antiguo{
	font-family: "Matura MT Script Capitals";
	width: 100%;
	text-align: center;
	float: left;
	font-size: 20px;
	color: #00C;
	padding-top: 10px;
	padding-bottom: 10px;
}

.subtitulo_1{
	font-family: "AmerType Md BT Bold";
	text-align: left;
	font-size: 17px;
	clear: both;
	color: #990000;
}
.subtitulo_2{
	font-family: "AmerType Md BT Bold";
	text-decoration: none;
	text-align: left;
	font-size: 17px;
	clear: both;
	margin-bottom: 0.5em
}
.subtitulo_2 a{
	font-family: "AmerType Md BT Bold";
	text-decoration: none;
	text-align: left;
	clear: both;
	color: #990000;
	margin-top: auto;

}
.subtitulo_2 a:visited{
	text-decoration: none;
	font-family: "AmerType Md BT Bold";
	text-align: left;
	clear: both;
	color: #990000;
}
.subtitulo_2 a:hover{
	text-decoration: none;
	font-family: "AmerType Md BT Bold";
	text-align: left;
	clear: both;
	color: #CC6600;
}

.subtitulo_2_centro{
	font-family: "AmerType Md BT Bold";
	width: 800px;
	text-align: center;
	float: left;
	font-size: 14px;
	color: #00C;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.subtitulo_2_centro:hover{
	font-family: "AmerType Md BT Bold";
	width: 800px;
	padding-bottom: 5px;
}
.antiguo{
	vertical-align: top;
	font-family: "Monotype Corsiva";
	padding-left: 10px;
	font-size: 20px;
}
.intro{
	font-family: "Monotype Corsiva";
	float: right;
	width: 70%;
	text-align: left;
	font-size: 20px;
	word-wrap: normal;
}
.antiguo_titulo{
	font-family: "Monotype Corsiva";
	width: 100%;
	font-weight: bold;
	font-size: 22px;
	margin: 0px;
}

.tab{
	margin-left: 20px;
}

.lista{
	font-family: "AmerType Md BT";
	vertical-align: top;
	padding-left: 10px;
	text-align: left;
}

.columna_fotos{
	text-align: center;
	max-width: 400px;
	vertical-align: top;
}

.columna_fotos img{
	display: block;
	max-width: 345px;
	box-sizing: border-box;
	padding-bottom: 5px;
}

input[type=image]{
	display: block;
	max-width: 345px;
	box-sizing: border-box;
	padding-bottom: 5px;
}
input[type=image]:hover{
	opacity: .5;
}
.imgcronica{
	margin-bottom: 3px;
	margin-top: 3px;
}
.imagen{
	text-decoration: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
}

.imagen:target{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	z-index: 1000;
	position: fixed;
	width: 75%;
}

.imagen:focus{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	z-index: 1000;
	position: fixed;
	width: 75%;
}

.a_mogollon{
	max-width: 675px;
}

.todas{
	float: left;
	height: 125px;
	box-sizing: border-box;
	padding: 2px;
}

.botonVolver{
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0px;
	right: 0px;
	width: max(3vh,3vw);
	font-family: Verdana, Geneva, sans-serif;
	font-size: max(.75vw,.75vh);
	font-weight: bolder;
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-style: solid;
	border-width: 2px;
	border-color: #F00;
	padding: 5px;
	z-index: 500000;
}

.botonVolver:hover{
	border-style: solid;
	border-width: 2px;
	background-color: #900;
	border-color: #C00;
	font-family: Verdana, Geneva, sans-serif;
}
.botonTop{
	display:block;
	line-height: 50px;
	background-color: #CC0000;
	text-align:center;
	text-decoration: none;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0px;
	right: 0px;
	border-color: #999;
	color: #FFFFFF;
	font-family:"AmerType Md BT"; 
	font-size: 12px;
	border-radius: 50px;
	opacity: .60;

}
.botonTop:hover{
	font-weight:bold; 
	opacity: 1;
}

.botonTop:visited{
	color: #FFFFFF;
}
.botonVolverCronica{
	display:block;
	line-height: 50px;
	background-color: #0066FF;
	text-align:center;
	text-decoration: none;
	margin-bottom: 20px;
	margin-right: 20px;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 0px;
	right: 55px;
	border-color: #999;
	color: #FFFFFF;
	font-family:"AmerType Md BT"; 
	font-size: 12px;
	border-radius: 50px;
	opacity: .60;

}
.botonVolverCronica:hover{
	font-weight:bold; 
	opacity: 1;
}

.botonVolverCronica:visited{
}
.boton_cronica{
	display: flex;
	height: 30px;
	width: 777px;
	margin-left: 0px;
	margin-bottom: 10px;
	justify-content: left;
	align-items: center;
	text-align: left;
	color: #069;
	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;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
}
.boton_cronica:hover{
	color: #FFFFFF;
	background-color: #069;
}
.boton_cronica_inverso{
	display: flex;
	height: 30px;
	width: 777px;
	max-width: 777px;
	margin-left: 0px;
	margin-bottom: 10px;
	justify-content: left;
	align-items: center;
	text-align: left;
	color: #FFFFFF;
	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;
	background-color: #069;
	font-family:Verdana, Geneva, sans-serif;
}
.displayImg{
	display: flex;
	background-color: #666;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	justify-content: center;
	align-content:center;
}

.displayImg > img{
	display: flex;
	text-decoration: none;
	max-width: 100vw;
	max-height: 100vh;
}

.imagen-float {
  float: left; /* La imagen flotará a la izquierda */
  margin-right: 15px; /* Espacio entre la imagen y el texto a la derecha */
  margin-left: 15px; /* Espacio entre la imagen y el texto a la izquierda */
  margin-bottom: 10px; /* Espacio debajo de la imagen */
}

