@charset "UTF-8";
/* CSS Document */


/*  global  */

	* { padding:0; margin:0;}
	
	 
			
	#contenedor { margin:0 auto; 
				 width:807px;
				 height:auto;
				 font-family:"Courier New", Courier, monospace;
				
				}
		
	
	
	
/*  header  */

	header { margin:auto; width:807px; 
			height:395px; 
			margin-top:20px; 
			margin-bottom:6px }

    #logo {   
   			background-image:url(../img/logo.png); background-repeat:no-repeat;
   			width: 807px;
			height: 395px;
			}
			
			
/*  menu  */

		nav { height:28px; 
			  width:807px;}
			  
		
		
		#menu li {  display:inline;
					float:left;					
					margin:auto; 
					border-left:solid 1px #FFFFFF;
					width:248px;
					height:28px;
					background:#000;
					padding-left:20px; 
			      }
			
		#menu a { height:22px;
				  display:block;  
				  margin-top:6px; 
				  text-align:left;
				  text-decoration:none; 
				  color: #FFF;
				  font-size:14px;}
				
		#menu a:hover{ 				 
				      color: #C9AA2A;
				      }
					  
		

		
		
		


/*  footer  */
			
			
			footer { width:807px; 
					 height:600px;
			 		 margin-top:6px; 
					 background:url(../img/pie.png) no-repeat; 
					  }
							
			#footerinicio { width:807px; 
							height:20px; 
							padding-top:300px;}						
							
			footer p {  font-size:14px; 
						color:#666;
						text-align:right;
						
						}
	
