html,body {
	margin: 5px;
	padding-left: 5%;
	padding-right: 5%;
}
html {
	background-image: url("images/fondo3.jpg");
	background-repeat:repeat ;
}
	body {
		background-color: 	#8B0000;
		background-image: url("images/lol.jpg");
		background-repeat: no-repeat ;
		background-attachment: scroll;
		background-position: right bottom;
		background-size: 40%
	}
span.web {
	font-weight: bold;
	text-transform: uppercase;
}
	
	h1 {
		color: #990000;
		background-color: 	#006400;
	}

	img + img{
		width: 30%;
	}
	
	#a1 {
		width: 25%;
	}

	#a2 {

		width:30%;

	}