.works {
	
}                
	.works div {
		float: left;
		margin-bottom: 10px;
		width: 189px;
		margin-right: 25px;
	}
		
		.works div.alt {
			margin-right: 0;
		}
		
		.works div.img {
			display: block;
			background-image: url(../images/bg/img.jpg);
			background-repeat: no-repeat;
			padding: 11px 12px 13px 12px;
			margin-bottom: 4px;
			height: auto;
		}
		
			.works a.bgr {
				position: absolute;
				margin: 11px 0 0 12px;
				display: block;
				width: 165px;
				height: 110px;
				background-image: url(../images/bg/red.gif);	
				z-index: 1000;
				text-indent: -9999px                       
			}
			
			.works a.bgr:hover {
				background-position: bottom right;
				background-image: url(../images/bg/plus.png);
				background-repeat: no-repeat;
			}

		.works p.fecha {
			color: #666;
			margin-top: 10px;
		}

		.works h3 {
			font-size: 1em;
			margin: 0;
			font-weight: bold;
		}
				
			.works h3 a {
				color: #000;
			}
			
.noticias {	
	margin-top: 60px;
	border-top: 1px dashed #000;
}

p.todas a {
	display: block;
	width: 510px;
	height: 84px;
	background-image: url(../images/todas.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left: 119px;
}
