@charset "UTF-8";

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width: 100%;
}

body {
	background-color: #eaecef !important;
}

@import
	url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
/* ____________________ PORTADA ________________________________*/
.portada {
	text-align: center;
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgba(255, 255, 255, 0.3);
}

#cabecera {
	border-radius: 0px 0px 8px 8px;
	max-width: 760px;
	border: 0px solid #7D9BB0;
	background-color: #7D9BB0;
	white-space: initial;
}

#nombreAutor {
	color: #000000;
	margin-top: -1%;
	font-size: 110%;
	padding: 2%;
}

#nombreLibro2 {
	color: #000000;
	font-size: 120%;
		font-weight: 600;
	margin-top: -2%;
	margin-bottom: 0%;
	padding: 2% 2% 1% 2%;
}

#nombreLibro3 {
	color: #000;
	font-size: 110%;
	margin-top: -2%;
	margin-bottom: 0%;
	padding: 2% 2% 1% 2%;
}

#nombreLibro {
	color: #ffffff;
	line-height: 1;
	font-size: 200%;
	margin-top: -5%;
	margin-bottom: 0%;
	padding: 2% 2% 0% 2%;
}

.imagenPortada {
	padding: 1% 1% 0.3% 1%;
}

img {
	border-radius: 4px;
}

.Resumen {
	text-align: justify;
	text-indent: 0%;
	line-height: 120%;
	max-width: 760px;
	font-size: 100%;
	padding-left: 2%;
	padding-right: 2%;
}

.botonera {
	max-width: 760px;
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 10px;
}

.botones {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 100%;
	letter-spacing: 0.2px;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	background-color: #7D9BB0;
	padding: 0.8% 1.5% 1% 1.5%;
	margin: 0px 2px 6px 2px;
}

#logoPie {
	border-radius: 4px;
	max-width: 760px;
	padding: 1%;
	background-color: #7D9BB0;
}