/*
Pantallas pequeñas
*/


#sidebar {
	width: 340px;
	height:164px;
	float: left;
	color:#666666;
	position: absolute;
	clear:none;
	top:20px;
	margin-left:20px;
	background-color: #FFFFE3;
	background-image: none;
	}

#noticias, #promo, #eventos {
	height:164px;
	width:340px;
	overflow:hidden;
	padding: 10px 5px;
	margin:0;
}


.caja-noticias {
	width:340px;
}

#footer {
	width:100%;
	height:150px;
	position: static;
}

#content {
	width: 590px;
	float: right;
	margin-top:-50px;
	padding-bottom:0;
}

.more-link{
	float:right;
	margin-top:-8px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


