/* CSS Geral */

/*
cores
fundo principal: 272727
fundo tabela: 161616
fundo titulo: 000000

texto titulo: ffffff
*/


/* Geral */
#id_img_topo{
background:url(../imagens/geral/img_topo.png) repeat-x center center;
}
#id_img_menu_fundo{
background:url(../imagens/geral/menu_fundo.png) repeat-x center center;
}
/* Geral */


/* Tabela Padrao */
#tabela_padrao_borda_1{background:url(../imagens/geral/degrade_01.png) repeat-x center center;}
#tabela_padrao_borda_2{background:url(../imagens/geral/degrade_02.png) repeat-x center center;}

#tabela_padrao_borda_3{background:url(../imagens/geral/degrade_03.png) repeat-y center center;}
#tabela_padrao_borda_4{background:url(../imagens/geral/degrade_04.png) repeat-y center center;}

#tabela_padrao_borda_5{background:url(../imagens/geral/degrade_05.png) center center;}
#tabela_padrao_borda_6{background:url(../imagens/geral/degrade_06.png) center center;}
#tabela_padrao_borda_7{background:url(../imagens/geral/degrade_07.png) center center;}
#tabela_padrao_borda_8{background:url(../imagens/geral/degrade_08.png) center center;}

#tabela_padrao {
background-color:#000000;
padding:15px;
}
/* Topo */


/* Tabelas */

.tabela_titulo_1 {
border:10px solid #161616;
background-color:#000000;

padding:2px;

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none
}

.tabela_conteudo_1 {
border-left:10px solid #161616;
border-bottom:10px solid #161616;
border-right:10px solid #161616;

background-color:#161616;

padding:2px;

font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none
}


/* Textos */
.texto_branco_1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none;}
.texto_branco_2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none;}
.texto_branco_3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal; color: #ffffff; text-decoration: none;}
/* Textos */


/* Links */
.link_branco_1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none;}
.link_branco_1 a:active {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none;}
.link_branco_1 a:visited {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none;}
.link_branco_1 a:link {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none;}
.link_branco_1 a:hover {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: bold; color: #4499ff; text-decoration: none;}
/* Links */


/* Form */
.input_form { BORDER: #666666 1px solid; BACKGROUND-COLOR: #FFFFFF; height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #333333; text-decoration: none}
.input_file { BORDER: #666666 1px solid; BACKGROUND-COLOR: #FFFFFF; height: 20px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold; color: #333333; text-decoration: none}
.botao_form { BORDER: #666666 1px solid; BACKGROUND-COLOR: #FFFFFF; height: 22px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: bold; color: #333333; text-decoration: none; cursor:hand}
.select_form { BORDER: #666666 1px solid; BACKGROUND-COLOR: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none}
/* Form */




/* ====================================================
   [Início] CSS Caption
   ==================================================== */

.titulo_caption_1 {
font-family: Arial, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #ffffff; text-decoration: none;
 }
			
.boxgrid{/*configura o box do caption*/
	margin:0px; 
	float:left; 
	background:#161613; 
/*	border: solid 2px #333333; */
	overflow: hidden; 
	position: relative; 
}
.boxgrid img{ 
	position: absolute; 
	top: 0; 
	left: 0; 
	border: 0; 
}
				
.boxcaption{ /*caption*/
	float: right; 
	position: absolute;
	text-align:left;
	width:100%;
	padding:10px;
	background: #000000; 
	height: 40px; 
/*	width: 100%;*/
	opacity: .8; 
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}

.captionfull .boxcaption {
	bottom: 20px;
	left: 100%;
}

   /* ====================================================
   [Fim] CSS Caption
   ==================================================== */