@charset "UTF-8";
/* CSS Document */

#wrapper {
	background:url(../images/fondoservices.jpg) top right no-repeat;
}
section#about {
	max-width:500px;
	margin:50px 0 0px 0;
	background:rgba(255,255,255,0.6);
}
section#about h1 {
	font-size:17px;
	margin-left:50px;
}
section#about h2 {
	font-size:17px;
	margin-left:50px;
	margin-top:30px;
}
section#about ul {
	margin-left:30px;
}
section#about p {
	margin-left:50px;
}

video {
	margin: 20px;
	display: block;
	float: right;
	border:1px solid black;

}
@media screen and (max-width: 450px) {
	section#about h1 {
		font-size:15px;
		margin-left:10px;
		padding-top:20px;
	}
	section#about h2 {
		font-size:15px;
		margin-left:10px;
		margin-top:0px;
	}
	section#about p {
		width:inherit;
		margin-left:10px;
		font-size:15px;
		line-height:21px;
	}
}
