body{
	background-image: url(Imagenes/41.jpg);
	background-repeat: no-repeat;
    background-size: cover;
}
div{
	height: 120px;
	width: 120px;
	text-align: center;
	padding: 20px;
    float: left;
    margin-left: 50px;
    margin-top:20px;
    margin-bottom: 20px;
}
.modA{
background-image: url(Imagenes/31.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.modB{
background-image: url(Imagenes/32.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.modC{
background-image: url(Imagenes/33.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.modD{
background-image: url(Imagenes/34.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.modE{
background-image: url(Imagenes/35.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.modF{
background-image: url(Imagenes/36.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.modG{
background-image: url(Imagenes/37.jpg);
background-repeat: no-repeat;
background-size: cover; 
}
.modH{
background-image: url(Imagenes/38.jpg);
background-repeat: no-repeat;
background-size: cover; 
}
.modI{
background-image: url(Imagenes/39.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center; 
}
.modJ{
background-image: url(Imagenes/40.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.modK{
background-image: url(Imagenes/30.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.modL{
background-image: url(Imagenes/dh.jpg);
background-repeat: no-repeat;
background-size: cover;
}        
ul
{
			list-style-type: none;
			border-left-width: 4px;
			border-left-style: solid;
			border-left-color: #CCC;
			
}
li{
	display: inline;
}
a{
	font-family: "Times New Roman", helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 1.8em;
	display: block;
	padding: 5px;
	float: left;
	border-bottom-width: 3px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	background-color: #eaeaea;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #ccc;
	padding-left: 80px;
	padding-right: 80px;
	
}
a:hover{
	background: rgb(255, 80, 80);
	color: white;
	font-family: "Century Gothic";
	border-left-color: gray;
	border-left-width: 5px;
	border-left-style: solid;
	
}