﻿BODY 
{

	margin: 5px auto 5px auto;
    width: 900px;
	height: 600px;
	background-image: url(../images/fondo2.gif);	
	
}


#slidetabsmenu
{
	float: left;
	width: 100%;
	font-size: 90%;
	line-height: normal;
	border-bottom: 1px solid gray;
}

* html #slidetabsmenu{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}

#slidetabsmenu ul
{
	list-style-type: none;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	font-size: xx-small;
}

#slidetabsmenu li{
display:inline;
margin:0;
padding:0;
}

#slidetabsmenu a
{
	float: left;
	background: url(../imgmenu/tab-left.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	text-decoration: none;
	color: navy;
	font-size: small;
}

#slidetabsmenu a span
{
	float: left;
	display: block;
	background: url(../imgmenu/tab-right.gif) no-repeat right top;
	padding: 3px 14px 3px 5px;
	font-weight: bold;
	color: navy;
	font-size: small;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#slidetabsmenu a span {float:none;}
/* End IE5-Mac hack */

#slidetabsmenu a:hover span
{
	color: navy;
}

#slidetabsmenu #current a {
background-position:0 -125px;
}

#slidetabsmenu #current a span
{
	background-position: 100% -125px;
	color: navy;
}

#slidetabsmenu a:hover {
background-position:0% -125px;
}

#slidetabsmenu a:hover span {
background-position:100% -125px;
}



