
/* CSS Document */

@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: "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");
}
.intro
{
	font-family: "Monotype Corsiva";
	float: right;
	width: 60%;
	text-align: left;
	font-size: 18px;
	word-wrap: normal;
}
.blason
{
	display: block;
	width: 38%;
	padding-right: 2%;
	float: left;
}

.centro
{
	display: block;
	margin: auto;
	text-align: center;
}
.indice{
	margin-top: 20px;
	top: 0px;
	text-decoration: none;
	width: 100%;
	margin-bottom: 20px;
/*	
	overflow: hidden;
	height: 40px;*/
	color: #000;	
	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;
}
.ingles
{
	font-family: 'EngrvrsOldEng Bd BT';
	text-decoration: none;
	box-sizing: border-box;
	color: #C00;
	font-size: 34px;
	text-align: center;
}

.inglesito
{
	font-family: 'EngrvrsOldEng Bd BT';
	text-decoration: none;
	color: #C00;
	text-align: center;
}

.subtitulo
{
	font-family: "EngrvrsOldEng BT";
	text-align: left;
	font-size: 28px;
	color: #C00;
	clear: both;
}

.subtitulo_centro_antiguo
{
	font-family: "Matura MT Script Capitals";
	width: 100%;
	text-align: center;
	float: left;
	font-size: 20px;
	color: #00C;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tab
{
	margin-left: 20px;
}

.antiguo
{
	vertical-align: top;
	font-family: "Monotype Corsiva";
	padding-left: 10px;
	font-size: 20px;
}

.antiguo_titulo
{
	font-family: "Monotype Corsiva";
	width: 100%;
	font-weight: bold;
	font-size: 20px;
	margin: 0px;
}

p::first-letter
{
	font-size: 2em;
	font-weight: bold;
}

.subtitulo p::first-letter
{
	font-size: 2em;
	font-weight: bold;
}

.columna_fotos
{
	text-align: center;
	width: 50%;
	max-width: 50%;
	vertical-align: top;
}

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

input[type=image]
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 345px;
	box-sizing: border-box;
	padding-bottom: 5px;
}
input[type=image]:hover
{
	opacity: .5;
}

.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
{
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
	position: fixed;
	top: 0px;
	right: 0px;
	text-align: center;
	width: 3vw;
	display: block;
	line-height: normal;
	border-style: solid;
	border-width: 2px;
	border-color: #F00;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .75vw;
	font-weight: bolder;
	margin: 10px;
	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;
}
.bodyDisplayImg
{
	background-color: #666;
	height: auto;
	margin: 0;
}

.displayImg
{
	background-color: #666;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
}
.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;
}

.displayImg > img
{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin-left: auto;
	margin-right: auto;
	text-decoration: none;
	z-index: 1000;
	position: fixed;
	max-height: 75vh;
	max-width: 75vw;
	border: .75vw;
	border-style: solid;
	border-color: #FFF;
}
