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








#tabelas{
			font-size: 0.8em;
			margin-left:0px;
			border-collapse:collapse;
			float: center;
			margin-top: 10px;
			text-align: center;
		}
			#tabelas th{
				font-size: 1.0em;
				font-weight:normal;
				background:#3880b0;
				color:#fff;
				padding:8px;
				border-right: 1px dotted white;
			}
			
			#tabelas th:last-child {
	border: none;
	text-align: center;
	font-size: 0.9em;
			}
			
			#tabelas td{
				color:#669;
				padding:5px;
				border-right: 1px solid #3880b0;
			}
			
			#tabelas td:last-child {
				border: none;
			}
			
			#tabelas tr {
				background:#eee;
				border-width: 1px 0px;
				border-style: solid;
				border-color: #3880b0;
			
			}
			
			#tabelas tr:last-child, #tabelas tr:last-child td {
				border: none;	/* define que não terá borda na última linha*/
			}
			
			#tabelas tr:last-child td {
				height: 0px;	
			}
			
			#tabelas th.canto-superior-esquerdo {
				 background: #3880b0 url(https://www.fisica.net/img/tabelas/canto-redondo-sup-esq.gif) top left no-repeat;
				 text-align:left;
				 
			}
			
			#tabelas th.canto-superior-esquerdo-centralizado {
				 background: #3880b0 url(https://www.fisica.net/img/tabelas/canto-redondo-sup-esq.gif) top left no-repeat;
				 text-align:center
			}
			
			#tabelas th.canto-superior-direito {
	border: none; 
	background: #3880b0 url(https://www.fisica.net/img/tabelas/canto-redondo-sup-dir.gif) top right no-repeat;
	text-align: center;
			}
			
			
			#tabelas th.elemento-central {
	background: #3880b0 ;
	text-align: center;
			}
			
			
			#tabelas td.canto-inferior-esquerdo {
				 background: #eee url(https://www.fisica.net/img/tabelas/canto-redondo-inf-esq.gif) bottom left no-repeat;
				
				 border-right: 1px solid #3880b0;
			}
			
			#tabelas td.canto-inferior-direito {
				 background: #eee url(https://www.fisica.net/img/tabelas/canto-redondo-inf-dir.gif) bottom right no-repeat;
				 border-right: 1px  solid #3880b0;
			}
			
			



.tabela-padrao{
		max-width:100%;
		min-width:278px;
		margin:0 auto 5px auto;
		padding:15px 15px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		background-color:#FFFFFF;
		border:1px solid #FF;
		text-align:justify;
		display:block;
		overflow:auto;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.0em;
		color:#666666;
		
	}


.tabela-100{
		max-width:80%;
		min-width:278px;
		margin:0 auto 5px auto;
		padding:15px 15px;
		-moz-border-radius: 11px;
		-webkit-border-radius: 11px;
		border-radius: 11px;
		background-color:#FFFFFF;
		border:1px solid #FF;
		text-align:justify;
		display:block;
		overflow:auto;
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 1.2em;
		color:#666666;
		
	}