#banner {
	margin-top: 80px;
	position:relative;
}

#banner img {
	width: 100%;
	height: 100%;
}

#banner .contenedor {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#banner h2 {
	font-size: 28px;
}

/*#banner a {
	display: block;
	width: 100px;
	color: #fff;
	text-decoration: none;
	padding: 7px;
	margin-top: 10px;
	border: 3px solid #fff;
}*/

#banner a:hover {
	background: rgba(51,51,51,0.5);
}

@media(max-width:340px) {
	#banner h2 {
		font-size: 40px;
	}
	
	#banner a {
		margin-top: 25px;
	}
	
	#banner p {
		font-size: 12px;
	}
}

@media(max-width:768px) {	
	
	#banner img {
		height: auto;
		margin-top: 0px;
	}
	
	#banner p {
		font-size: 12px;
	}
}

@media(max-width:1024px) {
	#banner img {
		height: auto;
		margin-top: 0px;
	}
	#banner p {
		font-size: 24px;
	}
}


