/* BODY AND CONTAINER */

		body
			{
			/* background-color: #003366; */ /* blue */
			background-color: #C42E23; /* red */
			}

		#container 
			{
			width: 990px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666666;
			background-color: #FFFFFF;
			border: 1px solid #000000;
			}
		
/* GENERAL STYLES */
		
		h1
			{
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 30px;
			padding-left: 10px;
			}
		
		h2 
			{
			color: #426fa1;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			}
		
		a
			{
			color: #66749A;
			text-decoration: none;
			}

		a:hover 
			{
			color: #426fa1;
			}

		.bodyTextLarge 
			{
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 12px;
			line-height: 1.6em;
			color:#000000;
			}


		
/* HEADER */

		#header 
			{
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			/* background-image: url(images/laprensa.jpg); */
			background-color: #FFFFFF;
			}
		
		#header p 
			{ 
			margin-top: 20px;
			margin-left: 10px;
			color: #666666;
			}

/* HEADER TAG LINE */

		#headertagline p 
			{
			border-top: 2px solid #66749A;
			color: #66749A;
			font-size: 9px;
			font-family: Arial, Helvetica, sans-serif;
			border-bottom: 2px solid #66749A;
			}
		
/* MENU BAR */

		#menubar 
			{
			padding-bottom:1px;
			border-bottom: 1px solid #C42E23;
			}
						
/* HOME PAGE COLUMN CONTAINER */

		#homepagecontainer 
			{
			/* width: 685px; */
			width: 640px;
			margin:10px;
			border: 1px solid #9c9a9c;
			float:left;
			}



/* RIGHT SIDEBAR */

		#rightsidebar 
			{
			display:none;
			float: left;
			/* width: 140px; */
			width: 320px;
			background-color: #ffffff;
			}
		
		#rightsidebar p 
			{
			padding-bottom: 10px;
			margin-right: 5px;
			padding-left: 5px;
			}
		
		#rightsidebar a 
			{
			color: #66749A;
			text-decoration: none;
			font-weight: 500;	
			}
		
		#rightsidebar a:hover
			{
			color: #566590;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
			}

/* FOOTER */

		#footer
			{
			clear: both;
			/* background-color: #66749A; */ /* light blue */
			/* background-color: #d96e6e; */ /* light red */
			padding: 5px 5px 0px 5px; /* top right bottom left */
			text-align: center;
			color:#000000;
			}
		
		#footer p
			{
			border-top: 2px solid #C42E23;
			color:#C42E23;
			padding: 5px;
			}
		
		#footer p a 
			{
			color: #C42E23;
			border-bottom: 1px dotted #C42E23;
			}
		
	
		#footer p a:hover 
			{
			color: #C42E23;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
			}
