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

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

article {
	background:#ececec; 
	padding:0 7px;
	margin-left: 2px;
	margin-bottom:15px;
}

article h2 {
	margin:10px 0 0 0;
	text-align: right;
	color:#666;
	font-family: 'Roboto-Light';
	font-size: 23px;
	font-weight: lighter;	
}

article h3 {
	margin-top:0;
	text-align: right;
	color:black;
	font-family: 'Roboto-Bold';
	font-size: 13px;
	font-weight: bold;	
}


#articleContainer {
	width:477px;
	font-size:12px;
	margin-left: 7px;
	color:#888;
	font-family: 'Roboto-Light';
	font-weight: lighter;
	float:left;
}

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

.wide {
	padding-top: 15px;
}

.wide, .mini, #teamContainer  {
	border-bottom:solid;
	border-color:#26a8e2;
	border-width: 15px;
	padding-bottom:15px;
}

.first {
	padding-left: 170px;	
}

.first p{
	
}

.last {
	clear:both;

}

.last h3 {
	text-align: left;
	font-family: 'Roboto';
}

.mini {
	width: 140px;
	height: 220px;
	margin-left:5px;
	font-size:11px;
	float:left;
}


#teamContainer {
	width: 415px;
	height:613px;
	margin-right: 7px;
	background:#ececec;
	float:right;
}


.person {
	width: 110px;
	height: 170px;
	margin:15px auto 0 7px;
	padding:17px 10px;
	background: #26a8e2;
	margin-top:15px;
	float:left;
}

.person img {
	width:  80px;
	height: 100px;
}

.person p {
	color:white;
	font-size: 10px;
	margin:0;
	padding: 0;
}

.person hr {
	height: 2px;
	width:110%;
	background-color: white;
	color: white;
	border: none;
}

.vermas {
	width: 65px;
	height: 15px;
	padding-top: 2px;
	margin:15px 0 0 40px ;
	font-size:10px;
	border:solid white;
	border-width: thin;
	text-align: center;
	color:white;
}

.vermas:hover{
	cursor:pointer;
	background: #1976A0; 
}

footer {
	clear:both;
}