		.acordeon {
			float: left;	
			display: block;
			overflow:hidden;
			height: 290px;
			width: 0;
			outline: none;
			cursor: pointer;
			padding-left:50px
		}
		
		.uno { background: url(../img/pabellon1.jpg) }
		.dos { background: url(../img/pabellon2.jpg) }
		.tres { background: url(../img/pabellon3.jpg) }
		.cuatro { background: url(../img/pabellon4.jpg) }
		
		.acordeon_active  {
			background: url(../img/pabellon1.1.jpg)
		}
		.acordeon_active2  {
			background: url(../img/pabellon2.1.jpg)
		}
		.acordeon_active3  {
			background: url(../img/pabellon3.1.jpg)
		}
		.acordeon_active4  {
			background: url(../img/pabellon4.1.jpg)
		}				

		.contenido-acordeon {
			height: 290px;	
			float: left;	
			overflow: hidden;
			color: #444444;
		}
		.contenido-acordeon p {
			height:290px;
			width:325px
		}
		#acordeones {
		  margin: 0 auto;
		  width: 525px; _ width: 530px;   
		  height: 290px;    
		}
		
		#uno,#dos,#tres,#cuatro { position:relative }
    

