

/* ESTILOS ESPECÍFICOS DE LA FICHA DE UNA PUBLICACIÓN */


/* LAYOUT */

	.enlaces	{
		float:left;
		width:12.5em;
		margin:0;
		text-align:right;
		}

	.galeria	{
		float:left;
		width:57.5em;
		padding:1em 0 0 2.5em;
		}
		.block1	{
			float:left;
			width:18.75em;
			height:11em;
			}
			.block1_img	{
				float:left;
				width:6.25em;
				height:8.687em;
				border:0.033em solid black;
				}
			/*.block2	{
				float:left;
				width:11.5em;
				height:4.4em;
				padding-left:0.3em;
				line-height:0.8em;
				}*/
			#block2	{
				float:left;
				width:11.5em;
				height:4.4em;
				padding-left:0.3em;
				line-height:0.8em;
				}
					#block2 h3	{
						margin:0;
						font-family:"trebuchet MS", "Arial Narrow", Arial;
						font-size:0.75em;
						font-weight:normal;
						color:#666;
					}

			.block3	{
				float:left;
				width:11.5em;
				height:3.687em;
				padding-left:0.3em;
				}
			.block4	{
				float:left;
				width:95%;
				}


/* 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;
	}

