	/* CSS Document */
	
	#ddimagetabs{
		position: absolute;
		top:125px;
		width:100%;
		height: 21px;
		padding-top: 0px; /*vertical offset of tab text from top of tab*/
		padding-top: 0px; /*vertical offset of tab text from top of tab*/				
		background: url(../img/deg5b.jpg);
		background-repeat: repeat;		
	}
	
	#ddimagetabs a{
		display: block;
		text-decoration: none;
		font: bold 12px Arial; /*tab font */
		color: black; /*font color */
		/* width: 86px; width of tab image */
		height: 19px; /*height of tab image */
		float: left;
		display: inline;
		margin-right: 2px; /*spacing between tabs */
		padding-top: 2px;
		padding-left: 5px; /*left offset of tab text from top of tab*/
		padding-right: 10px; /*right offset of tab text from top of tab*/
		/*background-image:url(bluetab.jpg); URL to tab image */
		color:#ffffff;
		/*background-color:#004454;*/
		background: url(../img/deg5b.jpg);
		background-repeat: repeat;
		text-align: center;
	}
	
	#ddimagetabs a:hover, 
	#ddimagetabs a.current{
		background-color:#004454; /*URL to tab image onmouseover */
		color: #004454;
	}
	
	
	.ddimagetabs2{
		display:none;
		padding-top:0px;
		position: absolute;
		top:0px;		
	}
	
	.ddimagetabs2 a{
	
		display: block;
		text-decoration: none;
		font: bold 11px Arial; /*tab font */
		color: black; /*font color */
		/* width: 86px; width of tab image */
		height: 12px; /*height of tab image */
		/*float: left;*/
		display: inline;
		padding-top: 3px; /*vertical offset of tab text from top of tab*/
		padding-left: 5px; /*left offset of tab text from top of tab*/
		padding-right: 3px; /*right offset of tab text from top of tab*/
		/*background-image:url(bluetab.jpg); URL to tab image */
		color:#004454;
		/*background-color:#ffffff;*/
		/*background: url(../img/deg5c.jpg);*/
		background-repeat: repeat;
		text-align: center;
	}
	
	.ddimagetabs2 a:hover, 
	.ddimagetabs2 a.current{
		/*background-color:#004454; */		/*URL to tab image onmouseover */
		color: #7FA1B6;
		/*background: url(../img/deg5c.jpg);*/
		/*background-color:#ffffff;*/
		background-repeat: repeat;		
	}
	#tabcontentcontainer{
		position: absolute;
		top:146px; /*91+55*/
		width:100%; /*width of 2nd level content*/
		height:21px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
		background: url(../img/deg6.jpg);
		/*background-color: #ffffff;*/
		background-repeat: repeat;		
	}
	
	#tabcontentcontainerimg{
		width:100%; /*width of 2nd level content*/
		height:18px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	}
	
	.desplas{
		padding-top:0px;
	}
	.tabcontent{
		display:none;
	}
	.intro{
		position:absolute;
		left:0;
		top:0;
		width:100%;
		layer-background-color:#bac405;
		background-color:#bac405;
		border:0.1px solid #bac405;
		z-index:10;
	}
	
#tabcontentcontainerimg #logotips{
	display:block;   
	background: url(../img/fons.png) repeat-x top left;   
}

#tabcontentcontainerimg #logotips a.logo_mas{ 
	float:left;
	border:none; 
	text-decoration:none;
	}
	
#tabcontentcontainerimg #logotips a.logo_mas img{ 
	border:none;  
	}

#tabcontentcontainerimg #logotips a.logo_ajreus{ 
	display:block;  
	height:75px; 
	padding-top: 13px;
	text-decoration:none;   
}

#tabcontentcontainerimg #logotips a.logo_ajreus img{
	border:none;    
	}
