#menujuegos {
	padding: 20;
	list-style-type: none; 
	font-family: arial;
	font-size: 16px; 
    font-weight: bold; 
     }
 #menujuegos li {
 	background-color: #A7135D; 
    float: left; 
    height: 2.5em; 
    line-height: 2.5em;
    border-color: #5E0B34;
    border-style: solid;
    border-width: 3px; 
            }
 #menujuegos a {
 	color: #5E0B34;
 	text-decoration: none;
 	padding: 0 20px;
 	display: block; 
         }
 #menujuegos li:hover {
 	background-color: #A7135D;
 	 }
 #menujuegos li:hover a {
 	color:#5E0B34;
                 }
  
 #link a {
    color:#5E0B34;
    font-size:32px;
    text-decoration: none;
    }
