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

/*TABS*/
	
	
	
	/* root element for tabs  */
ul.tabs {
    list-style:none;
    margin:0 !important;
    padding:0;
   
    height:30px;
	width: 800px;
}

/* single tab */
ul.tabs li {
    
    float: left;
    height: 30px;
    list-style-image: none !important;
    margin-bottom: 0 !important;
    margin-left: 1px;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding: 0 0 0 14px;
    text-indent: 0;
}

ul.tabs li.current {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    height: 50px;
	
    list-style-image: none !important;
    margin-bottom: -5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding: 0;
    text-indent: 0;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	
    color: #333333;
    display: block;
    font-size: 11px;
    height: 50px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
	cursor: pointer;
    top: 1px;
    width: 174px;
}
ul.tabs a:active {
    outline:none;
	
}

ul.tabs .um {
	background-image: url(../images/icons/audio.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
	ul.tabs .um:hover {
	background-position: left bottom;	
	}
	
		ul.tabs .um:current {
	background-position: left bottom;	
	}
	
	ul.tabs .dois {
	background-image: url(../images/icons/audio2.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
	ul.tabs .dois:hover {
	background-position: left bottom;	
	}
	ul.tabs .dois:current {
	background-position: left bottom;	
	}
	
	
	ul.tabs .tres {
	background-image: url(../images/icons/audio3.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
	ul.tabs .tres:hover {
	background-position: left bottom;	
	}
	
	
		ul.tabs .tres:current {
	background-position: left bottom;	
	}
	ul.tabs .quatro {
	background-image: url(../images/icons/audio4.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
	ul.tabs .quatro:hover {
	background-position: left bottom;	
	}
	
	
		ul.tabs .quatro:current {
	background-position: left bottom;	
	}
	ul.tabs .cinco {
	background-image: url(../images/icons/audio5.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
	ul.tabs .cinco:hover {
	background-position: left bottom;	
	}
	
	
		ul.tabs .cinco:current {
	background-position: left bottom;	
	}
	ul.tabs .seis {
	background-image: url(../images/icons/servicosonline.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
	ul.tabs .seis:hover {
	background-position: left bottom;	
	}
	
		ul.tabs .seis:current {
	background-position: left bottom;	
	}
	
	ul.tabs .sete {
	background-image: url(../images/icons/software.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
	ul.tabs .sete:hover {
	background-position: left bottom;	
	}
		ul.tabs .sete:current {
	background-position: left bottom;	
	}
	
	ul.tabs .oito {
	background-image: url(../images/icons/video.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
		ul.tabs .current {
	background-position: left bottom;	
	}
	
	ul.tabs .oito:hover {
	background-position: left bottom;	
	}
	
	ul.tabs .nove {
	background-image: url(../images/ebook.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}
	
	ul.tabs .nove:hover {
	background-position: left bottom;	
	}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
    background-position: -420px -31px;
    color:#fff;
}

.label_tos{
	padding-top: 4px;
}

.panes .pane {
    display:none;
	
}


#blocos2 {
	float: left;
	width: 960px;
	margin-top: 20px;
	}

#tabs_center{
	margin-left:50px;
	
	
	}
#abas {
	float: left;
	clear: both;
	/*width: 620px;*/
	width: 630px;
	margin-top: 30px;
	
	}

	
	.panes {
	/*   -webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 4px #ccc;*/

	padding: 20px;		
	/*
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;*/
	
	}
	