/* Global Resetting */

/*
img, div, li,a, input { behavior: url(./mysite/css/iepngfix.htc) }
*/

html, body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	/* reset font-sizes to 1em == 10px */
	background:url(../images/degradee_bottom.jpg) repeat-y;
	background-position: top center;
	background-color: #999999;
	
	margin: 0;
}
* {
	font-size: 10px;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family:Verdana,Helvetica,sans-serif;
	list-style:none;
	border:0;
}
img {
		border:0px;
		padding:0px;
		margin:0px;
		behavior: url("pngbehavior.htc");
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Layout CSS */
#HeaderContainer{
	background-color: #ffffff;
	height: 205px;
}
#Header{
	width:900px;
	margin: auto;
	background-color: #ffffff;
	min-height:205px;
	height:205px;
	
}
#NavContainer{
	background:url(../images/barra_menu_topo.jpg) repeat-y;
	background-position: top center;
	background-color: #999999;
	height: 100px;
}
#Breadcrumbs{
width:750px;
margin: auto;
height:30px;
line-height:30px;
color:#999999;
padding-left:210px;
}
.delimiter {
color:#666666;
}
#Breadcrumbs a{
color:#666666;
text-decoration:none;
}
#Breadcrumbs a:hover{
color:#999999;
}
#Nav{
	width:960px;
	margin: auto;
	height:70px;
	abackground-color: #ff00ff;
}
#ContentContainer{
	background-color: #ffffff;
	min-height:200px;
	border-bottom: 1px solid #999999;
}
#Content{
	width:900px;
	margin: auto;
	abackground-color: #fff0ff;
}
#Footer{
	width:900px;
	margin: auto;
	abackground-color: #666666;
	font-size: 11px;
	font-family: Trebuchet;
	color: #666666;
	margin-top: 8px;
	line-height:14px;
}
#FooterMenu{
float:left;
color: #999999;
}
#FooterMenu a {
	color: #999999;
	text-decoration:none;
}
#FooterMenu a:hover {
	color: #666666;
}
#Copyright{
float:right;
color: #666666;
}
#Copyright a {
	color: #999999;
	text-decoration:none;
}
#Copyright a:hover {
	color: #666666;
}

#Login{
background-color: #ff0000;
width:204px;
height:40px;
float:right;
text-align: right;
color:#ffffff;
font-size: 10px;
font-family: Verdana;
margin-right:-20px;
background:url(../images/login.jpg) no-repeat;
line-height: 20px;

}
#Login a{
text-decoration:none;
color:#ffffff;
width:164px;
height:20px;
display:block;
text-align: center;
margin-left:20px;
abackground-color: #ff0000;
margin-right:20px;
}
#Login a:hover{
background:url(../images/login_over.jpg) no-repeat;
}
#FlashLogo{
	width: 230px;
	height: 100px;
	float:right;
	clear: both;
	margin-top:65px;
}

#Menu1 li{
float:left;
}

#Menu_apogk a {
background:url(../images/menu_principal_apogk.jpg) top left no-repeat;
display:block;
height:70px;
width:172px;
}
#Menu_apogk.link a:hover{background-position: bottom left}
#Menu_apogk.section a, #Menu_apogk.current a {background:url(../images/menu_principal_apogk_select.jpg) top left no-repeat;}


#Menu_iogkf a {
background:url(../images/menu_principal_iogkf.jpg) top left no-repeat;
display:block;
height:70px;
width:143px;
}
#Menu_iogkf.link a:hover{background-position: bottom left}
#Menu_iogkf.section a, #Menu_iogkf.current a {background:url(../images/menu_principal_iogkf_select.jpg) no-repeat;}

#Menu_actividades a {
background:url(../images/menu_principal_activid.jpg) top left no-repeat;
display:block;
height:70px;
width:275px;
}
#Menu_actividades.link a:hover{background-position: bottom left}
#Menu_actividades.section a, #Menu_actividades.current a {background:url(../images/menu_principal_activid_select.jpg) no-repeat;}

#Menu_noticias a {
background:url(../images/menu_principal_noticias.jpg) top left no-repeat;
display:block;
height:70px;
width:202px;
}
#Menu_noticias.link a:hover{background-position: bottom left}
#Menu_noticias.section a, #Menu_noticias.current a {background:url(../images/menu_principal_noticias_select.jpg) no-repeat;}

#Menu_media a {
background:url(../images/menu_principal_media.jpg) top left no-repeat;
display:block;
height:70px;
width:168px;
}
#Menu_media.link a:hover {background-position: bottom left}
#Menu_media.section a, #Menu_media.current a {background:url(../images/menu_principal_media_select.jpg) no-repeat;}



