

/* ESTILOS ESPECÍFICOS DE LA FICHA DE UNA PUBLICACIÓN */


/* LAYOUT */

	.ficha	{
		float:left;
		width:57.5em;
		padding:1em 0 0 2.5em;
		}
		.ficha_titulo	{
			width:57.5em;
			border-bottom:2px dashed black;
			margin-bottom:1em;
			}
		.ficha_imagen	{
			float:left;
			width:11.5em;
			}
			.ficha_imagen_size	{
				width:10.6875em;
				border:0.054em solid black;
				}
			.ficha_imagen_small	{
				width:6.25em;
				border:0.024em solid black;
				margin-left:3em;
				}
		.ficha_cuerpo	{
			float:left;
			width:45.9em;
			}
			.ficha_cuerpo_items	{
				float:left;
				width:31em;
				}
					.item	{
					float:left; 
					margin-bottom:2px;
					}
					.nom	{
					float:left;
					width:7em;
					}
					.dat	{
					float:left;
					width:24em;
					}
					.items_block	{
					float:left;
					width:24em;
					}
						.items_block_nom	{
						float:left;
						width:6em;
						}
						.items_block_dat	{
						float:left;
						width:18em;
						}

			.ficha_cuerpo_aux	{
				float:right;
				width:12em;
				text-align:right;
				line-height:1.8em;

				}
			.ficha_cuerpo_adic	{
				float:left;
				width:45.9em;
				margin-top:0.5em;
				}


/* TEXTOS */

.ficha_txt1	{
	font-size:0.75em;
	font-weight:bold;
	text-transform:uppercase;
	color:#933C40;
	}
.ficha_txt2	{
	font-size:0.75em;
	font-weight:bold;
	color:#000;
	}
