@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Roboto+Condensed:300italic,400italic,700italic,400,300,700|Roboto+Mono|Roboto+Slab:400,100,300);
#container {
    width: 920px;
    height: 765px;
    margin:0 auto;
	margin-top: 0;
    padding-top: 10px;
    background: white;
}

#container h1 {
	width:187px;
	margin-left: 7px;
	padding:3px;
	background:#4ebb9c;
	color:white;
	font-family:'Roboto-Thin';
	font-weight: lighter; /*revisar, en las demás pags no esta*/
}

article {
	background:#ececec; 
	padding:0 10px;
	margin-left: 7px;
}

article p {
	line-height: 14px;
	margin:0;
}

article img {
	float:left;
	margin-bottom: 30px;
	margin-top:25px;
}

.large, .large2 {
	width:430px;
	margin-bottom:7px;
	font-size:12px;
	color:#888;
	font-family: 'Roboto-Light';
	font-weight: lighter;

	border-bottom:solid #4ebb9c;
	border-width: 15px;
}

.large h4, .large2 h4 {
	font-size: 16px;
	font-weight: lighter;
}


.large {
	float:left;
}

.large2 {
	float:right;
	margin-right:6px;
}

.large2 img {
	margin-top:52px;
}


.mini {
	width: 125px;
	height: 200px;
	float:left;
	border-bottom:solid #7a51a0;
	border-width: 15px;
}

.mini1 {
	clear:both;
}

.mini2 {
	width:279px;
}

.mini h3, .mini1 h3 {
	font-weight: bold;
	font-size:12px;
	line-height: 16px;
}

.mini p, .mini1 p{
	font-size:10px;
	color:#888;
}


footer{
	clear: both;
}