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

/*@import url("loginErro.css");
@import url("login.css");*/



* {
	margin: 0px;
	padding: 0px;
}

::placeholder {

	color: black;
}

p {
	margin: 0px;
	/*! padding: 2px; */
}

h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#333;
}
h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#333;
}
h3{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#333;
}
h4{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
}
h5{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333;
}
h6{
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	color:#333;
}
em{
	color:#F60;	
}

html, body {
	height: 100%;
	}
	
* html #master {
	height: 100%; /* hack para IE6 que trata height como min-height */
	}
	
#clear {clear:both;}

	
body {
	background-color: #999;
	margin: 0px;
	padding:0;
}

#master {
	outline: none;
	box-shadow: 0 0 20px #000;
	/*! color: #666; */
	width: 100%;
	margin: auto;
	margin-top:1px;
	min-height: 100%;
	position: relative;
	background-color: #FFF;
}
#master #topo {
	color: #000;
	padding: 0px;
	height: 100px;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#master #conteudo {
	margin: 0px;
	/*! color: #000; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 110px;
	padding-left: 0px;
}

#master #conteudo #conteudo_left {
	width: 25%;
	float: left;
	border-right-width: medium;
	border-right-style: none;
	border-right-color: #CCC;
	
}

#master #conteudo #conteudo_left .div_contato {
	font-family: Arial, Helvetica, sans-serif;
	/*! font-size: 14px; */
	color: #000;
	line-height: 20px;
	font-weight: bold;
	background-color: #FCFCFC;
	border: thin solid #CCC;
	border-radius:10px;
	text-align:center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 020px;
	margin-left: 10px;
}

#master #conteudo #conteudo_left p.Listagem a:link, #master #conteudo #conteudo_left p.Listagem a:visited{
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:4px;
	padding: 1%;
}

#master #conteudo #conteudo_left p.Listagem a:hover{
	color:#F60;	
}

#master #conteudo #conteudo_left .div_contato a:link, #master #conteudo #conteudo_left .div_contato a:visited{
	color: #745d5d;
	text-decoration: none;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	display:block;
}

#master #conteudo #conteudo_left .div_contato a:hover{
	color:#F90;
}
#master #conteudo #conteudo_left .tit_contato {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-variant: small-caps;
	padding-top: 5px;
	padding-bottom: 1px;
	margin-top: 3px;
	margin-bottom: 10px;
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #900;
}


#master #conteudo #conteudo_center {
	float: left;
	width: 55%;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;

}

.desc_site {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
  padding: 2% 0%;
	padding-bottom: 0;
	line-height: 20px;
	width: 95%;
	margin: auto;
}

.TituloAtualizacoesPlaybackIndex {
	width: 100%;
	margin: auto;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #C60;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.TituloAtualizacoesIndex {
	font-family: Lato, Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px 1px black;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 0.8% 0;
	font-weight: bold;
	border-radius: 5px;
	width:98%;
	margin: auto;
	margin-top: 10px;
	box-shadow: 0 0 10px #666;
}

.AtualizacoesPlaybackIndex {
	width: 100%;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 0.90em;;
	text-align: left;
	color: #000;
	list-style-position: inside;
	font-weight: 700;
	/*! font-weight: 600; */
}

.AtualizacoesPlaybackIndex li{
	list-style-type: circle;
	list-style-position: inside;
	padding: 4px 2px;
	max-width: 107ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.AtualizacoesPlaybackIndex li.img{
	list-style-position: inside;
	list-style-image: url(../Imgs/24.jpg);
}


#master #conteudo #conteudo_right {
	float: left;
	width: 20%;
	margin:auto;
	padding:0px;
	background-color: #FFF;
	list-style-position: inside;
	list-style-type: circle;
}

#master #conteudo #conteudo_right ul{
	background-color: #000;
}
#master #conteudo #conteudo_right ul li{
	/*background:#F9F9F9;*/
  margin: 1.35% 0;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	float: left;

}

#master #conteudo #conteudo_right ul li .indice {
	font-family: 'Lato', sans-serif;
	height:41px;
	line-height: 40px;
	text-align: center;
	width: 12%;
	float: left;
	background-color: unset;
  background-image: linear-gradient(#be5037, #ef7727);
	color: white;
	font-weight: bold;;
	border-radius: 5px 5px 0 5px;
}
#master #conteudo #conteudo_right ul li .NomePlay {
	font-family: 'Lato', sans-serif;
	font-size: 0.85em;
	width: 87%;
	float: left;
  line-height: 20px;
  padding-left: 1%;
	border-bottom: thin dotted#e6702a;
	max-width: 40ch;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #632a12;
}

#tabletopdownindex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000033;
	margin:0px;
	padding:0px;
	border: thin solid #666;
	background-color: #CCC;
}

#tabletopdownindex td {
	margin:0px;
	padding-left: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

#tabletopdownindex tr {
	padding:0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#tabletopdownindex .indice {
	width: 25px;
	height:30px;
	text-align:center;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#6F0000;
	display:block;
	float:left;
}


#master #rodape {
	width: 985px;
	border: thin none #030;
	/*! padding: 3px; */
	clear: both;
	background-color: #666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: linear-gradient(#505050, #333);
}
#master #rodape .rodapeLine {
	height:30px;
	width:100%;
	text-align:center;
}
#master #rodape .rodapeLine ul.link {
	display:block;
	margin:auto;
	/*! width:505px; */
	height:30px;
	line-height:30px;
}

#master #rodape .rodapeLine ul.link a:link, #master #rodape .rodapeLine ul.link a:visited{
  color: white;
	padding: 0 2%;
	text-decoration: none;
}

#master #rodape .rodapeLine ul.link a:hover{
	color: orange;
} 

#master #rodape .rodapeLine ul.contato{
	display:block;
	margin:auto;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:12px;

}

#master #rodape .rodapeLine ul.cop{
	display:block;
	margin:auto;
/* 	width:570px; */
	height:30px;
	line-height:30px;
	font-size:12px;
}

#master #rodape .rodapeLine li{
	display:block;
	list-style:none;
	margin-left:20px;
	margin-right:20px;
}

#master #rodape .rodapeLine li a:link,#master #rodape .rodapeLine li a:visited{
	color:#fff;
}

#master #rodape .rodapeLine li{
	color:#fff;
	text-decoration:none;
}


#master #rodape .rodapeLine li a:hover{
	text-decoration:underline;	
	color:#FF6;
}

.item_cont_left {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}

.btn-cadastro img{
	width: 100%;
	max-width: 200px;
}

.linkFuncionamento img{
	width: 100%;
	max-width: 200px;
}

.IndexEsqueceuSuaSenha a:link, .IndexEsqueceuSuaSenha a:visited{
	text-decoration: none;
	margin-top:0px;
	color: #333;
	font-family: "Courier New", Courier, monospace;
}

.IndexEsqueceuSuaSenha a:hover{
	text-decoration: underline;
	margin-top:0px;
	font-weight: normal;
	color: #900;
}

.IndexFuncionamentoSite{
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;	
	background:#FFF;
	padding:20px;
	display:block;
	border:solid thin #666;
	border-radius: 10px;
}

.ContatoTelefone a{
	width: 100%;
	margin:0;
	padding:2% 0 !important;
	color: #000000b3 !important;;
	text-align: center;
	font-size: 1.2em;
}

.ContatoTelefone img{
	width: 50%;
}

.ContatoTelefoneInfo{
	margin:0;
	padding:0;
	color: #333;
	text-align: center;
	font-size: 0.8em;

	
}



