@charset "utf-8";
/* CSS Document */

.animatedtabs44{
	overflow: hidden;
	width: 100%;
	font-size: 14px; /*font of menu text*/
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	border-bottom-style: none;
	border-bottom-color: gray;
}


.animatedtabs44 ul{
list-style-type: none;
margin: 0;
margin-left: 10px; /*offset of first tab relative to page left edge*/
padding: 0;
}

.animatedtabs44 li{
float: left;
margin: 0;
padding: 0;
}

.animatedtabs44 a{
	float: left;
	position: relative;
	top: 5px;
	margin-right: 3px;
	text-decoration: none;
	background-image: url(../imagen/Menu/tab-blue-left%20rojo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
}

.animatedtabs44 a span{
	float: left;
	position: relative;
	display: block; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	font-weight: bold;
	color: black;
	background-image: url(../imagen/Menu/tab-blue-right%20rojo.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 30px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 3px;
	padding-left: 5px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.animatedtabs44 a span {
	float:none;
	background-image: url(../imagen/Menu/tab-blue-right%20rojo.gif);
	color: #FFFFFF;
}
/* End IE5-Mac hack */


.animatedtabs44 .selected a{
	background-position: 0 -125px;
	top: 0;
	color: #FFFFFF;
}

.animatedtabs44 .selected a span{
	background-position: 100% -125px;
	color: #000000;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
}

.animatedtabs44 a:hover{
	background-position: 0% -125px;
	top: 0;
	color: #FFFFFF;
}

.animatedtabs44 a:hover span{
	background-position: 100% -125px;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
	top: 0;
	color: #FFFFFF;
}

