Body{
	background-color: rgba(0, 151, 166, 0.9);
}

.modA{
	background-image: url(imagenes/fondo.jpg);
	font-family: "ar bonnie";
	color: rgb(0,255,0);
	font-size: 130px;
	text-align: center;
	text-shadow:3px -1px 12px #000000;
	margin-bottom: 20px;
	height: 100px;
	border:1px solid #000;
	padding: 150px;
}
.modB{
	background-image: url(imagenes/soccer.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 60px;
	width: 100px;
	border: none;
	margin-bottom: 0px;
	margin-top: 178px;
	margin-left: 620px;
}
.modC{
	font-family: arial;
	color: #000;
	font-size: 14px;
	text-align: center;
	text-shadow:3px -1px 12px #000000;
	margin-left: 550px;
}
ul{
	list-style-type: nome;
	margin: 0px;
	padding: 0px;
}
li{
	display:inline;
}
a{
	font-family: "ar bonnie";
	color: rgb(82, 6, 71); 
	text-decoration: none;
	font-size: 1.5em;
	padding: 5px;
	display: block;
	float: left;
	width: 237px;
	text-align: center;
	margin-left: 70px;
	background-color: rgb(105,255,105);
}
#inicio{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
}
a:hover{
	background-color: rgb(255,117,173);
	transform: rotate(4deg) scale(1.144) skew(6deg) translate(-2px);
-webkit-transform: rotate(4deg) scale(1.144) skew(6deg) translate(-2px);
-moz-transform: rotate(4deg) scale(1.144) skew(6deg) translate(-2px);
-o-transform: rotate(4deg) scale(1.144) skew(6deg) translate(-2px);
-ms-transform: rotate(4deg) scale(1.144) skew(6deg) translate(-2px);
}
