﻿
/*#############  MASTER PAGE ##################*/
 
.tituloProduto
{
	font-family: Calibri;
	font-size:14px;
	color:#507000;
	font-weight:bold;
}

TableTD
{
	padding-left: 40px;
}


/*##################  CONTEUDO  ###################*/

.H1 
{
	font-family:Tahoma;
	font-size:22pt;
	color:#d91313;
	padding-left: 40px;
}

.H2 
{
    font-family:Tahoma;
    font-size:14pt;
    font-weight:bold; 
    color:#003366; 
    padding-left: 40px;  
}

.H2_Negrita 
{
    font-family:Tahoma;
    font-size:16px;
    font-weight:bold; 
    color:#000000;   
}

.H2_TD 
{
    font-family:Tahoma;
    font-size:14pt;
    font-weight:bold; 
    color:#003366;  
}

.H2_TD_Celeste 
{
    font-family:Tahoma;
    font-size:14pt;
    font-weight:bold; 
    color:#387ad3;  
}

.H2_Celeste 
{
    font-family:Tahoma;
    font-size:14pt;
    font-weight:bold; 
    color:#387ad3; 
    padding-left: 40px;  
}

.H2_Celeste_Longe 
{
    font-family:Tahoma;
    font-size:14pt;
    font-weight:bold; 
    color:#387ad3; 
    padding-left: 305px;  
}


.H3 
{
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;    
}

.H4 
{
    font-family:Tahoma;
    font-size:11px;
    font-weight:bold;
    color:#3f3a36;    
}

.conteudo 
{
	font-family: Tahoma;
	font-size: 13px;
	color: #383838;
	text-align: justify;
	width: 800px;
	padding-left: 40px;
}

.conteudoTD 
{
	font-family: Tahoma;
	font-size: 13px;
	color: #383838;
	text-align: justify;
}


/*###############  BUTTONS  ###################*/

.StandarButton 
{
	 font-size:6pt;
	 letter-spacing:1pt;
	 font-family:Verdana, Sans-Serif;
	 text-transform:uppercase;
	 font-weight:bolder;
	 background-color: #CCCCCC;
	 height:18px;
	 border-color:#999999;
	 border-width:.25pt;
	 border-style:solid;
	 border-width:thin;
	 margin-left:2px;
	 margin-right:2px;
	 cursor:hand;
}

.botom2 
{
	background-color: #7b891a;
	border-color: #262623;
	border-style: solid;
	color: #FFFFFF;
	font-family: verdana;
	font-size:11px;
	cursor:hand;	
}


/* ################## LINKS ##################### */

.link a:link
{ 
	color:#363634;   
	font-family: Verdana, Tahoma, Arial;
	font-size:10pt;
	text-decoration:none;
	font-weight:bold;
	
}

.link a:visited
{ 
	color:#363634;  
	font-family: Verdana, Tahoma, Arial;
	font-size:10pt;
	text-decoration: none;
	
}

.link a:hover 
{   
	color:#8b991c;  
	font-family: Verdana, Tahoma, Arial;
	font-size:10pt;
	text-decoration: underline;	     
}

/*  Produtos Destacados */
.linkDestacados
{
	font-family:Tahoma;
	font-size: 11px;
	color:#62a824;
	font-weight:bold;
	text-decoration:none;
}



/*  RODAPE */
.linkRodape a:link
{
	font-family:Tahoma;
	font-size: 11px;
	color: #6a6c69;
	text-decoration:none;
}

.linkRodape a:visited
{
	font-family:Tahoma;
	font-size: 11px;
	color: #6a6c69;
	text-decoration:none;
}

.linkRodape a:hover
{
	font-family:Tahoma;
	font-size: 11px;
	color: #FF6600;
	font-style:italic;
}

/* ################## IMAGEM ##################### */

.IcoMargem
{
	padding-left: 25px;
}


.imgFloatLeft
{
	/* alinea img com o texto */
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
	vertical-align:middle;
	border-width:thin;
}

.imgFloatLeftContorno
{
	/* alinea img com o texto */
	float:left;
	display:inline;
	margin: 0.25em 0.5em 0.25em 0;
	vertical-align:middle;
	border-width:thin;
	/* Faz o contorno*/
	border:0px;
	border-color:#999999;
	border-style:solid;
	background:#dbdcdd; 
	padding:9px;
}


.ImgContorno
{
	border:0px;
	border-color:#999999;
	border-style:solid;
	background:#dbdcdd; 
	padding:9px;
}

.lightBox img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.5;
	border:0px;
	border-color:#999999;
	border-style:solid;
}

.lightBox:hover img	
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 1;
	border:0px;
	border-color:#999999;
	border-style:solid;
}

.light img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.5;
	border:0px;
	border-color:#999999;
	border-style:solid;
	background:#dbdcdd; 
	padding:9px;
}

.light:hover img	
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	border:0px;
	border-color:#999999;
	border-style:solid;
	background:#dbdcdd; 
	padding:9px;
}


.light2 img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 0.5;
	border-color:#999999;
	border-style:solid;
	background:#dbdcdd; 
	padding:9px;
}

.light2:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 1;
	border-color:#999999;
	border-style:solid;
	background:#dbdcdd; 
	padding:9px;
}