/*
Name: Rede Governo
Description: Template desenvolvido para Rede Governo
Version: 1.0
Author: Bruno
*/
.site{
	background-color: #e6e6e6;
	margin: 30px 0;	
	position:relative;
	padding: 0 !important;
}

.header{	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: none !important;
	border: 3px #9f9f9f solid;
	background: #fff;
	-webkit-box-shadow: 0px -1px 9px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px -1px 9px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px -1px 9px 0px rgba(50, 50, 50, 0.2);
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}
.header .logo-mg{ 
	margin:3px 8px 0;
	display: inline-block;
	width:92px;
	height:22px;
	background:  url(../img/mg.jpg) no-repeat;
}

#main-content{
	padding-top: 15px;
	padding-bottom:15px;
	border: 2px #cdcdcd solid;
	border-bottom:4px #cdcdcd solid;
	border-left: none;
	border-right: none;
	min-height: 730px;
	position: relative;
	background:  url(../img/bg-home.jpg) no-repeat center bottom;
	background-color:#eee;
}
#main-content.bg-site-contrast{
	background:  url(../img/bg-site.jpg) no-repeat center bottom;
	background-color:#eee;
}

#main-content:before,#main-content:after{
	display:block;
	content:"";
	position:absolute;
	width: 100%;	
	left:0;
}

#main-content:before{
	top:2px;	
	-webkit-box-shadow: 0px -2px 6px 2px rgba(171,169,171,1);
	-moz-box-shadow: 0px -2px 6px 2px rgba(171,169,171,1);
	box-shadow: 0px -2px 6px 2px rgba(171,169,171,1);
}

#main-content:after{
	bottom:2px;	
	-webkit-box-shadow: 0px 2px 6px 2px rgba(171,169,171,1);
	-moz-box-shadow: 0px 2px 6px 2px rgba(171,169,171,1);
	box-shadow: 0px 2px 6px 2px rgba(171,169,171,1);
}

#main-content .container{
	background: none;
}

.header-a,.header-b{
	text-shadow: 1px 1px 3px rgba(122, 131, 136, 0.80);
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

.header-a{font-size: 45px;margin:0; line-height: 50px;}
.header-a span{font-size: 56px;}
.header-b{font-size: 18px;margin: 0 0 20px;}
.header-b span{font-size:15px}

.nav ul{
	margin: 10px auto 55px;
	padding: 0;
	list-style: none;
}

.nav ul li{
	display:inline-block;
	margin: 0px 5px;
	position: relative;
}

.nav ul li:after{
	display:block;
	content:"";
	height:90%;
	border-right: 1px #972828 solid;
	position: absolute;
	top:2px;
	right: -6px;
}
.nav ul li:last-child:after{display:none;}

.nav ul li a{
	display: block;
	padding: 3px;
	color:#972828;
	font-size: 11px;
	text-decoration: none;
	font-family:Verdana;
	font-weight:bold;
}
#navigation a:hover,
#navigation li.active a{color:#fff; background: #c65151;}

.nav ul li:first-child{margin-left: 0;}
.nav ul li:last-child{margin-right: 0;}

.nav li ul{position:absolute; top:23px; left:0; display:none;margin:0; }
.nav li ul li{display:block; margin: 0 !important;min-width:118px;border-top:1px #972828 solid;}
.nav li ul li:hover{border-color:#fff;}
.nav li.active ul li a{background:none;color:#972828;}
.nav li.active ul li a:hover{color:#fff; background: #c65151}
.nav li ul li:after{display:none;}

.nav li:hover ul, .nav li.over ul{display:block;}

.bttn{
	position:relative;
	text-decoration: none;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 15px;
	border:1px rgb(180,90,90) solid;
	border-bottom-color:rgb(181,87,87);
	color:#000;	
	background: rgb(254, 254, 254);
	background: -moz-linear-gradient(90deg, rgb(254, 254, 254) 30%, rgb(242, 242, 242) 70%);
	background: -webkit-linear-gradient(90deg, rgb(254, 254, 254) 30%, rgb(242, 242, 242) 70%);
	background: -o-linear-gradient(90deg, rgb(254, 254, 254) 30%, rgb(242, 242, 242) 70%);
	background: -ms-linear-gradient(90deg, rgb(254, 254, 254) 30%, rgb(242, 242, 242) 70%);
	background: linear-gradient(180deg, rgb(254, 254, 254) 30%, rgb(242, 242, 242) 70%);
	-webkit-box-shadow: 0px 6px 0px rgb(204,98,98);
	-moz-box-shadow: 0px 6px 0px rgb(204,98,98);
	box-shadow: 0px 6px 0px rgb(204,98,98);
	font-weight:400;
	font-size:18px;
	text-shadow: 1px 1px 3px rgba(122, 131, 136, 0.80);
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	padding: 8px 15px !important;
	outline:none;
}
.bttn:active,.bttn:visited  {
	text-decoration: none;
	color:#000;
	position: relative;
	top: 6px;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.icon_pc:after,.icon_ballon:after,.icon_pdg:after{
	display: block;
	content: "";
	position: absolute;
	height: 24px;
	width: 29px;
	top:6px;
	right:5px;
	background: url(../img/icons-home.png) no-repeat;
}
.icon_ballon:after{background-position: 0 -25px;}
.icon_pdg:after{background-position: -2px -50px;}

.bttn:hover{text-decoration: none;color:#000;}

.footer{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top: none !important;
	border: 3px #9f9f9f solid;	
	background: #fff;
	font-size:12px;
	font-weight:bold;
	position:relative;
	-webkit-box-shadow: 0px -1px 9px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px -1px 9px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         0px -1px 9px 0px rgba(50, 50, 50, 0.2);
	font-family:"Trebuchet MS", Helvetica, sans-serif;
}

.footer p,.footer address{margin: 3px 8px;}
.footer .cr{text-align:right;}
.footer .red{color: #bd0000;}


/* ==========================================================================
    Conteudo - Texto
   ========================================================================== */
.page-header{border-color:#972828;padding: 0; margin: 0 0 15px;;}	
.page-header h2 {margin: 0 0 5px !important;}
.page-header h2 a{
	color: #972828;
	font-size:20px;
	text-shadow: 1px 1px 3px rgba(122, 131, 136, 0.80);
	font-family:"Trebuchet MS", Helvetica, sans-serif;	
	text-transform:uppercase;	
}

#content ul li a{color: #972828;}
#content ul li a:hover{text-decoration:underline;color: #972828;}

h3 + table {margin-top:0 !important; margin-bottom:50px !important;}
.table tr th{background: #663333;color:#fff}
.table tr td{background: #fff;}

.h-a{font-family: "Trebuchet MS", Arial, Helvetica; margin:20px 0 10px; padding:10px; background:#ddd; font-weight:700;}
.h-b{font-family: "Trebuchet MS", Arial, Helvetica; margin:0; padding:10px; background:#ddd; font-weight:700;}
.tac{text-align:center;}	

/* ==========================================================================
    Breadcrumb
   ========================================================================== */
.breadcrumb > li > .divider {position: relative;}
.breadcrumb > li > .divider > img{position:relative;top: -3px;}   
   
/* ==========================================================================
    Acessibilidade
   ========================================================================== */
.acessibilidade{
	font-family: Verdana;
	font-size:10px;
	font-weight: 700;
	margin: 6px 8px 0;
	overflow:hidden;
	float:right;
}

.acessibilidade span,.acessibilidade a{margin-left:7px; color:#000;}
.acessibilidade .icon{position: relative; top:-2px;}

/* ==========================================================================
    Phoca Download Custom
   ========================================================================== */
.phocadownloadfilelist {
	background:none !important;
	border: none !important;
	margin: 0 0 9px 25px !important;
}

.phocadownloadfilelist16{
	background:none !important;
	padding:inherit !important;
}

.phocadownloadfilelist16 p{
	display:inline-block;
	margin: 0;
}


/* ==========================================================================
    Media
   ========================================================================== */
@media (max-width: 768px){
	.nav ul li{display:block;width:100%; margin: 0;}
	.nav ul li:after{
		height:auto;
		width:100%;
		border-right: none;
		border-bottom: 1px #972828 solid;
		top:auto !important;
		right: auto !important;
		left:0;
	}
	.nav ul li:last-child:after{display:block;}
	.breadcrumb{margin-top:40px;}	
	.footer,.footer .cr{text-align:center;}
	.footer .cr{margin-top:10px;}
}