body{
	height: 100%;
}
iframe{
	background-color: white;
	height: 350px;
	width:100%;
	border:0;
}
#iframes{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;

}
#marco{
	background-color: pink;
	padding: 10px;
	margin: 10px;
	border: 3px solid black;
}
.iframe{
	width: 300px;
	padding: 10px;
	border:5px solid pink;
}
.iframe div{
	background: white;
	width: 100%;
	text-align: center;
}
.iframe .numero{
	font-size: 17px;
}
.iframe .nombre{
	border-bottom: 1px solid #ccc;
}
.iframe .nombre a{
	text-decoration: none;
	color: blue;
}
.botones{
	text-align: center;
}    