*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	color: #5a5a5a;
}

body#home,
body#subsites{
	background: url("../img/bg-home.jpg") repeat top center;
}

div#wrapper-barra-brasil{overflow: visible !important;}

#main{
	width: 1215px;
	margin: auto;
}

	#header{
		height: 67px;
		padding: 0 40px 0 0;		
		background: #F4A330;
	}

	.ie7 #header,
	.ie8 #header{
		display: inline-block;
	}

		#header-left{
			width: 350px;
			height: 67px;
			float: left;
		}

		#header-right{
			margin-top: 13px;
                        margin-left: 150px;
			float: left;
		}

	#menu-master{
		width: 100%;
		height: 40px;
		position: relative;
		z-index: 9999;
		border-top: 2px solid #6f252b;
		box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
		background: #590108;

		font-family: "Trebuchet MS", Helvetica, sans-serif;
		font-weight: 300;
		font-size: 14px;
		color: #fff;
	}

	.ie7 #menu-master,
	.ie8 #menu-master
	{margin-top: -5px;}

	#banner {
		height: 408px;
		overflow: hidden;
	    background: #970620;
	}	

	#container{
		width: 100%;
		clear: left;
		overflow: hidden;
	}

		#container2{
			width: 100%;
			display: inline-block;
			background: #f1f1f1
		}

			#master{
				width: 930px;
				float: left;
				overflow: hidden;
			}

				.master-content{
                                    padding: 20px 20px 20px 37px;
                                    line-height: 1.3em;
                                }

			#col-red{
				width: 260px;
				margin-top: 35px;
				padding: 20px 0;
				float: right;
				overflow: hidden;
			}

				.col-red-content{
				}

					.col-red-content > div{
						margin: 30px 0;
					}

					.box-map{
						text-align: center;
					}					

#footer .anjo{
	width: 100%;
	height: 67px;
	display: inline-block;
	background: url("../img/arte-anjo.jpg") no-repeat top center;
}

#footer .ministerio-da-cultura{
	width: 100%;
}

	#footer .ministerio-da-cultura-esq{
		width: 360px;
		margin-left: 100px;
		float: left;

		font-size: 12px;
		text-align: left;
		color: #cc7b60;
	}

	#footer .ministerio-da-cultura-dir{
		width: 550px;
		margin-right: 100px;
		display: inline-block;
		float: right;
	}

	#footer .ministerio-da-cultura-dir ul{
		float: right;
		list-style: none;
	}

		#footer .ministerio-da-cultura-dir ul li{
			display: table-cell;
			vertical-align: middle;
		}

		/*#footer .ministerio-da-cultura-dir ul li.governo-federal{padding: 0 30px;}*/


#copyright{
	padding: 20px 100px;	

	font-size: 10px;
	color: #e5a823;
}

.ie7 #copyright{
	display: inline-block;
}

/* CLEARFIX */
.clearfix:after{
	height: 0;
	display: block;
	clear: both;
    content: ".";    
    visibility: hidden;
    line-height: 0;    
}
 
.clearfix{display: inline-block;}

html[xmlns] .clearfix{display: block;}
 
* html .clearfix{height: 1%;}
/* /CLEARFIX */

p.AlignCenter{
    text-align: center;
}

p.AlignLeft{
    text-align: left;
}

p.AlignRight{
    text-align: right;
}

p.AlignJustify{
    text-align: justify;
}