
body{
	font-family:Tahoma, Verdana;
	font-size:11px;
	color:#666666;
}

#compGroupA {
	float: left;
	width: 958px;
}

#compGroupB {
	float: left;
	width: 635px;
}

/*some non-js fixes for the app*/

#fragment-1, #fragment-2, #fragment-3 {
clear: left;
}

#fragment-1{
height:369px;
}

#fragment-2{
color:#666666;
padding-top:0px;
margin-top:0px;
}
				
/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; text-decoration: none; font-size: 100%; list-style: none;
	font-family:Tahoma,Verdana;
	text-align:center;
	float: left;
	position: relative;
	left:420px;
	z-index: 1;
	bottom: 0px;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; height: 29px; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border-right: none;
}

.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; height: 20px; text-decoration: none; font-size: 100%; list-style: none;
	width:162px;
	float: left;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	color: #888;
	background: url(img/func_bus_nor.gif) no-repeat;
	margin-right:5px;
	padding-top:9px;
}

*html .ui-tabs-nav-item a {
	margin-bottom:-9px;
}

.ui-tabs-nav-item a:hover {
	background: url(img/func_bus_nor.gif) 0 -29px;
	color: #999999;
}
.ui-tabs-selected {
	border-bottom-color: #111111;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: url(img/func_bus_nor.gif) 0 -58px;
	margin-right:5px;
	color: #777;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	clear:left;
	color: #d9d9d9;
	width:958px;
}
.ui-tabs-hide {
	display: none;
}

/* Tema tooltips */

#tooltip{
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#666666;
	position:absolute;
	border:1px solid #6990B3;
	background:#fefefe;
	padding:2px 5px;
	display:none;
	width:160px;
}

/* Acordeón */
.ui-accordion {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Tahoma, Verdana;
}
.ui-accordion-group {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; 
	border-bottom: none; text-align:left;
}
.ui-accordion-header {
	/*resets*/margin: 0; padding: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	cursor: pointer;
	border-bottom: #acbc9d 1px solid;
}
.ui-accordion-header a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: .5em .5em .5em 20px;
	color: #666666;
	background: url(img/00498f_7x7_arrow_right_.gif) .5em 50% no-repeat;
}
.ui-accordion-header a:hover {
	color: #669933;
}
.ui-accordion-header:hover {
	color: #669933;
}

.selected .ui-accordion-header a, .selected .ui-accordion-header a:hover {
	color: #669933;
	background: url(img/00498f_7x7_arrow_down_.gif) .5em 50% no-repeat;
}
.ui-accordion-content {
	padding: 10px 0px 10px 20px;	
	background: #fff;
	color: #666;
	font-size: 11px;
	text-align:left;
}

.ui-accordion-content ul{
	list-style:none;
	text-align:left;
}

.mini_font{
	font-size:9px;
	color:#999999;
}
