@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
}

a{
	text-decoration:none;
	color: #666666;
}

a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;

}

.librocontenedor {
	text-align: left;
	width: 352px;
}

#foto {
	height: 150px;
	width: 100px;
	float: left;
}

#librotextos {
	width: 225px;
	height: 133px;
	background-color: #f1edd3;
	float: right;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #666666;
}

#resumen {
	width: 331px;
	background-color: #A4696b;
	border: 1px solid #333333;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: justify;
	float: left;
	margin-top: 1px;
}

.librotitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.librodatos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.librodatoslight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.resumentexto {
}

div.popuplibro {
  width: 352px;
  height: auto;
	text-align: left;
  border: 1px solid black;
  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
}
