
/*-------------------------- H T M L  ----------------------------------*/

	html {
		margin:0; 
		padding: 0;
		text-align: left;
		background:#6a96c9 url(../Images/BG-Template.gif) repeat-x;
	}

	body {
		margin:0; 
		padding:0;
	}

/*-------------------------- P A G E  ----------------------------------*/

	#Page {
		position: relative;
		width: 744px;
		margin: 0 auto;
		padding: 0px;
		text-align: left;
		background:url(../Images/Page-BG.gif) repeat-y;
		z-index:0;
	}


/*-------------------------- L E F T ----------------------------------*/

	#Left {
		float:left;
		width:144px;
		z-index:100;
	}
	
	#Logo {
		width:144px;
		height:148px;
		top:0px;
		left:0px;
		z-index:105;
	}
	
	#LM {
		background:url(../Images/LM-BG.gif) repeat-y;
		z-index:110;
	}

	#LM-Top {
		background:url(../Images/LM-Top.gif) top no-repeat;
		width:144px; height:24px;
		top:0px; left:0px;
		z-index:120;
		padding-top:4px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:10px;
		color:#FFFFFF;
		letter-spacing:1px;
	}

	#LM-Title {
		background:url(../Images/LM-Title-BG.gif) top no-repeat;
		position:relative;
		width:144px;
		height:24px;
		padding-top:4px;
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size:10px;
	
		color:#FFFFFF;
		letter-spacing:1px;
	}

	
	#LM-Bottom {
		background:url(../Images/LM-Bottom.gif) no-repeat;
		width:144px;
		height:58px;
		left:0px;
		z-index:130;
	}

	
/*-------------------------- M A I N ----------------------------------*/

	#Main {
		float:right;
		width:600px;
		background:url(../Images/Content-BG.gif) repeat-y;
		z-index:200;
	}

/*-------------------------- H E A D E R   ----------------------------------*/

	#Header {		
		position: relative;
		width: 600px; height:170px;
		background:url(../Images/Header-BG.gif) no-repeat;
		z-index:210;
	}

/*------------------------------- S E A R C H  -------------------------------------*/

	#Search {
		position: absolute;
		width: 205px; height:29px;
		left:388px; top:135px; 
		padding:4px 0px 0px 4px;
		text-align: left;
		background:url(../Images/Search-BG.gif) no-repeat;
		z-index:216;
	}


/*-------------------------- C O N T E N T ----------------------------------*/

	#FP-Image {		
		position: relative;
		top:-4px;
		left:8px;
		z-index:217;
	}


	#Content {		
		position: relative;
		min-height:650px;
		padding:15px;
		font:11px Tahoma, "Trebuchet MS", Verdana, Sans-Serif, "Century Gothic", Helvetica;
		line-height:1.3em;
		color: #333333;
		letter-spacing:1px;
		text-align:left;
		z-index:220;
	}
	
	#Nav, #Nav-End,#Nav-Article {
		/*position: relative;*/
		width:95%;
		text-align:right;
		padding:5px;
	}	

	#Nav-End {border-top:1px solid #6699ff;}	

	#Nav-Article {	text-align:left; border-bottom:1px solid #6699ff;}	

	#Content-Text { width:95%}	

/*------------------------------- F O O T E R ----------------------------------*/

	#Footer {
		position: relative;
		width: 744px;
		height:86px;
		margin: 0 auto;
		text-align:right;
		background: url(../Images/Footer-BG.gif) no-repeat;
		clear:both;
		z-index:710;
	}


	.fecha{
		color:#990000;
		font-weight:bold;	
	}
