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



body {
	background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	text-decoration: none;
		text-shadow: 0 0 black;
transition-property: text-shadow, color; 
-moz-transition-property: text-shadow, color; 
-webkit-transition-property: text-shadow, color; 
transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
-webkit-transition-duration: 0.5s; 
transition-timing-function: ease; 
-moz-transition-timing-function: ease; 
-webkit-transition-timing-function: ease;  
}
a:visited {
	text-decoration: none;
}
a:active, a:focus {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
		text-shadow: 6px 6px 6px rgba(223,158,89,1);
transition-property: text-shadow, color; 
-moz-transition-property: text-shadow, color; 
-webkit-transition-property: text-shadow, color; 
transition-duration: 0.5s; 
-moz-transition-duration: 0.5s; 
-webkit-transition-duration: 0.5s; 
transition-timing-function: ease; 
-moz-transition-timing-function: ease; 
-webkit-transition-timing-function: ease;  
}
.link_voltar {
	font-family: 'Merriweather Sans', sans-serif; 
	font-size:15px; 
	font-weight:normal; 
	color:#f7ee81;
}

.link_voltar:hover { 
	color:#383838;
}

.detalhe_sup {
	height: 233px;
	width: 241px;
	top: 17px;
	position:absolute;
	z-index:30
}

.esq {
	background: url(detalhe_canto_sup_esq.png) no-repeat;
	left:17px
}

.dir {
	background: url(detalhe_canto_sup_dir.png) no-repeat;
	right:17px
}

.container {
	width: 960px;
	margin: 0 auto; 
	overflow:visible;	
}

.apresenta {
	font-family: 'Merriweather Sans', sans-serif; 
	font-size:14px; 
	font-weight:normal; 
	color:#750e0e;
	letter-spacing:10px;
	width:268px;
	height:auto;
	margin: 0 auto;
}

.logo_recital {
	width:723px;
	height:205px;
	background:url(logo_recital.png) no-repeat;
	margin-top:40px;
	margin-left:50px;
	margin-bottom:20px
}

.content {
	padding: 0;
}

.descricao {
	width:395px; 
	 
	font-family: 'Merriweather Sans', sans-serif; 
	padding: 20px;
	margin-top:20px;
	font-size:14px; 
	text-align:justify;
	font-weight:normal; 
	color:#750e0e; 
	position:relative; 
	float:left;
	line-height:21px;
background: rgba(255, 255, 200, 0.7);
border-radius: 15px 15px 15px 15px;
}



.link_como_chegar { 
	color:#750e0e;
}

.link_como_chegar:hover { 
	color:#383838;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
