/* fullmediagrup online - aprsam */

body {
	margin-top: 25px;
	padding: 0;

	font-size: 80%;
	line-height: 1.5em;

	color: #989898;/* #d7d7d7; */
    background: #ffffff; 
	


}

* {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 1em;
}



A{
	text-decoration:none;
	color:#c4c5c6;

	font-weight:bold;
}
a:visited{
	text-decoration:none;
	color:#c4c5c6;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}

a:active{
	text-decoration:underline;
	color:#000000;
	font-weight:bold;
}


.li{
	font-weight: bold;
	line-height: 2em;
	list-style-type:none;
}

#header{
	margin: 0 auto;
	background-color: #f1f1f1;
	width: 920px;
	height: 37px;
	margin-bottom: 5px;
	word-spacing: 2em;
	font-size: 0.85em;

	padding-left: 30px;
	

}

#header .imgcli{
	background-image:url(img/botoclients.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 176px;
	color: #000000;
	line-height: 2.90em;
	left: 50%;
}

.textbuscar{
	background-image:url(img/botoclients.jpg);
	background-repeat: no-repeat;
	border: none;
	width: 170px;
	height: 25px;
	padding-left: 15px;
	padding-top: 8px;
	line-height: 3m;
	background-color: #f1f1f1;
	
}
#container {
	width: 946px;
	margin: auto;
	margin-bottom: 0;
	background-color: #FFFFFF;
	border-left: #999999 2px solid;
	border-right: #999999 2px solid;
	border-top: #999999 2px solid;
	border-bottom: #999999 2px solid;   
	position: relative;
	 

}

#logoheader{
	width: 946px;
	height: 160px;
	background-color:#000000;
}

#flashheader{
	width: 946px;
	background-color:  #ffffff;
	height: 160px;
}

#botonsheader{
	width: 946px;
	height: 35px;
	background-color: #000000;
	
}


#botonsheader .imgvalign2{
	background-image:url(img/boto.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 162px;
	color: #FFFFFF;
	line-height: 2.30em;
}

#botonsheader .imgvalign2 a{
	color: #ffffff;

}

#botonsheader .imgvalignseleccionat{
	background-image:url(img/botoseleccionat.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 162px;
	color: #FFFFFF;
	line-height: 2.30em;
}


#botonsheader .imgvalignseleccionat a{
	color: #ffffff;

}



#liniacolors{
	background-image:url(img/liniacolors.jpg);
	background-repeat: no-repeat; 
	width: 946px;
	height: 7px;
}

#liniacolors2{
	background-image:url(img/liniacolors.jpg);
	background-repeat: no-repeat; 
	width: 946px;
	height: 7px;
	
	
/* 	bottom: -7px; */
 	position: absolute;	
	bottom: 0;

}
#caixacentral{
	/* 950 - 4 -30 - 20 */
	width: 896px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 15px;
	background-color:#ffffff;
	
	
	/*min-height: 600px;
	height: 600px;
	height: auto !important; */
	overflow: hidden;
	height: auto;

		

}

#caixacentralesquerra{

	/* width total 260 - 10 - 10 - 4 */
	float: left;
	height: auto;
	width: 240px;
	background-color:#ffffff;
	border: #999999 2px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;


}

#caixacentraldreta{
	float: right;

	background-color:#ffffff;
	height: auto;
	/* width 610 - 4 -10 -10 */
	width: 586px;
	border: #f1f1f1 2px solid;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;

}

#flashfooter{
	margin: 10px auto;

	width: 946px;
	height: 160px;
	background-color:#ffffff;
	border: 2px #999999 solid;

}

#textesfooter{
	width: 946px;
	margin: auto;
	text-transform:uppercase;
	text-align: center;
	word-spacing: 2em;
}

#textesfooter2{
	width: 946px;
	margin: 10px auto;
	text-align: center;
	word-spacing: 2em;
	text-transform:capitalize;
}


#textesfooter3{
	width: 946px;
	margin: 10px auto;
	text-align: center;
	font-size: 0.75em;
	font-weight: bold;

}



#basic-accordian{
	border:2px solid #EEE;
	padding:5px;
	width:240px;
	position:absolute; 
	z-index:2;
	


}

.accordion_headings{
	padding:5px;
	background:#f1f1f1; /* 9CC00;*/
	color:#989898;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
 /* 	background:#00CCFF; */
 background: #f1f1f1;
}

.accordion_child{
	padding:15px;
	/* background:#EEE; */
	 background: #ffffff;
	
}

.header_highlight{
/* 	background:#00CCFF; */
 background: #f1f1f1;
}