/*  
Theme Name: NICOMEX
Theme URL: http://nicomex.com.br
Description: Template do website da Nicomex
Version: 1.0.0
Author: Logomotiva - Comunicacao & Design
Author URI: http://www.logomotiva.com.br
*/


/* CLASSE (.tabela100): Formatacao 100% com bordas */
	#conteudo_texto .tabela100 { width:100% }
	#conteudo_texto .tabela100 thead th {font-weight: bold }
	#conteudo_texto .tabela100 td, th { padding: .3em .5em }
	#conteudo_texto .tabela100 td img, th img { vertical-align:middle }

/* CLASSE (.tabela70): Formatacao 70% com bordas */
	#conteudo_texto .tabela70 { width:70% }
	#conteudo_texto .tabela70 thead th { font-weight: bold }
	#conteudo_texto .tabela70 td, th { padding: .3em .5em }
	#conteudo_texto .tabela70 td img, th img { vertical-align:middle }

/* CLASSE (.tabela50): Formatacao 50% com bordas */
	#conteudo_texto .tabela50 { width:50% }
	#conteudo_texto .tabela50 thead th { font-weight: bold }
	#conteudo_texto .tabela50 td, th { padding: .3em .5em }
	#conteudo_texto .tabela50 td img, th img { vertical-align:middle }

/* CLASSE (.comborda): Formatacao com bordas */
	#conteudo_texto .comborda thead th { border-bottom: 2px solid #CCC }
	#conteudo_texto .comborda td, th { border:1px solid #CCC }
	#conteudo_texto .comborda tr.even, tr.odd, tbody th {
		border: solid #CCC;
		border-width: 1px 0 }
