* { border: 0; margin: 0; padding: 0; empty-cells: show; }

/* - - - global - - - */
A { cursor: pointer; }

BODY 
{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #888888;
	text-align: center;
	background: #2B89A5 url(../images/global/background.gif) repeat-x scroll left top;
}

TABLE
{
	border-collapse: collapse
}

IMG 
{ 
	display: block;
}

A
{
	text-decoration: none;
	cursor: pointer;
}

UL, UL LI, OL, OL LI
{
	list-style: none;
}

UL.LinkBar
{
	list-style: none;
}

	UL.LinkBar LI
	{
		float: left;
		display: inline;
	}

H1, H2, H3, H4, H5 
{
	font-weight:normal; 
	#position: relative; /* arregla scroll de IE */
}

P	
{ 
	#position: relative; 
} /* arregla scroll en IE */

/* http://positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	#display: inline-block;
}

html[xmlns] .clearfix {
	#display: block;
}

* html .clearfix {height: 1%; }

.Left
{
	float: left !important;
	display: inline;
}	

.Right
{
	float: right !important;
	display: inline;
}

.TextImage
{
	display: block;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left top;
}

	.TextImage SPAN
	{
		display: none;
	}

.Spacer
{
	clear: both;
}

.Hidden
{
	display: none;
}

.Invisible
{
	visibility: hidden;
}

.Boton
{
	cursor: pointer;
}

/* <HEADER> */
#Header {
	color: #FFFFFF;
	margin: 0px auto;
	text-align: left;
	width: 830px;
	height: 160px;
	position: relative;
}

	#Header a {
		color: #FFFFFF;
	}
	
	#Logo {
		display:inline;
		float:left;
		height:125px;
		width:220px;
		margin-top:5px;
	}

		#Logo a {
			background-image:url(../images/global/logo.jpg);
			height:125px;
			width:220px;
		}
		
	#Nav {
		width: 386px;
		height: 155px;
		float: right;
		display: inline; 
		font-size: 14px;
		position: relative;
		left: 25px;
	}
	
		#Nav #GralNav {
			margin-right: 9px;
		}
		
		#Nav ul
		{
			margin-top: 19px;
			margin-right: 32px;
			
		}
	
		#Nav li {
			float: left;
			display: inline;
			background: transparent url(../images/nav/ms_sep.gif) no-repeat right top;
			padding-right: 21px;
			height: 35px;
		}
		
		#Nav li.on {
			background: transparent url(../images/nav/ms_sep_on.gif) no-repeat right top;
		}
		
		#Nav li.last
		{
			background: none !important;
		}
		
			#Nav li span {
				display: none;
			}
			
			#Nav a
			{
				display: block;
				height: 35px;
				background-repeat: no-repeat;
			} 
		
		#Nav .on .luminaSur	{ background-image: url(../images/nav/bt_luminasur_on.gif); }
		#Nav .luminaSur
		{
			width: 85px;
			background-image: url(../images/nav/bt_luminasur_off.gif);
		}
		
		#Nav .on .portfolio	{ background-image: url(../images/nav/bt_portfolio_on.gif); }
		#Nav .portfolio
		{
			width: 73px;
			background-image: url(../images/nav/bt_portfolio_off.gif);
		}
		
			#Categories
			{
				position: absolute;
				top: 45px;
				font-size: 9px;
				line-height: 18px;
				overflow: hidden;
			}
			
			.Categoriesesp
			{
				left: 593px;
				_left: 573px;
			}
			
			.Categoriesing
			{
				left: 578px;
				_left: 558px; 
			}
			
			#Categories ul
			{
				position: relative;
				background: transparent url(../images/nav/pt_categories.gif) repeat-x left bottom;
				width: 73px;
				padding: 5px;
				top: -100%;
			}
			 
			div.On ul
			{
				top: 0px !important;
			}
			
				#Categories li
				{
					float: none;
					background: none !important;
				}
				
					#Categories a
					{
						display: inline;
						color: #bbd8e2;
					}
					
					#Categories .on a
					{
						color: #ffffff;
					}
		
		#Nav .on .contactUs	{ background-image: url(../images/nav/bt_contact_on.gif); }
		#Nav .contactUs 
		{
			width: 93px;
			background-image: url(../images/nav/bt_contact_off.gif);
		}
		
		#Nav .on .news	{ background-image: url(../images/nav/bt_news_on.gif); }
		#Nav .news 
		{
			width: 19px;
			background-image: url(../images/nav/bt_news_off.gif);
		}
		
/* </HEADER> */

#Contents
{
	text-align: left;
	width: 790px;
	_width: 830px; 
	padding: 0px 20px;
	margin: 0px auto;
}

#Footer {
	color: #1B5E74;
	font-size: 9px;
	margin: 70px auto 0px;
	text-align: center;
	width: 830px;
}
	
	#Footer p {
		margin: 0px auto;
	}
	
	#Footer a {
		color:#1B5E74;
		text-decoration: none;
	}
	
		#Footer a.Version {
			display:inline;
			float:right;
			height:15px;
			position:relative;
			right:15px;
			top:-13px;
			width:44px;
		}