/* CSS Document */

/* MENU GENERAL */

#juegos_inflabes{
	float:left;
	width:100%;
	line-height:normal;
/* 	border-bottom: 1px solid #7e9fff; */ /*Add border strip to bottom of menu*/
}

#juegos_inflabes ul{
	list-style-type: none;
	margin:0;
	margin-left: 5px; /*Left offset of entire tab menu relative to page*/
	padding:0;
}

#juegos_inflabes li{
	display:inline;
	margin:0;
	padding:0;
}

#juegos_inflabes a{
	float:left;
	background: url(../images/arriendo-juegos-label-left.gif) no-repeat left top;
	margin:0;
	margin-right: 0px; /*spacing between each tab*/
	padding:0 0 0 13px;
	text-decoration:none;
}

#juegos_inflabes a span{
	float:left;
	display:block;
	background: url(../images/arriendo-juegos-label-right.gif) no-repeat right top;
	padding: 12px 20px 4px 5px;
	font-size: 0.75em;
	font-weight:bold;
	color:#3B3B3B;
}


#juegos_inflabes a h4{
	float:left;
	display:block;
	background: url(../images/arriendo-juegos-label-right.gif) no-repeat right top;
	padding: 12px 15px 4px 5px;
	font-size: 0.75em;
	font-weight:bold;
	color:#3B3B3B;
}




/* Commented Backslash Hack hides rule from IE5-Mac \*/
#juegos_inflabes a span {float:none;}
/* End IE5-Mac hack */

#juegos_inflabes a h4 {float:none;}

#juegos_inflabes a:hover span {
	text-decoration: none;
	color: #553e30;
}

#juegos_inflabes a:hover h4 {
	text-decoration: none;
	color: #553e30;
}

#juegos_inflabes #current a{ /*Selected Tab style*/
	background-position:0 -31px; /*Shift background image up to start of 2nd tab image*/
	text-decoration: underline;
	color: #a62931;
}

#juegos_inflabes #current a span{ /*Selected Tab style*/
	background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
	text-decoration: underline;
	color: #a62931;
}

#juegos_inflabes #current a h4{ /*Selected Tab style*/
	background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
	text-decoration: underline;
	color: #a62931;
}

#juegos_inflabes a:hover{ /*onMouseover style*/
	background-position:0% -31px; /*Shift background image up to start of 2nd tab image*/
}

#juegos_inflabes a:hover span{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}

#juegos_inflabes a:hover h4{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}

