/*
 * GALLERY
 */
section#content {
	margin:50px 0 0px 0;
}
section#content img, section#content video {
	float:left;
	margin-right:30px;
	margin-bottom:15px;
}
section#content img.second {
	float:left;
	padding-right:100px;
	margin-bottom:15px;
}
section#content p {
	font-size:14px;
	line-height:20px;
}
section#content a {
	text-decoration:none;
	font-size:12px;
	padding:5px 15px;
	color:#666;
	background-color:#ccc;
	border-radius:15px;
	-webkit-transition:all 0.5s ease; /* Safari y crome */
	-o-transition:all 0.5s ease; /* Opera */
	-moz-transition:all 0.5s ease; /* Mozilla */
	transition: all 0.5s ease; /* standard code at end */
}
section#content a:hover {
	background-color:#000;
	color:#FFF;
}
iframe {
	float:left;
	margin-right:50px;
}
hr {
	float:left;
}

/*
 * IPAD
 */
@media screen and (max-width: 550px) {
	iframe {
		width:100%;
	}
}
