/* Tabla */
div.tabla
{
	clear: none;
	overflow: auto;
}

div.fila
{
	clear: both;
	overflow: auto;
}

div.col_titulo
{
	float: left;
	padding: 5px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color:#666;
	margin-top: 20px;
}

div.col_ficha
{
	float: left;
	width: 220px;
	height: 313px;
	padding: 5px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color:#666;
	margin-top: 20px;
	margin-left: 20px;
	background-image:url(../../img/elverboespaniol/ficha3.png);
	background-repeat:no-repeat;
}

div.botonpaypal
{
	margin-top: 245px;
	margin-left: 40px;
}
div.col_texto
{
	float: left;
	padding: 5px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	color:#666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	margin-top: 40px;
	margin-bottom: 30px
}

div.col_botones
{
	float: center;
	padding: 5px;
	border-color: #FFFFFF;
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	color:#666;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}

div.col_descarga
{
	float: left;
	padding: 5px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Fin estilo tabla */



/* Aquí se define el diseño de los botones de descarga del libro */

.botones {
	float: left;
	width: 100%;
	height: 100px;
	margin-top: 1px;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;
	line-height: normal;	
	color: #777777;
	font-size: 15px;
	font-family: "Times New Roman";
}

.botones2 {
	float: left;
	width: 277px;
	height: 100px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: center;
}

.botones .botones2 {
	background-repeat: no-repeat;
	background-size: 831px;
	background-position: 0 0;	
}

.botones:hover .botones2 {
	background-position: -277px 0px;
}

.botones:active .botones2 {
	background-position: -277px 0px;
}

.botones:hover {
	position: relative;
	-moz-box-shadow: inset 0px 5px 80px #ffffff;
	-webkit-box-shadow: inset 0px 5px 80px #ffffff;
	box-shadow: inset 0px 5px 80px #ffffff;
}

/* FIN diseño botones descarga */

/* Botones descarga */

.PDFgratuito	{background-image: url('../../img/elverboespaniol/PDFgratuito.png');}


.PDFgratuitoI	{background-image: url('/img/elverboespaniol/PDFgratuito.png');}


/* Fin de botones descarga */