﻿/* [ ESTRUCTURA PRINCIPAL ]----------------------------- */

body 
{	
	background:#ededed url(/images/shared/fondo_navegador.png) repeat-x 0px 0px;	
}

#page
{	
	position:relative;	
	margin:0 auto;		
	width:850px;
	color:#000;		
	text-align:justify;
	font-size:11px;		
	font-family:Tahoma, Arial, Helvetica, sans-serif;	
}

	#page_overheader 
	{			
		height:79px;
		width:850px;		
	}
	
		#page_overheader .fecha
		{		
			float:left;	
			position:absolute;
			left:600px;
			top:15px;
			width:208px;
			text-align:center;		
		}	
		
		#page_overheader #panel_top
		{
			position:absolute; 
			left:587px; 
			top:35px;
		}
	
	
	#page_header
	{			
		height:204px;
		width:850px;	
		background: url(/images/shared/header.png) 0px 0px;
	}	
	
	
	#page_menu
	{			
		position:relative;
		top:171px;		
		left:-1px;
		width:600px;
		height:32px;
		text-align:right;
	}

		#page_menu .menu_firstitem
		{	
			float:left;
			position:relative;
			margin-left:38px;
			top:6px;
		}	
	
		#page_menu .menu_item
		{	
			float:left;
			position:relative;
			top:6px;
		}	
	
	#page_content 
	{	
		float:left;
		position:relative;		
		width:810px;
		padding:15px 0px 15px 40px;
		border-left:solid 1px #ccc;	
		border-right:solid 1px #ccc;	
		background-color:#fff;						
	}
	
		#page_content #contenido
		{				
			position:relative;
			width:541px;
		}	
	
	#page_right 
	{				
		position:absolute;
		left:587px;
		width:234px;	
		background: url(/images/shared/fondo_panel.png) repeat-y 0px 0px;
	}
	
#footer
{
	height:45px;
	width:850px;	
	background: url(/images/shared/fondo_footer.png) repeat 0px 0px;
}	
	
	#footer #imgPanelBottom
	{
		position:absolute;
		left:587px;
	}	
	
	#footer #lblCopyright
	{
		position:relative;
		top:15px;
		left:20px;
		color:#fff;
		font-weight:bold;
	}
	
#developer
{
	height:45px;
	width:850px;
	padding-top:5px;
	text-align:center;	
	line-height:25px;
	background-color:#ededed;
}			
	




