@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'CallunaRegular';
    src: url('../fonts/Calluna-Regular.otf');
    font-weight: normal;
    font-style: normal;

}

html.body{
	font-family: 'PTSerifRegular',serif;
	font-size: 14px;
	color: #4e4e4e;
	margin: 0px;
	background-color: #f5f5ed;
	width: 100%;
	min-width: 1024px;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

}
body {
	font-family: 'PTSerifRegular',serif;
	font-size: 14px;
	color: #4e4e4e;
	margin: 0px;
	background-color: #f5f5ed;
	width: 100%;
	min-width: 1024px;
	padding: 0px;
	text-rendering:optimizeLegibility;
    -webkit-font-smoothing: antialiased;

	}

p {
margin-bottom: 8px;
}	
	
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {color: #333333;text-decoration: none;}
a:hover {color: #e64135;text-decoration: none;}
a:active {color: #e64135;text-decoration: none;}
img {border: 0 none;}

.mainlevel_menu{
	cursor:pointer;
	}
	
.seccaoRed{
	font-family: 'CallunaRegular';
	color:#cf3b07;
	text-align:left;
	font-size:20pt;
}	

.seccaoRedSmall{
	font-family: 'CallunaRegular';
	color:#cf3b07;
	text-align:left;
	font-size:16pt;
}	

.wrap{
	width: 1024px;
	min-width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	}
	
.seibelTopRed{
	font-family: 'CallunaRegular';
	color:#cf3b07;
	text-align:left;
	font-size:60pt;
}

.seibelTopBlack{
	font-family: 'CallunaRegular';
	color:#000000;
	text-align:right;
	font-size:16pt;
}


.menu{
	font-family: 'CallunaRegular';
	color:#000000;
	text-align:center;
	font-size:12pt;
}

.texto{
	font-family: 'CallunaRegular';
	color:#000000;
	text-align:left;
	font-size:12pt;
}
	
.noticias{
	cursor:pointer;
	font-family: 'CallunaRegular';
	color:#000000;
	font-size:11pt;
	overflow:hidden;
	height:100%;
	width:600px;
	border:thick;
	padding-left:12px;
	text-align:left;
	
}	
	
.blogContainer {
	margin-top: 0px;
	background: #FFF;
	background-color: #f5f5ed;
}

.blogBody {
	background-color: white;
	margin-top: 20px;
}

.blogBodyC {
	background-color: white;
	padding-top:12px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom: 12px;
}
.nome{
	font-size:14px;
	font-weight:bold;
	}
.obra{
	
	font-style:italic;}