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

#wrapper {
	background:url(../images/fondocontact.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 p {
	width:500px;
	margin-left:50px;
}
section#about a {
	text-decoration:none;
	color:#666;
	-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#about a:hover {
	background-color:#000;
	color:#FFF;
}
section#about p a.red2:hover {
	background-color:#fff;
	opacity:0.5;

}
@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;
	}
}
