html,body{
	margin: 0;
	padding: 0;
	color:#FFF;
	font-family: Verdana,Helvetica,sans-serif;
	}

#background {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

#conteudo{
	width:60%;
	margin:auto;
	min-width:600px;
	height:100%;
	position:static;	
	background: rgb(14, 17, 30); /* Fall-back for browsers that don't support rgba */
    background: rgba(14, 17, 30, .6);
	}
	
#insideconteudo{
	width:80%;
	margin:auto;
	padding: 15px;
	min-width:550px;
	}

#titulo{
	border-bottom: 3px solid #29a5da;
	width:100%;
	font-size:24px;
	margin-top: 40px;
	}

#titulo #tdone{
	color:#29a5da;
	}

#titulo #tdtwo{
	font-weight:bold;
	color:#FFF;
	font-variant:small-caps;
	}

#texto{
	padding: 15px;
	font-size:16px;
	text-align:justify;
	text-shadow:#000;	
	}
	
.textoimg{
	width:100%;
	text-align:center;
	}

#galeria{
	text-align:center;
	width:500px;
	margin:auto;
	}

#footer{
	background-color:#ffffff;
	height:70px;
}

.le{
	float:left;
	margin:10px;
}

.ld{
	float:right;
	height:50px;
	margin:10px;
}

#bfooter{
	margin-top:30px;
	}
	
#bfooter td{
	padding-left: 20px;
	font-size:12px;
	}

#bfooter a{
	color:#FFF;
	text-decoration:none;
	}
	
#bfooter a:hover{
	color:#FFF;
	text-decoration:underline;
	}

.rp_list {
	font-family:Verdana, Helvetica, sans-serif;
	position:fixed;
	right:0px;
	top:40px;
	margin:0;
	padding:0;
}
span.rp_shuffle{
	background:#222 url(../images/shuffle.png) no-repeat 10px;
	width:28px;
	height:14px;
	display:block;
	margin:10px 0px 0px 20px;
	cursor:pointer;
	padding:4px;
	border:1px solid #000;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.rp_list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.rp_list ul li{
	width: 240px;
	margin-bottom:5px;
	display:none;
}
.rp_list ul li div{
	display: block;
	line-height:15px;
	width: 240px;
	height: 80px;
	background:#333;
	border:1px solid #000;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.rp_list ul li div img{
	width:70px;
	border:none;
	float:left;
	margin:4px 10px 0px 4px;
	border:1px solid #111;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;
}
span.rp_title{
	font-size:11px;
	color:#ddd;
	height:46px;
	margin:4px 0px 0px 20px;
	display:block;
	text-shadow:1px 1px 1px #000;
	padding-top:3px;
	background:#222;
	-moz-box-shadow:0px 0px 5px #000 inset;
	-webkit-box-shadow:0px 0px 5px #000 inset;
	box-shadow:0px 0px 5px #000 inset;
}
span.rp_links{
	width:195px;
	height:8px;
	
}
span.rp_links a{
	background: #222 url(images/bgbutton.png) repeat-x;
	padding: 2px 12px;
	font-size:10px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	box-shadow:0 1px 3px #000;
	text-shadow: 0 -1px 1px #222;
	cursor: pointer;
	outline:none;
}
span.rp_links a:hover{
	background-color:#000;
	color:#fff;
	text-decoration:underline;
}


#conteudo h2{
	float:left;
}

#conteudo h1{
	clear:both;
	color: #16b7e7;
}


#conteudo h5{
	clear:both;
	margin: 0px;
}

#conteudo b{
	font-size: 15px;
}

#conteudo #apre{
 	text-decoration: none;
 	display: block;
 	background-color: #666;
 	padding: 5px 20px;
 	color: #FFF;
 	-webkit-border-radius: 10px;
 	-moz-border-radius: 10px;
 	border-radius: 10px;
	float:left;
	font-weight:bold;
	margin-top: 8px;
}

#conteudo  #apre:hover{
 	background-color: #16b7e7;
}

i {
	font-size:12;
	}

td {
	vertical-align:top;
	vertical-align:text-top;
	}

.foto a {
	display: block;
	width: 234px;
	height: 44px;
	background: transparent url(images/ver_fotos.png) no-repeat;
}

.foto a:hover {
	background-position: -234px 0;
} 

.prog a {
	display: block;
	width: 234px;
	height: 44px;
	background: transparent url(images/ver_programa.png) no-repeat;
	margin-top:40px;
}

.prog a:hover {
	background-position: -234px 0;
} 

#titolo{
	text-align:center;
	padding-bottom:30px;
	}

