* { 
outline: 0;
}
#menug{
	width: 465px;
	height: 40px;
}
#menug ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}

#menug ul li {
	width: 115px;
	float: left;

}
#menug ul li a {
	text-decoration: none;
	color: #2F749D;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	text-align: center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
}
#menug ul li a:hover {
	color: #000000;
	background-image: url(images/flecha.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#opcion1 #menug ul li a.uno, #opcion2 #menug ul li a.dos, #opcion3 #menug ul li a.tres, #opcion4 #menug ul li a.cuatro {
	color: #333333;
	background-image: url(images/flecha.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
