/* SOLIDI - TEMPLATE GERAL */

/*========== Final - Documento CSS ==========*/


/*Cores*/
.BgBranco		{background-color:#FFFFFF;}


/*BGs*/


/*Sizes*/
.oito			{font-size:8px;}
.nove			{font-size:9px;}
.dez			{font-size:10px;}
.onze			{font-size:11px;}
.doze			{font-size:12px;}
.treze			{font-size:13px;}
.catorze		{font-size:14px;}
.quinze			{font-size:15px;}
.dezesete		{font-size:17px;}

/*Alturas*/
.h1				{height:1px;}
.h5				{height:5px;}
.h10			{height:10px;}
.h15			{height:15px;}
.h16			{height:16px;}
.h18			{height:18px;}
.h20			{height:20px;}
.h22			{height:22px;}
.h25			{height:25px;}
.h30			{height:30px;}
.h35			{height:35px;}
.h40			{height:40px;}
.h45			{height:45px;}
.h50			{height:50px;}
.h60			{height:60px;}
.h70			{height:70px;}
.h100			{height:100px;}
.h120			{height:120px;}
.Top1			{padding-top:1px;}
.Top2			{padding-top:2px;}
.Top3			{padding-top:3px;}
.Top4			{padding-top:4px;}
.Top5			{padding-top:5px;}
.Top10			{padding-top:10px;}
.Top11			{padding-top:11px;}
.Top12			{padding-top:12px;}
.Top13			{padding-top:13px;}
.Top14			{padding-top:14px;}
.Top15			{padding-top:15px;}
.Top25			{margin-top:35px;}
.mt15			{margin-top:15px;}

/*Larguras*/
.w1				{width:1px;}
.w10			{width:10px;}
.w20			{width:20px;}
.w25			{width:25px;}
.w40			{width:40px;}
.w170			{width:170px;}
.w240			{width:240px;}
.w260			{width:260px;}
.Pad3			{padding-left:3px;}
.Pad5			{padding-left:5px;}
.Pad6			{padding-left:6px;}
.Pad7			{padding-left:7px;}
.Pad8			{padding-left:8px;}
.Pad9			{padding-left:9px;}
.Pad10			{padding-left:10px;}
.Pad11			{padding-left:11px;}
.Pad12			{padding-left:12px;}
.Pad13			{padding-left:13px;}
.Pad14			{padding-left:14px;}
.Pad15			{padding-left:15px;}
.H15			{height:15px;}


/*Diversos*/

BODY		{
			background-image:url(../img/template/Conteudo/bgSite.jpg);
			font-family:Arial;
			background-color:#FFFFFF;
			margin:0;
			padding:0;
			}

			
A			{text-decoration:none; color: #EC7521;}
A:link 		{text-decoration: none}
A:visited 	{text-decoration: none}
A:hover 	{text-decoration: underline;}
A:active 	{text-decoration: none}



/* Estilo Geral */

.Geral			{
				width:100%;
				text-align:center;
				margin-top:15px;
				}


.form 			{
				background-color:#FFFFFF;
				font: 10px Arial;
				color:#3f3d3d;
				border-width:1px;
				border-color:#999999;
				border: 1px solid #999999;
				}
.button_01 			{
				background-color:#FFFFFF;
				font: 12px Arial;
				color:#3f3d3d;
				border-width:1px;
				border-color:#EC7521;
				border: 1px solid #EC7521;				
				}


.form2 			{
				background-color:#eb7520;
				font: 10px Arial;
				color:#FFFFFF;
				border-width:1px;
				border-color:#999999;
				border: 1px solid #999999;
				font-weight:bold;
				}

.Arial11		{
				font-family:Arial;
				font-size:11px;
				}


.BgConhecaObras	{
				background-image:url(../img/template/Conteudo/BgConhecaObras.jpg);
				background-repeat:no-repeat;
				background-position:3 11;
				height:240px;
				}


.BgMenuTopo		{
				background-image:url(../img/template/Header/BgMenuTopo.png);
				background-position:bottom;
				background-repeat:no-repeat;
				}

.TextoPadrao	{
				font-family:Arial;
				font-size:12px;
				color:#343434;
				}	

.TextoTitulo	{
				font-family:Arial;
				font-size:16px;
				color:#EC7521;
				font-weight:bold;
				}					


.BordaImagensObras	{
					background-image:url(../img/template/Conteudo/BordaFotosObras.png);
					width:109px;
					height:107px;
					position:absolute;
					z-index:1;
					}


.ImagensObras		{
					position:absolute;
					z-index:2;
					}


.BgboxPorcentagem	{
					background-image:url(../img/template/Conteudo/BoxPorcentagem_Center.jpg);
					background-repeat:repeat-x;
					font-family:Arial;
					font-size:12px;
					color:#343434;
					}
					
.BordaTabela		{
					border: 1px solid #000000;
					font-family:Arial;
					font-size:12px;
					color:#343434;					
					}
					
.BgTitTabelas		{
					background-color:#eb7520;
					color:#FFFFFF;
					font-weight:bold;
					}
					
.Borda1px			{
					border: 1px solid #000000;
					}



/* / Estilo Geral */



/*========== Final - Documento CSS ==========*/