/* CSS Menú Superior - by Iguana :: Mauricio Ramírez Gómez :: */

.sup-menu{
	width:auto;
	float:left;
	margin-left:5px;
	margin-bottom:10px;
	text-align:center;
	color:#60C;
	background:url(../images/t-bodas/pestanas.jpg) no-repeat bottom;
	width:101px;
	height:31px;
	padding-top:5px;
	text-decoration:none;
}
.sup-menu:hover{
	background-position:top;
	cursor:pointer;
}
.sup-menu a{
	color:#60C;
	text-decoration:none;
}
