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

div.tabsContainer{
	
}
#pagina div.tabsContainer{
	
}

ul.tabs {
margin: 0;
padding: 0;
list-style: none;
height: 32px; /*--Set height of tabs--*/
width: 100%;

}

ul.tabs li {
display: inline; 

}

ul.tabs li a {
text-decoration: none;
outline: none;



}

ul.tabs li a:hover {

}

ul.tabs li.active a, ul.tabs li.active a:hover  {}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/

color: #003671;
}

.tab_container {

border-top: none;
overflow: hidden;
clear: both;
float: left; 
width: 100%;
background: #fff;
padding-top:20px;
}
#pagina .tab_container {

border-top: none;
overflow: hidden;
clear: both;
float: left; 
width: 100%;
background: #58585a;
padding-top:40px;
}

.tab_content {
padding: 20px 20px 20px 20px;
font-size: 1em;
color:#333;
}
#pagina .tab_content {
color:#fff;
}

ul.tabs span.clearF{
	clear:both;
	display: block;
	width: 100%;
	height:1px;
}