#ddtabs2{
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif; 
    font-weight: normal;
    z-index: 3;
    position: relative;
    right: 0px;
    float: right;
    margin-top: 8px;
}

.glowingtabs{
	float:right;
}

.glowingtabs ul{
    list-style-type: none;
    margin:0;
    margin-left: 5px; /*Left offset of entire tab menu relative to page*/
    padding:0;
}

.glowingtabs li{
    display:inline;
    margin:0;
    padding:0;
}

.glowingtabs a{
    float:right;
    background:url(../images/glowtab-left.png) no-repeat left top;
    margin:0;
    margin-right: -3px; /*spacing between each tab*/
    padding:0 0 0 9px;
    text-decoration:none;
}

.glowingtabs a span{
float:right;
display:block;
background:url(../images/glowtab.png) no-repeat right top;
padding: 5px 23px 3px 16px;
color: #013472;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {

}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -31px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
color: #013472;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -31px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -31px; /*Shift background image up to start of 2nd tab image*/
}
.tabcontainer{

width:600px; /*width of 2nd level sub menus*/
font-family: "Helvetica, Verdana";
font-size: 18px;
text-align: right;


}

.tabcontent{
float: right;
margin: 0px 0px 0px 0px;
padding: 4px 4px 4px 4px;
display:none;
font-size: 12px;
background-color:#cccccc;
color: #3e3e3e;
text-align: left;
z-index: 40000;
}


.tabcontainer a:link  {color: #013472;}     /* unvisited link */
.tabcontainer a:visited {color: #013472;}  /* visited link */
.tabcontainer a:hover {color: #532209;}   /* mouse over link */
.tabcontainer a:active {color: #013472;}   /* selected link */

/* Diferentes subtabs en el menu */

/* Diferentes subtabs en el menu */

.tabcontainer{
	text-align: right;
	line-height: 25px;
	z-index: 10;
    margin-top: 5px;
}
.tabcontent_contacto{
	font-family: Helvetica, Arial, sans-serif; 
	position: absolute;
	margin: 137px 0px 0 564px;
	display:none;
	font-size: 12px;
	background-image: url(../images/bgtabs.png);
	color: #013472;
	width: 110px;
	z-index: 40000;
}

.tabcontent_productos{
	font-family: Helvetica, Arial, sans-serif; 
	position: absolute;
	float: right;
	margin: 137px 0px 0 442px;
	display:none;
	font-size: 12px;
	background-image: url(../images/bgtabs.png);
	color: #013472;
	width: 122px;
	z-index: 40000;
}

.tabcontent_nuestraempresa{
	font-family: Helvetica, Arial, sans-serif; 
	position: absolute;
	float: right;
	margin: 137px 0px 0 260px;
	display:none;
	font-size: 12px;
	background-image: url(../images/bgtabs.png);
	color: #013472;
	width: 180px;
	z-index: 40000;
}

.tabcontent_inicio{
	font-family: Helvetica, Arial, sans-serif; 
	position: absolute;
	float: right;
	margin: 137px 0px 0 44px;
	display:none;
	font-size: 12px;
	background-image: url(../images/bgtabs.png);
	color: #013472;
	width: 85px;
	z-index: 40000;
	
}

.tabcontent_locaciones{
	font-family: Helvetica, Arial, sans-serif; 
	position: absolute;
	float: right;
	margin: 137px 0px 0 212px;
	display:none;
	font-size: 12px;
	background-image: url(../images/bgtabs.png);
	color: #013472;
	width: 78px;
	z-index: 40000;
	
}

.tabcontainer li{ margin-right: 7px; }
