

/* ESTILOS ESPECÍFICOS DE LA FICHA DE UNA PUBLICACIÓN */


/* LAYOUT */


	.period	{
		float:left;
		width:57.5em;
		padding:1em 0 0 2em;
		}

		.period a{
			color:#933C40
		}

		/*.period_subtitulo	{
			float:left;
			width:50em;
			padding:0em 1em 0.5em 2.13em;
			}*/
		#period_subtitulo	{
			float:left;
			width:50em;
			padding:0em 1em 0.5em 2.13em;
			}

		#period_subtitulo h3	{
			margin:0;
			font-family:"trebuchet MS", "Arial Narrow", Arial;
			font-size:0.75em;
			font-weight:normal;
			color:#666;
			}

		.period_ayuda	{
			float:left;
			width:47em;
			padding:0em 0 0 4.13em;
			}


		.period_obra	{
			width:70%;
			}
			.period_obra a	{
				color:white;
				}
			.period_obra a:hover	{
				text-decoration:underline;
				color:white;
				}


		.period_obra_fil	{
			width:85%;
			}
			.period_obra_fil a	{
				color:white;
				}
			.period_obra_fil a:hover	{
				text-decoration:underline;
				color:white;
				}

		.period_data	{
			width:15%;
			}
			.period_data a	{
				color:white;
				}
			.period_data a:hover	{
				text-decoration:underline;
				color:white;
				}
		.period_data_fil	{
			width:15%;
			}
			.period_data_fil a	{
				color:white;
				}
			.period_data_fil a:hover	{
				text-decoration:underline;
				color:white;
				}
		.period_bbv	{
			width:15%;
			}
			.period_bbv a	{
				color:white;
				}
			.period_bbv a:hover	{
				text-decoration:underline;
				color:white;
				}

		.period_impar	{
			background:#E9EBE8;
			font-size:0.75em;
			}
		.period_par	{
			background:#F5F6F5;
			font-size:0.75em;
			}



/* TEXTOS */

.period_txt1	{
	font-size:0.75em;
	font-weight:bold;
	color:#333;
	}


/* FICHA DE LA PUBLICACION PERIÓDICA */

	.period_ficha	{
		float:left;
		width:57.5em;
		padding:1em 0 0 2.5em;
		}
		.period_ficha_titulo	{
			width:57.5em;
			border-bottom:2px dashed black;
			margin-bottom:1em;
			}
		.period_ficha_imagen	{
			float:left;
			width:4.5em;
			}
			.period_ficha_imagen_size	{
				width:3.13em;
				height:4.38em;
				}
		.period_ficha_cuerpo	{
			float:left;
			width:52.9em;
			}
			.period_ficha_cuerpo_items	{
				float:left;
				width:40em;
				}
					.item	{
					float:left; 
					margin-bottom:2px;
					}
					.nom	{
					float:left;
					width:7em;
					}
					.dat	{
					float:left;
					width:24em;
					}
					.nom1	{
					float:left;
					width:10em;
					}
					.dat1	{
					float:left;
					width:29em;
					}

			.period_ficha_cuerpo_aux	{
				float:right;
				width:12em;
				text-align:right;
				line-height:1.8em;
				}


		.period_ficha_num	{
			width:7%;
			}
			.period_ficha_num a	{
				color:white;
				}
			.period_ficha_num a:hover	{
				text-decoration:underline;
				color:white;
				}
		.period_ficha_date	{
			width:7%;
			}
			.period_ficha_date a	{
				color:white;
				}
			.period_ficha_date a:hover	{
				text-decoration:underline;
				color:white;
				}

		.period_ficha_obra	{
			width:65%;
			}
			.period_ficha_obra a	{
				color:white;
				}
			.period_ficha_obra a:hover	{
				text-decoration:underline;
				color:white;
				}
		.period_ficha_obra_fil	{
			width:86%;
			}
			.period_ficha_obra_fil a	{
				color:white;
				}
			.period_ficha_obra_fil a:hover	{
				text-decoration:underline;
				color:white;
				}

		.period_ficha_pvp	{
			width:7%;
			}
			.period_ficha_pvp a	{
				color:white;
				}
			.period_ficha_pvp a:hover	{
				text-decoration:underline;
				color:white;
				}
		.period_ficha_pdf	{
			width:7%;
			}
			.period_ficha_pdf a	{
				color:white;
				}
			.period_ficha_pdf a:hover	{
				text-decoration:underline;
				color:white;
				}
		.period_ficha_bbv	{
			width:7%;
			}
			.period_ficha_bbv a	{
				color:white;
				}
			.period_ficha_bbv a:hover	{
				text-decoration:underline;
				color:white;
				}


/* TEXTOS  estos podrían pasar a com_txt */

.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;
	}

