*
{
	margin: 0;
	padding: 0;	
	text-decoration: none;
}

input, img {vertical-align: middle;}
img {border:none;}	
a, strong, b {vertical-align:baseline;}
strong {font-weight:bold;}
.clear
{
	clear: both;
	font-size:0.1em;
	line-height:0.1em;
}
	
body
{
	background:#539dce;
	color:#000;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 0.75em; /* Equivale a 11px () */
}

#pagina
{
	background: url(../_img/_global/pagina.gif) no-repeat center;
	position:absolute;
	height:450px;
	width:780px;
	top:50%; left:50%;
	margin-top:-225px;
	margin-left:-390px;
}

/* = Marca
================================================*/	

h1
{
	height:110px;
	left:0px;
	position:absolute;
	width:200px;
	top:0px;
}

	h1 a
	{
		display:block;
		height:110px;
		width:200px;
	}

	h1 span
	{
		display:none;
	}
	
h2
{
	display:none;
}

/* = Menu
================================================*/	

#nav-topo 
{
	clear: both;
	display:block;
	left:406px;
	list-style: none;
	overflow: hidden;
	position:absolute;
	top:0;
}
		
	#nav-topo li
	{
		height: 26px;
		overflow: hidden;
		float: left;
	}
		
		#nav-topo li a
		{
			color:#FFF;	
			display: block;
			float:left;
			line-height:26px;
			padding:0px 12px;
		}

		#nav-topo li a:hover { text-decoration:underline;}
			


#nav-principal
{
	clear: both;
	display:block;
	left:204px;
	list-style: none;
	overflow: hidden;
	position:absolute;
	top:73px;
}
		
	#nav-principal li
	{
		height: 29px;
		overflow: hidden;
		float: left;
	}
		
		#nav-principal li a
		{
			color:#FFF;	
			display: block;
			float:left;
			line-height:29px;
			padding:0px 14px;
		}

		#nav-principal li a:hover
		{
			text-decoration:underline;
		}
