
   body {
    margin:0;
    padding:0;
    text-align:center;
   	
   }

   #content {
    width: 800px;
	height: 1200px; 
	margin: 0px auto 0;
	background: #FFED00;
	border:0;
	padding:0;
	border:0;
	
   }

   #cabecera {
    width: 800px;
    height:275px; 
	background: #FFED00;
	
    padding:0;
	border:0;
	
    
   }

   #menu {
  
    float:left;
    
   }

   #contenido {
   
    float:left;
    width: 300px;
    height:900px; 
	background: #FFED00;
	
    padding:0;
	border:0;
   }
	#contenido2 {
   
    float:right;
    width: 500px;
    height:900px; 
	background: #FFED00;
	
    padding:0;
	border:0;
   }
   #pie {
    clear:both;
   
    
   }

#video {
   
    
    width: 800px;
    
	background: #FFED00;
	
    padding:0;
	border:0;
   }
   #pie {
    clear:both;
   
    
   }

/* Easy Slider */
}
	#slider{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:300px;
		height:175px;
		overflow:hidden; 
		
		}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		background:#f1f1f1;
		
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:300px;
		height:175px;
		overflow:hidden; 
		
		}
	#slider li{ 
		
	
		}		
	#slider li h2{ 
		
		
		}	
	#slider li p{ 
		margin:20px;
		}				
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */



