

/* ESTILOS ESPECÍFICOS DE LA FICHA DE UNA PUBLICACIÓN */


/* LAYOUT */


	.buscador	{
		float:left;
		width:57.5em;
		padding:0 0 0 2em;
		}

		.block1	{
			float:left;
			width:57.5em;
			height:4.3em;
			margin-bottom:1em;
			}
		.block2	{
			float:left;
			width:6.50em;
			background:#E8E8E8;
			height:3.1em;
			padding:0.5em;

			}
		.block3	{
			float:left;
			width:9.38em;
			}
				.block3_item	{
				width:8em;
				padding-left:1em;
				}
		.block4	{
			float:left;
			width:16em;
			height:4.3em;

			}
		.block5	{
			float:left;
			width:20em;
			height:3em;
			border:1px dotted #933C40;
			margin-left:1em;
			padding:0.5em;
			}
		.block6	{
			float:left;
			width:23.5em;
			background:#E8E8E8;
			height:3.1em;
			padding:0.5em;
			margin-left:1em;
			}
		.busc_boton	{
			float:left;
			margin-left:1em;
			width:6.25em;
			height:5.98em;
			}
	
	.resultados	{
		float:left;
		width:57.5em;
		padding:0 0 0 2em;
		margin:0;
		}

		.resultados a	{
			color:#933C40;
			}
			.resultados a:hover	{
				color:black;
				text-decoration:underline;
				}

		.result_cont	{
			float:left;
			width:100%;
			}
		.result_nav	{
			float:left;
			width:100%;
			text-align:center;
			}

		.result_autor	{
			width:20%;
			}
			.result_autor a	{
				color:white;
				}
			.result_autor a:hover	{
				text-decoration:underline;
				color:white;
				}

		.result_fecha	{
			width:7%;
			}
			.result_fecha a	{
				color:white;
				}
			.result_fecha a:hover	{
				text-decoration:underline;
				color:white;
				}

		.result_obra	{
			width:60%;
			}
			.result_obra a	{
				color:white;
				}
			.result_obra a:hover	{
				text-decoration:underline;
				color:white;
				}

		.result_pdf	{
			width:5%;
			}
		.result_compra	{
			width:7%;
			}

		.result_impar	{
			background:#E9EBE8;
			font-size:0.75em;
			}
		.result_par	{
			background:#F5F6F5;
			font-size:0.75em;
			}



/* TEXTOS */

.busc_txt1	{
	font-size:0.75em;
	font-weight:bold;
	color:#333;
	}
.busc_txt2	{
	font-family:verdana, Arial;
	font-size:0.69em;
	font-weight:bold;
	color:#9495A0;
	text-align:center;
	line-height:1.3em;
	}
.busc_txt3	{
	font-size:0.69em;
	font-weight:normal;
	color:#333;
	}
	.busc_txt3	a	{
	color:#933C40;
	text-decoration:underline;
	}
