/* Inicio */

#banner{
	text-align:center;
	margin:10px 0 0 0;}
	
#novedades{
	width:700px;
	margin:15px auto 0 auto;
	padding:5px 5px 25px 5px;}


	.novedades_tit{
		font-family:Tahoma, Verdana, Arial, Helvetica;
		font-size:14px;
		font-weight:bold;
		color:#e2047f;}

	.novedades_cont{
		margin:20px 0 0 0;}

	.novedades_izq{
		width:340px;
		float:left;}

	.novedades_drch{
		width:340px;
		float:right;}
		
	.novedades_img{
		width:80px;
		float:left;}
		
	.novedades_txt{
		width:250px;
		float:right;}
		
		p{
			margin:0 0 0 0;
			font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;}
		
		p.titulo{
			text-transform:uppercase;
			font-size:13px;
			color:#25211f;
			font-weight:bold;
		}
		
		p.autor{
			font-size:11px;
			color:#600845;
			margin:5px 0 0 0;
			font-style:italic;
			font-weight:bold;
		}
		
		p.intro{
			margin:10px 0 0 0;
			padding:0 0 0 12px;
			text-align:justify;
			background:url(../images/pic_novedad.jpg) top left no-repeat;
			font-size:10px;
			color:#393731;
			font-weight:bold;
		}


