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

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

article {
	background:#ececec; 
}

.barraWide {
	width:100%;
	margin-left:0;
	margin-top: 70px;
}

#relevancia, #container h1 {
	margin-left: 20px;
}

#relevancia {
	width:550px;
	float:left;	
}

#relevancia p {
	font-size:13px;
	line-height: 15px;
	width:440px;
	margin-left: 100px;
	font-family: 'Roboto-Light';
	color:#888;
	margin-bottom:20px;
}

#relevancia h4 {
	margin:100px 0 12px 100px;
	line-height: 5px;
	font-family: 'Roboto-Bold';

}

hr {
	height: 2px;
	margin-left:100px;
	background-color: white;
	color: white;
	border: none;
}

#equipo {
	width: 250px;
	height:520px;
	margin-right: 20px;
	float:right;
	text-align: center;
}

#equipo h1,h4 {
	color:#626061;
}

#equipo h1 {
	width: 120px;
	margin:0 auto 196px auto;
	padding:5px 2px;
	background: none;
	border: solid #626061;
	border-width: thin;
	font-size:1.9em;
	font-family: 'Roboto-Bold';
}

#equipo h4 {
	margin:auto 0 0 0;
	line-height: 24px;
	font-size: 13px;
	font-weight: lighter;
}

#imgcontainer {
	margin-top:100px;
}

/*#frame {
	
	width: 240px;
	height:500;
	border:solid;
	border-color:white;
	border-width: thin;
	margin:7px 0 0 4px;
}
*/