@import url('reset.css');

/* General Demo Style */
body{
	background-image:url(../images/fundo_pagina.jpg);/*FUNDO PAGINA*/
	color:#000;
	font-family: 'Kelly Slab','Myriad Pro', Arial, sans-serif;
	font-size:12px;
}
a{
	color:#000;
	text-decoration:none;
}
.clr{
	clear:both;
}
h1, h5{/*FONTE NOME LOGOTIPO*/
	margin: 20px 20px 30px 20px;
	font-size: 44px;
	color: #fff;
	font-family: 'Kelly Slab','Myriad Pro', Arial, sans-serif;
	text-align: center;
	font-weight: 700;
	text-shadow: 1px 1px 3px #e0d1bc;
}
h1 span, h5{
	font-size:20px;
	display:block;
	color:#60817a;
}
/*Header*/
.header{/*PROPRIEDADES DO TOPOP*/
	height:30px;
	line-height:30px;
	font-size:15px;
	background:rgba(0,0,0, 0.7);/*COR TOPO*/
	opacity:0.9;
	text-transform:uppercase;
	z-index:4;
}
.header a{
	padding:5px 10px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #000;
	color:#fff;
	text-align:right;
}
.header a:hover{
	color:#fff;
}
.header a span{
	/* font-weight:bold; */
}
.header span.right_ab{
	position:absolute;
	right:4px;
}
