#contenidos {
	clear:both;
	width: 940px;
	height: 300px;
	margin: 0 auto;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	
}

#contenidos p {
	font-size:12px;
	margin: 5px;
	padding: 5px;
}	

#contenidos a {
	font-size:12px;
	text-decoration:underline;
	color:#000000;
}	

#contenidos a:hover {
	text-decoration:none;
}
