@font-face{
	/*font-family: Charlemagne;
	src: url('recursos/charlemagne-std.otf');*/
	font-weight: normal;
	font-style: normal;
}
.dis-n{
	display: none;
}
.dis-b{
	display: block;
}
@media only screen and (orientation:portrait) {
        #wrapper { display:none; }
        #aviso-movil-horizontal {
          display:block;
      font-size: 1rem;
                text-align: center;
                font-weight: bolder;}
	#contenido{display:none;}

    }

    @media only screen and (orientation:landscape) {
        #aviso-movil-horizontal { display:none; }
    }
img{width: 60%;}
#inicio p{

	width: 50%;
	background-size: 100%;
	font-size: 1.5rem;
	text-align: justify;
	margin: auto;
	background-color:rgba(255, 255, 255, 0.6) ;
	border-radius: 1rem;
	padding: 0.5rem;
}
::-webkit-scrollbar {
    display: none;
}
svg{
	font-family: Charlemagne;
}
b{
	color: red;
}
button{
	background-color: transparent;
	border-color: transparent;

}
button img{
	width: 120%;
}
button img:hover{
	width: 140%;
}
body{
	font-family: 'Calibri', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	background-image: url("recursos/image 2.png");
	background-size: 100%;
	text-align: center;
	
}
h1{
	font-size: 2.5rem;
}
div{
	margin: auto;

}
.titulo{
	font-size: 2rem;
	color: red;
	font-weight: bolder;
}
#rey_caballero,#vasallos_campesinos,#nobleza_iglesia,#distribucion, #explicacion{



	background-color:rgba(255, 255, 255, 0.6) ;
	padding: 0.5rem;
}
::-webkit-scrollbar {
    display: none;
}
