.tituloItem{
          cursor: pointer;

       }

       .contenidoItem{
			 width: inherit/*65%*/;
			 height:auto;
			 margin-left:10px;
			 border:10px solid #dbd8d8;
			 padding:5px;
			 text-align : justify;
			 font-size : 16px; 
			 /*color : #857f7f; */
			 background-color : #efeeee;
       }