body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e7dfc7;
	background-color: #000;
	margin: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cont {
	max-width:576px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 6%;
}
#cont .izq {
	background-image: url(fondo_libro_biblioteca.jpg);
	float: left;
	height: 363px;
	width: 251px;
	padding-top: 82px;
	padding-left: 8px;
	background-repeat: no-repeat;
}
#cont .dcha {
	color: #B95742;
	width: 315px;
	float: left;
	padding-bottom:35px;
}
#cont .dcha .titulo {
	font-size: 25px;
	color: #e7dfc7;
}
#cont .dcha .edicion {
	font-size: 16px;
	color: #e7dfc7;
}
#cont .sep {
	margin-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #732D15;
 	clear: left;
	width: 100%;
}
#cont .clear {
	clear: left;
}
#cont .labor {
	color:#B95742;
}
#cont a {
	color: #E1CF7D;
	text-decoration: none;
}
#cont a:hover {
	color: #e7dfc7;
}
@media screen and (max-width: 480px) {
body {
	font-size: 13px;
}
img {
	max-width: 100%;
	height: auto;
}
#cont {
	width:300px;
}
#cont .izq {
	background-image: url(fondo_libro_biblioteca_mob.jpg);
	float: left;
	height: 182px;
	width: 126px;
	padding-top: 41px;
	padding-left: 4px;
}
#cont .izq img {
	width: 100px;
	height: 152px;
}
#cont .dcha {
	padding-bottom:10px;
	width:160px;
}
#cont .dcha .titulo {
	font-size: 16px;
}
#cont .dcha .edicion {
	font-size: 11px;
}
#cont .sep {
	margin-bottom: 10px;
}
#cont #iframe {
	position: relative;
	padding-bottom: 55%;
	height: 0;
	overflow: hidden;
}
#cont #iframe iframe,
#cont #iframe object,
#cont #iframe embed {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
}