@charset "utf-8";
/* CSS Document */

/* IMAGENES */

#novedades
{
	width: 480px;
	float: right;
}

#inicio .arriba
{
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

#inicio .abajo
{	
	overflow: hidden;
	clear: both;
}

	#inicio img
	{
		float: left;	
	}

	/*#inicio .img_noticia
	{
		width: 300px;
		float: left;
	}

		.arriba .img_noticia
		{
			height: 199px;
		}
	
		.abajo .img_noticia
		{
			height: 246px;
		}*/

	/* TITULO H1 */
	
	#inicio .titulo
	{
		float: left;
		width: 150px;
		height: 55px;
		text-align: center;
		margin-left: 1px;	
		position: relative;
	}
	
		.arriba .titulo
		{
			background: url(../img/h1_novedades_arriba.png) no-repeat;
		}
		
		.abajo .titulo
		{
			background: url(../img/h1_novedades_abajo.png) no-repeat;
		}
	
		.titulo h1
		{
			color: #391C16;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
			font-size: 13pt;
			font-weight: lighter;
			margin: 0.4em 0;
		}

	/* TEXTO */

	.txt_novedad
	{
		float: right;
		width: 285px;
	}

/*	
#paginador
{
	border: dotted 1px;
	clear: both;
}
*/
