

/* ESTILOS ESPECÍFICOS DE LA PÁGINA DE NOVEDADES */


/* LAYOUT */


	.novedades	{
		float:left;
		width:57.5em;
		padding:0 0 0 2em;
		margin:0;
		}

		.novedades a	{
			color:#933C40;
			}
			.novedades a:hover	{
				color:black;
				text-decoration:underline;
				}

		.nov_img	{
			float:left;
			width:4.44em;
			height:8.69em;
			padding:0 0 1.5em 2.13em;
			}
		
		/*.nov_subtitulo	{
			float:left;
			width:17em;
			padding:0em 1em 1em 1em;
			border-right:1px dotted #933C40;
			}*/
		
		#nov_subtitulo	{
			float:left;
			width:17em;
			padding:0em 1em 1em 1em;
			border-right:1px dotted #933C40;
			}
			
			#nov_subtitulo h3	{
				margin:0;
					font-family:"trebuchet MS", "Arial Narrow", Arial;
					font-size:0.75em;
					font-weight:normal;
					color:#666;
				}

		.nov_anteriores	{
			float:left;
			width:10em;
			padding:0em 1em 0 1em;
			border-right:1px dotted #933C40;
			text-align:center;
			}

		.nov_recursos	{
			float:left;
			width:20.5em;
			margin:0;
			text-align:right;
			}


		.nov_autor	{
			width:13%;
			}
			.nov_autor a	{
				color:white;
				}
			.nov_autor a:hover	{
				text-decoration:underline;
				color:white;
				}

		.nov_obra	{
			width:33%;
			}
			.nov_fecha a	{
				color:white;
				}
			.nov_fecha a:hover	{
				text-decoration:underline;
				color:white;
				}

		.nov_editor	{
			width:7%;
			}
			.nov_editor a	{
				color:white;
				}
			.nov_editor a:hover	{
				text-decoration:underline;
				color:white;
				}

		.nov_fecha	{
			width:8%;
			}
			.nov_fecha a	{
				color:white;
				}
			.nov_fecha a:hover	{
				text-decoration:underline;
				color:white;
				}

		.nov_detalles	{
			width:31%;
			}
			.nov_detalles a	{
				color:white;
				}
			.nov_detalles a:hover	{
				text-decoration:underline;
				color:white;
				}

		.nov_precio	{
			width:5%;
			}
			.nov_obra a	{
				color:white;
				}
			.nov_obra a:hover	{
				text-decoration:underline;
				color:white;
				}

		.nov_pdf	{
			width:3%;
			}
		.nov_compra	{
			width:5%;
			}

		.nov_impar	{
			background:#E9EBE8;
			font-size:0.75em;
			}
		.nov_par	{
			background:#F5F6F5;
			font-size:0.75em;
			}



/* TEXTOS */

.nov_txt1	{
	font-size:0.88em;
	font-weight:bold;
	color:#933C40;
	text-transform:uppercase;
	}
.nov_txt2	{
	font-size:0.75em;
	font-weight:bold;
	color:white;
	}
	.nov_txt2	a	{
		color:#9495A0;
		}
		.nov_txt2	a:hover	{
			color:#933C40;
			text-decoration:underline
			}
	.nov_txt2_on	{
		font-size:0.75em;
		font-weight:bold;
		color:white;
		background:#933C40;
		}

