/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(oswald.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(merri.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body
{
	background-color: rgba(129, 48, 57,0.9);
	background-image: url("Palacio-Real-de-Madrid.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	font-family: Merriweather;
	margin:0;
	overflow-x:hidden; 
}
#contenido
{
	overflow: auto;
	height:90%;
	overflow-y:auto;
}
#titulo
{
	margin-top:50px;
	text-align: center;
	width:100%;
	height: 70%;
	padding: 5px;
	color: white;
	/*Fondo y otro*/
	background-color: rgba(129, 48, 57,0.9);
	border-top:solid 1px black;
	border-bottom:solid 1px black;
	transition: bottom 3s linear;
	-webkit-transition: bottom 3s linear;
}
#imagenarriba
{
	margin-top: -20px;
}
#real
{
	border:solid 2px black;
	border-radius: 50%;
	position: absolute;
	height:92px;
	margin-left: -55%;
 	margin-top: 23px;
}
h3
{
	font-family:Oswald;
}

td
{
  padding-bottom: 25px;
  padding-right: 30px; 
  padding-left:30px;
}
#personas p
{
	font-family:Oswald;	
	color:white;
	padding-left:25px;
	display: block;
}
p
{
	font-family:Oswald;	
	color:white;
	padding-left:5px;
	display: block;	
}
#personas tr td img
{
	height:105px;
	border: solid 2px black;
	border-radius: 50%;
	margin-left: 30%;
}
.personajes img
{
	width:85px;
	border: solid 2px black;
	border-radius: 50%;
}
.personajes p
{
	width:70%;
	margin-left: auto;
	margin-right: auto;
}
#capitulo img
{
	width: 150px;
	border: solid 4px white;
	height: 114px;
/*-webkit-box-shadow: inset -1px -1px 46px 13px rgba(0,0,0,0.75);
-moz-box-shadow: inset -1px -1px 46px 13px rgba(0,0,0,0.75);
box-shadow: inset -1px -1px 46px 13px rgba(0,0,0,0.75);*/
}
#capitulo p
{
	padding-left: 48px;
}
#capitulo div
{
	width: 150px;
	height: 114px;
-webkit-box-shadow: inset -1px -1px 46px 13px rgba(0,0,0,0.75);
-moz-box-shadow: inset -1px -1px 46px 13px rgba(0,0,0,0.75);
box-shadow: inset -1px -1px 46px 13px rgba(0,0,0,0.75);	
}
.colon
{
	padding-left: 43px !important;
}