div#noticia {
	position:relative;
	background-color:#f5f5f5;
	width:460px;
	height:160px;
	border-radius: 10px;
	float:left;
	margin:10px;
	display:block;
}

div#noticia #not-left{
	position:relative;
	float:left;
	margin:20px;
	width:140px;
	height:120px;
	border-radius:10px;
	overflow:hidden;
}

div#noticia #not-left img {
	position:relative;
	left:-20px;
	top:-30px;
	border-radius:10px;
	
}

div#noticia #not-right{
	position:relative;
	float:left;
	background-color:white;
	border-radius:10px;
	width: 180px;
	height:80px;
	margin-top:20px;
	margin-right:20px;
	padding:20px;
	overflow:hidden;
}

div#noticia #not-right a.mas {
	position:absolute;
	bottom:10px;
	right:20px;
	color:black;
	text-decoration:none;
	font-size:12px;
}

div#noticia #not-right div.text {
font-size:14px; 
color:#a86d78; 
height:37px; 
width:auto; 
overflow:hidden;
}

div#noticiaBig {
	position:relative;
	background-color:#f5f5f5;
	width:960px;
	height:auto;
	border-radius: 10px;
	float:left;
	margin:0px;
	display:block;
}

div#noticiaBig #not-left{
	position:relative;
	float:left;
	margin:10px;
	width:340px;
	height:auto;
	border-radius:10px;
	overflow:hidden;
}

div#noticiaBig #not-left img {
	position:relative;
	left:0px;
	top:0px;
	border-radius:10px;
	
}

div#noticiaBig #not-right{
	position:relative;
	float:left;
	background-color:white;
	border-radius:10px;
	width: 550px;
	height:auto;
	margin-top:10px;
	margin-right:10px;
	padding:20px;
	overflow:hidden;
}

div#noticiaBig #not-right a.mas {
	position:absolute;
	bottom:10px;
	right:20px;
	color:black;
	text-decoration:none;
	font-size:12px;
}

div#noticiaBig #not-right div.text {
font-size:14px; 
color:#a86d78; 
height:50px; 
width:auto; 
overflow:hidden;
}