#container {
    width: 920px;
    height: 795px;
    margin:0 auto;
	margin-top: 0;
    padding-top: 10px;
    background: white;
}

#container h1 {
	width:270px;
	margin-left: 10px;
	padding:15px;
	color:black;
	font-family:'Roboto-Thin';
	font-weight: lighter; /*revisar, en las demás pags no esta*/
	background: #e7e7e7;
	line-height: 27px;
}

article {
	width: 420px;
	height: 180px;
	margin:0 0 10px 10px;
	padding:10px 10px 20px 10px;
	background: #e7e7e7;
	text-align: right;
	float:left;
}

article h2 {
	font-size: 20px;
	font-family: 'Roboto-Light';
	font-weight: lighter;
}

article p {
	margin:0;
	font-size:12px;
	color:#444;
	line-height: 14px;

}

footer {
	clear:both;
}