@charset "UTF-8";
#fichas_content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#header_fichas {
	height: 178px;
	background-image: url(../img/catalogo_especies/rojo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-top: 1px solid #443C2B;
	padding-left: 200px;
	padding-top: 40px;
	position: relative;
}
#libros {
	background-color: #FFFFFF;
}
#control_libros {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/fuentes/borde.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 70px;
	padding-top: 40px;
}
#libro {
	float: left;
	width: 57px;
}
#nombre_libro {
	width: 444px;
	float: left;
	border-right: 1px solid #C2B59B;
	border-left: 1px solid #C2B59B;
	padding-left: 29px;
	padding-right: 29px;
}
#titulo_libro {
		font-family: 'Dosis', sans-serif;
	color: #9B8579;
	font-size: 23px;
	font-weight: 300;
	line-height: 23px;
}
#author_libro {
	font-family: 'Gudea', sans-serif;
	color: #726658;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	display:block;
}
#documentos_click {
	background-color: #fff;
	display: block;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}

#documentos_click:hover {
	background-color: #EAEAEA;
	display: block
}
#documentos_click {
	text-decoration:none; 
	margin-top:20px; 
	margin-bottom:20px; 
	display:block;
}
#libro_preview {
	width: 600px;
	margin-left: 205px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#boton_descargar {
	display: inline-block;
	background-color: #BC3C39;
	font-family: 'Gudea', sans-serif;
	color: #FFF;
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	margin-top: 25px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	transition: all 200ms ease;
}
#boton_descargar:hover {
	background-color: #63181A;
}
#down_button {
	position: absolute;
	display: block;
	background-image: url(../img/fuentes/button.png);
	width: 49px;
	height: 49px;
	background-position: center top;
	-webkit-transition: all 200ms ease;
	-moz-transition: all  200ms ease;
	-o-transition: all  200ms ease;
	-ms-transition: all  200ms ease;
	transition: all  200ms ease;
	left: 615px;
	top: 29px;
}
#down_button:hover {
	background-position: center bottom;
}
#libros_listado_total {
	padding-bottom: 45px;
}
#line_libros {
	height: 30px;
	border-bottom: 1px solid #B69688;
}
